Push event to branch master Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from a90d81c7b20c14087511ce2f097da3c4627e482e [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-9735t is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717505831085" labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" kubernetes.jenkins.io/controller: "http___jenkins-ui_platform_svc_cluster_local_platformx" name: "centos-8-9735t" namespace: "platform" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.platform.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-9735t" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-9735t" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.platform.svc.cluster.local/platform/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3206.vb_15dcf73f6a_9" 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-platform" 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-9735t in /home/jenkins/agent/workspace/latform.releng.aggregator_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git init /home/jenkins/agent/workspace/latform.releng.aggregator_master # timeout=10 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git --version # timeout=10 > git --version # 'git version 2.41.0' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision a90d81c7b20c14087511ce2f097da3c4627e482e (master) > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a90d81c7b20c14087511ce2f097da3c4627e482e # timeout=10 Commit message: "Update builds and repo cleanup scripts for 4.33 (#2091)" > git rev-list --no-walk 8eed978bd06a81cd6e085b35e764235ff003c0ef # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.eclipse.jdt.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.path # timeout=10 > git config --get submodule.eclipse.jdt.core.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.core.path # timeout=10 > git config --get submodule.eclipse.jdt.core.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.core.binaries.path # timeout=10 > git config --get submodule.eclipse.jdt.debug.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.debug.path # timeout=10 > git config --get submodule.eclipse.jdt.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10 > git config --get submodule.eclipse.pde.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.path # timeout=10 > git config --get submodule.eclipse.platform.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.path # timeout=10 > git config --get submodule.eclipse.platform.swt.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.swt.path # timeout=10 > git config --get submodule.eclipse.platform.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ui.path # timeout=10 > git config --get submodule.rt.equinox.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.binaries.path # timeout=10 > git config --get submodule.equinox.url # timeout=10 > git config -f .gitmodules --get submodule.equinox.path # timeout=10 > git config --get submodule.rt.equinox.p2.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.core # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.core.binaries # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.debug # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.ui # timeout=10 > git submodule update --init --recursive --remote eclipse.pde # timeout=10 > git submodule update --init --recursive --remote eclipse.platform # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.swt # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.ui # timeout=10 > git submodule update --init --recursive --remote rt.equinox.binaries # timeout=10 > git submodule update --init --recursive --remote equinox # timeout=10 > git submodule update --init --recursive --remote rt.equinox.p2 # timeout=10 The recommended git tool is: git using credential github-bot The recommended git tool is: git using credential github-bot > git rev-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git' [GitCheckoutListener] Found previous build 'eclipse.platform.releng.aggregator/master #2329' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '8eed978' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit 'a90d81c' as starting point [GitCheckoutListener] -> Recorded one new commit [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@77c65729' to render commit links [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 4 hr 0 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] { (initialize PGP) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials [2024-06-04T13:01:17.094Z] Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh [2024-06-04T13:01:17.483Z] + gpg --batch --import **** [2024-06-04T13:01:17.483Z] gpg: directory '/home/jenkins/.gnupg' created [2024-06-04T13:01:17.483Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created [2024-06-04T13:01:17.483Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created [2024-06-04T13:01:17.483Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project " imported [2024-06-04T13:01:17.483Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status [2024-06-04T13:01:17.483Z] gpg: key B6D3AB9BCC641282: secret key imported [2024-06-04T13:01:17.483Z] gpg: Total number processed: 1 [2024-06-04T13:01:17.483Z] gpg: imported: 1 [2024-06-04T13:01:17.483Z] gpg: secret keys read: 1 [2024-06-04T13:01:17.483Z] gpg: secret keys imported: 1 [Pipeline] sh [2024-06-04T13:01:17.762Z] ++ gpg --list-keys --with-colons [2024-06-04T13:01:17.762Z] ++ awk -F: '/fpr:/ {print $10}' [2024-06-04T13:01:17.762Z] ++ sort -u [2024-06-04T13:01:17.762Z] + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) [2024-06-04T13:01:17.762Z] + echo -e '5 [2024-06-04T13:01:17.762Z] y [2024-06-04T13:01:17.762Z] ' [2024-06-04T13:01:17.762Z] + gpg --batch --command-fd 0 --expert --edit-key 3C91FED3922D52296888BAE9B6D3AB9BCC641282 trust [2024-06-04T13:01:17.762Z] Secret subkeys are available. [2024-06-04T13:01:17.762Z] [2024-06-04T13:01:17.762Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-04T13:01:17.763Z] trust: unknown validity: unknown [2024-06-04T13:01:17.763Z] ssb rsa4096/700E4F39BC05364B [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-04T13:01:17.763Z] [ unknown] (1). Eclipse Platform Project [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-04T13:01:17.763Z] trust: unknown validity: unknown [2024-06-04T13:01:17.763Z] ssb rsa4096/700E4F39BC05364B [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-04T13:01:17.763Z] [ unknown] (1). Eclipse Platform Project [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] Please decide how far you trust this user to correctly verify other users' keys [2024-06-04T13:01:17.763Z] (by looking at passports, checking fingerprints from different sources, etc.) [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] 1 = I don't know or won't say [2024-06-04T13:01:17.763Z] 2 = I do NOT trust [2024-06-04T13:01:17.763Z] 3 = I trust marginally [2024-06-04T13:01:17.763Z] 4 = I trust fully [2024-06-04T13:01:17.763Z] 5 = I trust ultimately [2024-06-04T13:01:17.763Z] m = back to the main menu [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-04T13:01:17.763Z] trust: ultimate validity: unknown [2024-06-04T13:01:17.763Z] ssb rsa4096/700E4F39BC05364B [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-04T13:01:17.763Z] [ unknown] (1). Eclipse Platform Project [2024-06-04T13:01:17.763Z] Please note that the shown key validity is not necessarily correct [2024-06-04T13:01:17.763Z] unless you restart the program. [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) [2024-06-04T13:01:17.763Z] + echo -e '5 [2024-06-04T13:01:17.763Z] y [2024-06-04T13:01:17.763Z] ' [2024-06-04T13:01:17.763Z] + gpg --batch --command-fd 0 --expert --edit-key 9E3044071B758EBCB7E45673700E4F39BC05364B trust [2024-06-04T13:01:17.763Z] Secret subkeys are available. [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] gpg: checking the trustdb [2024-06-04T13:01:17.763Z] gpg: marginals needed: 3 completes needed: 1 trust model: pgp [2024-06-04T13:01:17.763Z] gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u [2024-06-04T13:01:17.763Z] gpg: next trustdb check due at 2026-12-15 [2024-06-04T13:01:17.763Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-04T13:01:17.763Z] trust: ultimate validity: ultimate [2024-06-04T13:01:17.763Z] ssb rsa4096/700E4F39BC05364B [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-04T13:01:17.763Z] [ultimate] (1). Eclipse Platform Project [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-04T13:01:17.763Z] trust: ultimate validity: ultimate [2024-06-04T13:01:17.763Z] ssb rsa4096/700E4F39BC05364B [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-04T13:01:17.763Z] [ultimate] (1). Eclipse Platform Project [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] Please decide how far you trust this user to correctly verify other users' keys [2024-06-04T13:01:17.763Z] (by looking at passports, checking fingerprints from different sources, etc.) [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] 1 = I don't know or won't say [2024-06-04T13:01:17.763Z] 2 = I do NOT trust [2024-06-04T13:01:17.763Z] 3 = I trust marginally [2024-06-04T13:01:17.763Z] 4 = I trust fully [2024-06-04T13:01:17.763Z] 5 = I trust ultimately [2024-06-04T13:01:17.763Z] m = back to the main menu [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] [2024-06-04T13:01:17.763Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-04T13:01:17.763Z] trust: ultimate validity: ultimate [2024-06-04T13:01:17.763Z] ssb rsa4096/700E4F39BC05364B [2024-06-04T13:01:17.763Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-04T13:01:17.763Z] [ultimate] (1). Eclipse Platform Project [2024-06-04T13:01:17.763Z] [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Use master) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-04T13:01:18.464Z] + git submodule foreach 'git fetch origin master; git checkout FETCH_HEAD' [2024-06-04T13:01:18.464Z] Entering 'eclipse.jdt' [2024-06-04T13:01:18.722Z] From https://github.com/eclipse-jdt/eclipse.jdt [2024-06-04T13:01:18.722Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:18.722Z] HEAD is now at 3a9c209 Version Bump for 4.33 [2024-06-04T13:01:18.722Z] Entering 'eclipse.jdt.core' [2024-06-04T13:01:19.289Z] From https://github.com/eclipse-jdt/eclipse.jdt.core [2024-06-04T13:01:19.289Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:19.289Z] HEAD is now at cc8a223c41 Update for release 4.33 [2024-06-04T13:01:19.289Z] Entering 'eclipse.jdt.core.binaries' [2024-06-04T13:01:19.555Z] From https://github.com/eclipse-jdt/eclipse.jdt.core.binaries [2024-06-04T13:01:19.555Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:19.815Z] HEAD is now at f50cd33 Update for release 4.33 [2024-06-04T13:01:19.815Z] Entering 'eclipse.jdt.debug' [2024-06-04T13:01:20.382Z] From https://github.com/eclipse-jdt/eclipse.jdt.debug [2024-06-04T13:01:20.382Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:20.382Z] HEAD is now at d0be170ad Update for release 4.33 [2024-06-04T13:01:20.382Z] Entering 'eclipse.jdt.ui' [2024-06-04T13:01:20.965Z] From https://github.com/eclipse-jdt/eclipse.jdt.ui [2024-06-04T13:01:20.965Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:21.224Z] HEAD is now at 93a1e7c546 Update for release 4.33 [2024-06-04T13:01:21.224Z] Entering 'eclipse.pde' [2024-06-04T13:01:21.792Z] From https://github.com/eclipse-pde/eclipse.pde [2024-06-04T13:01:21.792Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:22.051Z] HEAD is now at cbe3da3051 Clean forceQualifierUpdate files for doc bundles [2024-06-04T13:01:22.051Z] Entering 'eclipse.platform' [2024-06-04T13:01:22.309Z] From https://github.com/eclipse-platform/eclipse.platform [2024-06-04T13:01:22.309Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:22.568Z] HEAD is now at 8fe6bba1fe Version Bump (#1405) [2024-06-04T13:01:22.568Z] Entering 'eclipse.platform.swt' [2024-06-04T13:01:22.827Z] From https://github.com/eclipse-platform/eclipse.platform.swt [2024-06-04T13:01:22.827Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:23.085Z] HEAD is now at 2a5548da9d POM and product version changes for 4.33 release (#1257) [2024-06-04T13:01:23.085Z] Entering 'eclipse.platform.ui' [2024-06-04T13:01:23.653Z] From https://github.com/eclipse-platform/eclipse.platform.ui [2024-06-04T13:01:23.653Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:23.911Z] HEAD is now at c248879a79 Version Bump for 4.33 (#1926) [2024-06-04T13:01:23.911Z] Entering 'equinox' [2024-06-04T13:01:24.477Z] From https://github.com/eclipse-equinox/equinox [2024-06-04T13:01:24.477Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:24.477Z] HEAD is now at 2ae13289e Version Bump 4.33 (#638) [2024-06-04T13:01:24.477Z] Entering 'rt.equinox.binaries' [2024-06-04T13:01:25.048Z] From https://github.com/eclipse-equinox/equinox.binaries [2024-06-04T13:01:25.048Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:25.048Z] HEAD is now at af72d12 Recompiled binaries [2024-06-04T13:01:25.048Z] Entering 'rt.equinox.p2' [2024-06-04T13:01:25.307Z] From https://github.com/eclipse-equinox/p2 [2024-06-04T13:01:25.307Z] * branch master -> FETCH_HEAD [2024-06-04T13:01:25.880Z] HEAD is now at a287e7e13 Update for release 4.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy eclipse-platform-parent pom and eclipse-sdk target) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-04T13:01:26.600Z] + mvn clean deploy -f eclipse-platform-parent/pom.xml [2024-06-04T13:01:26.600Z] [Global flags] [2024-06-04T13:01:26.600Z] int ActiveProcessorCount = -1 {product} {default} [2024-06-04T13:01:26.600Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-06-04T13:01:26.600Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-06-04T13:01:26.600Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-06-04T13:01:26.600Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-06-04T13:01:26.600Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-06-04T13:01:26.600Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-06-04T13:01:26.600Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-06-04T13:01:26.600Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-06-04T13:01:26.600Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-06-04T13:01:26.600Z] bool AggressiveHeap = false {product} {default} [2024-06-04T13:01:26.601Z] bool AlignVector = false {C2 product} {default} [2024-06-04T13:01:26.601Z] ccstr AllocateHeapAt = {product} {default} [2024-06-04T13:01:26.601Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-06-04T13:01:26.601Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-06-04T13:01:26.601Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-06-04T13:01:26.601Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-06-04T13:01:26.601Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-06-04T13:01:26.601Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-06-04T13:01:26.601Z] bool AllowParallelDefineClass = false {product} {default} [2024-06-04T13:01:26.601Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-06-04T13:01:26.601Z] bool AllowUserSignalHandlers = false {product} {default} [2024-06-04T13:01:26.601Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-06-04T13:01:26.601Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-06-04T13:01:26.601Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-06-04T13:01:26.601Z] bool AlwaysPreTouch = false {product} {default} [2024-06-04T13:01:26.601Z] bool AlwaysRestoreFPU = false {product} {default} [2024-06-04T13:01:26.601Z] bool AlwaysTenure = false {product} {default} [2024-06-04T13:01:26.601Z] ccstr ArchiveClassesAtExit = {JVMCI product} {default} [2024-06-04T13:01:26.601Z] intx ArrayCopyLoadStoreMaxElem = 8 {product} {default} [2024-06-04T13:01:26.601Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-06-04T13:01:26.601Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-06-04T13:01:26.601Z] bool AutoCreateSharedArchive = false {JVMCI product} {default} [2024-06-04T13:01:26.601Z] intx BCEATraceLevel = 0 {product} {default} [2024-06-04T13:01:26.601Z] bool BackgroundCompilation = true {pd product} {default} [2024-06-04T13:01:26.601Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-06-04T13:01:26.601Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-06-04T13:01:26.601Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-06-04T13:01:26.601Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-06-04T13:01:26.601Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-06-04T13:01:26.601Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-06-04T13:01:26.601Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-06-04T13:01:26.601Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-06-04T13:01:26.601Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-06-04T13:01:26.601Z] bool C1OptimizeVirtualCallProfiling = true {C2 product} {default} [2024-06-04T13:01:26.601Z] bool C1ProfileBranches = true {C2 product} {default} [2024-06-04T13:01:26.601Z] bool C1ProfileCalls = true {C2 product} {default} [2024-06-04T13:01:26.601Z] bool C1ProfileCheckcasts = true {C2 product} {default} [2024-06-04T13:01:26.601Z] bool C1ProfileInlinedCalls = true {C2 product} {default} [2024-06-04T13:01:26.601Z] bool C1ProfileVirtualCalls = true {C2 product} {default} [2024-06-04T13:01:26.601Z] bool C1UpdateMethodData = true {C2 product} {default} [2024-06-04T13:01:26.601Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-06-04T13:01:26.601Z] bool CICompilerCountPerCPU = true {product} {default} [2024-06-04T13:01:26.601Z] bool CITime = false {product} {default} [2024-06-04T13:01:26.601Z] bool CheckJNICalls = false {product} {default} [2024-06-04T13:01:26.601Z] bool ClassUnloading = true {product} {default} [2024-06-04T13:01:26.601Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-06-04T13:01:26.601Z] bool ClipInlining = true {product} {default} [2024-06-04T13:01:26.601Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-06-04T13:01:26.601Z] bool CompactStrings = true {pd product} {default} [2024-06-04T13:01:26.602Z] ccstr CompilationMode = default {product} {default} [2024-06-04T13:01:26.602Z] ccstrlist CompileCommand = {product} {default} [2024-06-04T13:01:26.602Z] ccstr CompileCommandFile = {product} {default} [2024-06-04T13:01:26.602Z] ccstrlist CompileOnly = {product} {default} [2024-06-04T13:01:26.602Z] intx CompileThreshold = 10000 {pd product} {default} [2024-06-04T13:01:26.602Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-06-04T13:01:26.602Z] int CompilerThreadPriority = -1 {product} {default} [2024-06-04T13:01:26.602Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:01:26.602Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-06-04T13:01:26.602Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-06-04T13:01:26.602Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-06-04T13:01:26.602Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-06-04T13:01:26.602Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-06-04T13:01:26.602Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-06-04T13:01:26.602Z] bool DTraceAllocProbes = false {product} {default} [2024-06-04T13:01:26.602Z] bool DTraceMethodProbes = false {product} {default} [2024-06-04T13:01:26.602Z] bool DTraceMonitorProbes = false {product} {default} [2024-06-04T13:01:26.602Z] bool DisableAttachMechanism = false {product} {default} [2024-06-04T13:01:26.602Z] bool DisableExplicitGC = false {product} {default} [2024-06-04T13:01:26.602Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-06-04T13:01:26.602Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-06-04T13:01:26.602Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-06-04T13:01:26.602Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-06-04T13:01:26.602Z] bool DontCompileHugeMethods = true {product} {default} [2024-06-04T13:01:26.602Z] bool DontYieldALot = false {pd product} {default} [2024-06-04T13:01:26.602Z] ccstr DumpLoadedClassList = {JVMCI product} {default} [2024-06-04T13:01:26.602Z] bool DumpReplayDataOnError = true {product} {default} [2024-06-04T13:01:26.602Z] bool EagerXrunInit = false {product} {default} [2024-06-04T13:01:26.602Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-06-04T13:01:26.602Z] bool EliminateAllocations = true {C2 product} {default} [2024-06-04T13:01:26.602Z] bool EliminateAutoBox = true {C2 product} {default} [2024-06-04T13:01:26.602Z] bool EliminateLocks = true {C2 product} {default} [2024-06-04T13:01:26.602Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-06-04T13:01:26.602Z] bool EnableContended = true {product} {default} [2024-06-04T13:01:26.602Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-06-04T13:01:26.602Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-06-04T13:01:26.602Z] ccstr ErrorFile = {product} {default} [2024-06-04T13:01:26.602Z] bool ErrorFileToStderr = false {product} {default} [2024-06-04T13:01:26.602Z] bool ErrorFileToStdout = false {product} {default} [2024-06-04T13:01:26.602Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-06-04T13:01:26.602Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-06-04T13:01:26.602Z] bool EstimateArgEscape = true {product} {default} [2024-06-04T13:01:26.602Z] bool ExecutingUnitTests = false {product} {default} [2024-06-04T13:01:26.602Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-06-04T13:01:26.602Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-06-04T13:01:26.602Z] bool ExtensiveErrorReports = false {product} {default} [2024-06-04T13:01:26.602Z] ccstr ExtraSharedClassListFile = {JVMCI product} {default} [2024-06-04T13:01:26.602Z] bool FlightRecorder = false {product} {default} [2024-06-04T13:01:26.602Z] ccstr FlightRecorderOptions = {product} {default} [2024-06-04T13:01:26.602Z] bool ForceTimeHighResolution = false {product} {default} [2024-06-04T13:01:26.602Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-06-04T13:01:26.602Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-06-04T13:01:26.603Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-06-04T13:01:26.603Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-06-04T13:01:26.603Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-06-04T13:01:26.603Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-06-04T13:01:26.603Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-06-04T13:01:26.603Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-06-04T13:01:26.603Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-06-04T13:01:26.603Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-06-04T13:01:26.603Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-06-04T13:01:26.603Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-06-04T13:01:26.603Z] uintx G1ReservePercent = 10 {product} {default} [2024-06-04T13:01:26.603Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-06-04T13:01:26.603Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-06-04T13:01:26.603Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-06-04T13:01:26.603Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-06-04T13:01:26.603Z] uint GCCardSizeInBytes = 512 {product} {default} [2024-06-04T13:01:26.603Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-06-04T13:01:26.603Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-06-04T13:01:26.603Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-06-04T13:01:26.603Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-06-04T13:01:26.603Z] uintx GCTimeLimit = 98 {product} {default} [2024-06-04T13:01:26.603Z] uintx GCTimeRatio = 12 {product} {default} [2024-06-04T13:01:26.603Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-06-04T13:01:26.603Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-06-04T13:01:26.603Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-06-04T13:01:26.603Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-06-04T13:01:26.603Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-06-04T13:01:26.603Z] ccstr HeapDumpPath = {manageable} {default} [2024-06-04T13:01:26.603Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-06-04T13:01:26.603Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-06-04T13:01:26.603Z] uintx HeapSearchSteps = 3 {product} {default} [2024-06-04T13:01:26.603Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-06-04T13:01:26.603Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-06-04T13:01:26.603Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-06-04T13:01:26.603Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-06-04T13:01:26.603Z] bool IncrementalInline = true {C2 product} {default} [2024-06-04T13:01:26.603Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-06-04T13:01:26.603Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-06-04T13:01:26.603Z] uintx InitialRAMFraction = 64 {product} {default} [2024-06-04T13:01:26.603Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-06-04T13:01:26.603Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-06-04T13:01:26.603Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-06-04T13:01:26.603Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-06-04T13:01:26.603Z] bool Inline = true {product} {default} [2024-06-04T13:01:26.603Z] ccstr InlineDataFile = {product} {default} [2024-06-04T13:01:26.603Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-06-04T13:01:26.603Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-06-04T13:01:26.603Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-06-04T13:01:26.603Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-06-04T13:01:26.603Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-06-04T13:01:26.603Z] int JavaPriority10_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.603Z] int JavaPriority1_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.603Z] int JavaPriority2_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.603Z] int JavaPriority3_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.604Z] int JavaPriority4_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.604Z] int JavaPriority5_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.604Z] int JavaPriority6_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.604Z] int JavaPriority7_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.604Z] int JavaPriority8_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.604Z] int JavaPriority9_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:26.604Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-06-04T13:01:26.604Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-06-04T13:01:26.604Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-06-04T13:01:26.604Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-06-04T13:01:26.604Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-06-04T13:01:26.604Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-06-04T13:01:26.604Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-06-04T13:01:26.604Z] uintx LoopStripMiningIter = 1000 {product} {default} [2024-06-04T13:01:26.604Z] uintx LoopStripMiningIterShortLoop = 100 {product} {default} [2024-06-04T13:01:26.604Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-06-04T13:01:26.604Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-06-04T13:01:26.604Z] bool LoopUnswitching = true {C2 product} {default} [2024-06-04T13:01:26.604Z] bool ManagementServer = false {product} {default} [2024-06-04T13:01:26.604Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-06-04T13:01:26.604Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-06-04T13:01:26.604Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-06-04T13:01:26.604Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-06-04T13:01:26.604Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-06-04T13:01:26.604Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-06-04T13:01:26.604Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-06-04T13:01:26.604Z] bool MaxFDLimit = true {product} {default} [2024-06-04T13:01:26.604Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-06-04T13:01:26.604Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-06-04T13:01:26.604Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-06-04T13:01:26.604Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-06-04T13:01:26.604Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-06-04T13:01:26.604Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-06-04T13:01:26.604Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-06-04T13:01:26.604Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-06-04T13:01:26.604Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-06-04T13:01:26.604Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-06-04T13:01:26.604Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-06-04T13:01:26.604Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-06-04T13:01:26.604Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-06-04T13:01:26.604Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-06-04T13:01:26.604Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-06-04T13:01:26.604Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-06-04T13:01:26.604Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-06-04T13:01:26.604Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-06-04T13:01:26.604Z] uintx MaxRAMFraction = 4 {product} {default} [2024-06-04T13:01:26.604Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-06-04T13:01:26.604Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-06-04T13:01:26.604Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-06-04T13:01:26.604Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-06-04T13:01:26.604Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-06-04T13:01:26.604Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-06-04T13:01:26.604Z] bool MethodFlushing = true {product} {default} [2024-06-04T13:01:26.604Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-06-04T13:01:26.604Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-06-04T13:01:26.605Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-06-04T13:01:26.605Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-06-04T13:01:26.605Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-06-04T13:01:26.605Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-06-04T13:01:26.605Z] uintx MinRAMFraction = 2 {product} {default} [2024-06-04T13:01:26.605Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-06-04T13:01:26.605Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-06-04T13:01:26.605Z] size_t MinTLABSize = 2048 {product} {default} [2024-06-04T13:01:26.605Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-06-04T13:01:26.605Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-06-04T13:01:26.605Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-06-04T13:01:26.605Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-06-04T13:01:26.605Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-06-04T13:01:26.605Z] bool NUMAStats = false {product} {default} [2024-06-04T13:01:26.605Z] ccstr NativeMemoryTracking = off {product} {default} [2024-06-04T13:01:26.605Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-06-04T13:01:26.605Z] bool NeverTenure = false {product} {default} [2024-06-04T13:01:26.605Z] uintx NewRatio = 2 {product} {default} [2024-06-04T13:01:26.605Z] size_t NewSize = 1363144 {product} {default} [2024-06-04T13:01:26.605Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-06-04T13:01:26.605Z] intx NmethodSweepActivity = 4 {product} {default} [2024-06-04T13:01:26.605Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-06-04T13:01:26.605Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-06-04T13:01:26.605Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-04T13:01:26.605Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-06-04T13:01:26.605Z] int ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-06-04T13:01:26.605Z] size_t OldPLABSize = 1024 {product} {default} [2024-06-04T13:01:26.605Z] size_t OldSize = 5452592 {product} {default} [2024-06-04T13:01:26.605Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-06-04T13:01:26.605Z] ccstrlist OnError = {product} {default} [2024-06-04T13:01:26.605Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-06-04T13:01:26.605Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-06-04T13:01:26.605Z] bool OptimizeFill = false {C2 product} {default} [2024-06-04T13:01:26.605Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-06-04T13:01:26.605Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-06-04T13:01:26.605Z] bool OptoBundling = false {C2 pd product} {default} [2024-06-04T13:01:26.605Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-06-04T13:01:26.605Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-06-04T13:01:26.605Z] bool OptoScheduling = false {C2 pd product} {default} [2024-06-04T13:01:26.605Z] uintx PLABWeight = 75 {product} {default} [2024-06-04T13:01:26.605Z] bool PSChunkLargeArrays = true {product} {default} [2024-06-04T13:01:26.605Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-06-04T13:01:26.605Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-06-04T13:01:26.605Z] uint ParallelGCThreads = 2 {product} {default} [2024-06-04T13:01:26.605Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-06-04T13:01:26.605Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-06-04T13:01:26.605Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-06-04T13:01:26.605Z] bool ParallelRefProcEnabled = true {product} {default} [2024-06-04T13:01:26.605Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-06-04T13:01:26.605Z] bool PartialPeelLoop = true {C2 product} {default} [2024-06-04T13:01:26.605Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-06-04T13:01:26.605Z] uintx PausePadding = 1 {product} {default} [2024-06-04T13:01:26.605Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-06-04T13:01:26.605Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-06-04T13:01:26.605Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-06-04T13:01:26.606Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-06-04T13:01:26.606Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-06-04T13:01:26.606Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-06-04T13:01:26.606Z] int PerfDataMemorySize = 32768 {product} {default} [2024-06-04T13:01:26.606Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-06-04T13:01:26.606Z] ccstr PerfDataSaveFile = {product} {default} [2024-06-04T13:01:26.606Z] bool PerfDataSaveToFile = false {product} {default} [2024-06-04T13:01:26.606Z] bool PerfDisableSharedMem = false {product} {default} [2024-06-04T13:01:26.606Z] int PerfMaxStringConstLength = 1024 {product} {default} [2024-06-04T13:01:26.606Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-06-04T13:01:26.606Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-06-04T13:01:26.606Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-06-04T13:01:26.606Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-06-04T13:01:26.606Z] bool PreserveAllAnnotations = false {product} {default} [2024-06-04T13:01:26.606Z] bool PreserveFramePointer = false {pd product} {default} [2024-06-04T13:01:26.606Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-06-04T13:01:26.606Z] bool PrintClassHistogram = false {manageable} {default} [2024-06-04T13:01:26.606Z] bool PrintCodeCache = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintCommandLineFlags = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintCompilation = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-06-04T13:01:26.606Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintFlagsFinal = true {product} {command line} [2024-06-04T13:01:26.606Z] bool PrintFlagsInitial = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintFlagsRanges = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintGC = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintGCDetails = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-06-04T13:01:26.606Z] bool PrintSharedArchiveAndExit = false {JVMCI product} {default} [2024-06-04T13:01:26.606Z] bool PrintStringTableStatistics = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintTieredEvents = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintVMOptions = false {product} {default} [2024-06-04T13:01:26.606Z] bool PrintWarnings = true {product} {default} [2024-06-04T13:01:26.606Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-06-04T13:01:26.606Z] bool ProfileInterpreter = true {pd product} {default} [2024-06-04T13:01:26.606Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-06-04T13:01:26.606Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-04T13:01:26.606Z] uintx PromotedPadding = 3 {product} {default} [2024-06-04T13:01:26.606Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-06-04T13:01:26.606Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-06-04T13:01:26.606Z] bool RangeCheckElimination = true {product} {default} [2024-06-04T13:01:26.606Z] bool ReassociateInvariants = true {C2 product} {default} [2024-06-04T13:01:26.606Z] bool RecordDynamicDumpInfo = false {JVMCI product} {default} [2024-06-04T13:01:26.606Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-06-04T13:01:26.606Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-06-04T13:01:26.606Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-06-04T13:01:26.606Z] bool ReduceSignalUsage = false {product} {default} [2024-06-04T13:01:26.606Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-06-04T13:01:26.606Z] bool RelaxAccessControlCheck = false {product} {default} [2024-06-04T13:01:26.606Z] ccstr ReplayDataFile = {product} {default} [2024-06-04T13:01:26.606Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-06-04T13:01:26.606Z] bool ResizePLAB = true {product} {default} [2024-06-04T13:01:26.606Z] bool ResizeTLAB = true {product} {default} [2024-06-04T13:01:26.606Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-06-04T13:01:26.606Z] bool RestrictContended = true {product} {default} [2024-06-04T13:01:26.607Z] bool RestrictReservedStack = true {product} {default} [2024-06-04T13:01:26.607Z] bool RewriteBytecodes = true {pd product} {default} [2024-06-04T13:01:26.607Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-06-04T13:01:26.607Z] bool SafepointTimeout = false {product} {default} [2024-06-04T13:01:26.607Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-06-04T13:01:26.607Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-06-04T13:01:26.607Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-06-04T13:01:26.607Z] double SelfDestructTimer = 0.000000 {product} {default} [2024-06-04T13:01:26.607Z] ccstr SharedArchiveConfigFile = {JVMCI product} {default} [2024-06-04T13:01:26.607Z] ccstr SharedArchiveFile = {JVMCI product} {default} [2024-06-04T13:01:26.607Z] size_t SharedBaseAddress = 139707216297984 {JVMCI product} {default} [2024-06-04T13:01:26.607Z] ccstr SharedClassListFile = {JVMCI product} {default} [2024-06-04T13:01:26.607Z] uint SharedSymbolTableBucketSize = 4 {JVMCI product} {default} [2024-06-04T13:01:26.607Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-06-04T13:01:26.607Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-06-04T13:01:26.607Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-06-04T13:01:26.607Z] bool ShowMessageBoxOnError = false {product} {default} [2024-06-04T13:01:26.607Z] bool ShrinkHeapInSteps = true {product} {default} [2024-06-04T13:01:26.607Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-06-04T13:01:26.607Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-06-04T13:01:26.607Z] bool SplitIfBlocks = true {C2 product} {default} [2024-06-04T13:01:26.607Z] intx StackRedPages = 1 {pd product} {default} [2024-06-04T13:01:26.607Z] intx StackReservedPages = 1 {pd product} {default} [2024-06-04T13:01:26.607Z] intx StackShadowPages = 20 {pd product} {default} [2024-06-04T13:01:26.607Z] bool StackTraceInThrowable = true {product} {default} [2024-06-04T13:01:26.607Z] intx StackYellowPages = 2 {pd product} {default} [2024-06-04T13:01:26.607Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-06-04T13:01:26.607Z] bool StartAttachListener = false {product} {default} [2024-06-04T13:01:26.607Z] ccstr StartFlightRecording = {product} {default} [2024-06-04T13:01:26.607Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-06-04T13:01:26.607Z] uintx StringTableSize = 65536 {product} {default} [2024-06-04T13:01:26.607Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-06-04T13:01:26.607Z] bool SuperWordReductions = true {C2 product} {default} [2024-06-04T13:01:26.607Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-06-04T13:01:26.607Z] uintx SurvivorPadding = 3 {product} {default} [2024-06-04T13:01:26.607Z] uintx SurvivorRatio = 8 {product} {default} [2024-06-04T13:01:26.607Z] double SweeperThreshold = 15.000000 {product} {default} [2024-06-04T13:01:26.607Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-06-04T13:01:26.607Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-06-04T13:01:26.607Z] size_t TLABSize = 0 {product} {default} [2024-06-04T13:01:26.607Z] bool TLABStats = true {product} {default} [2024-06-04T13:01:26.607Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-06-04T13:01:26.607Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-06-04T13:01:26.607Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-06-04T13:01:26.607Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-06-04T13:01:26.607Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-06-04T13:01:26.607Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-06-04T13:01:26.607Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-06-04T13:01:26.607Z] int ThreadPriorityPolicy = 0 {product} {default} [2024-06-04T13:01:26.607Z] bool ThreadPriorityVerbose = false {product} {default} [2024-06-04T13:01:26.607Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:01:26.607Z] uintx ThresholdTolerance = 10 {product} {default} [2024-06-04T13:01:26.607Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-06-04T13:01:26.607Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-06-04T13:01:26.607Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3DelayOff = 2 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3DelayOn = 5 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-06-04T13:01:26.608Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-06-04T13:01:26.608Z] bool TieredCompilation = true {pd product} {default} [2024-06-04T13:01:26.608Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-06-04T13:01:26.608Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-06-04T13:01:26.608Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-06-04T13:01:26.608Z] intx TieredStopAtLevel = 4 {product} {default} [2024-06-04T13:01:26.608Z] bool TimeLinearScan = false {C1 product} {default} [2024-06-04T13:01:26.608Z] ccstr TraceJVMTI = {product} {default} [2024-06-04T13:01:26.608Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-06-04T13:01:26.608Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-06-04T13:01:26.608Z] bool TrapBasedRangeChecks = false {pd product} {default} [2024-06-04T13:01:26.608Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-06-04T13:01:26.608Z] uint TypeProfileLevel = 111 {pd product} {default} [2024-06-04T13:01:26.608Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-06-04T13:01:26.608Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-06-04T13:01:26.608Z] intx TypeProfileWidth = 2 {product} {default} [2024-06-04T13:01:26.608Z] int UnguardOnExecutionViolation = 0 {product} {default} [2024-06-04T13:01:26.608Z] bool UseAES = true {product} {default} [2024-06-04T13:01:26.608Z] int UseAVX = 1 {ARCH product} {default} [2024-06-04T13:01:26.608Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-06-04T13:01:26.608Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-06-04T13:01:26.608Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-06-04T13:01:26.608Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-06-04T13:01:26.608Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-06-04T13:01:26.608Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-06-04T13:01:26.608Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-06-04T13:01:26.608Z] bool UseAddressNop = true {ARCH product} {default} [2024-06-04T13:01:26.608Z] bool UseBASE64Intrinsics = false {product} {default} [2024-06-04T13:01:26.608Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-06-04T13:01:26.608Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-06-04T13:01:26.608Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-06-04T13:01:26.608Z] bool UseCLMUL = true {ARCH product} {default} [2024-06-04T13:01:26.608Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-06-04T13:01:26.608Z] bool UseCodeCacheFlushing = true {product} {default} [2024-06-04T13:01:26.608Z] bool UseCompiler = true {product} {default} [2024-06-04T13:01:26.608Z] bool UseCompressedClassPointers = true {product lp64_product} {default} [2024-06-04T13:01:26.608Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-06-04T13:01:26.609Z] bool UseCondCardMark = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseContainerSupport = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-06-04T13:01:26.609Z] bool UseCounterDecay = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseDivMod = true {C2 product} {default} [2024-06-04T13:01:26.609Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseFMA = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-06-04T13:01:26.609Z] bool UseFastJNIAccessors = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseFastStosb = false {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseG1GC = true {product} {ergonomic} [2024-06-04T13:01:26.609Z] bool UseGCOverheadLimit = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseHugeTLBFS = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseInlineCaches = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseInterpreter = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseJumpTables = true {C2 product} {default} [2024-06-04T13:01:26.609Z] bool UseLargePages = false {pd product} {default} [2024-06-04T13:01:26.609Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-06-04T13:01:26.609Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseLoopCounter = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-06-04T13:01:26.609Z] bool UseLoopPredicate = true {C2 product} {default} [2024-06-04T13:01:26.609Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseNUMA = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseNUMAInterleaving = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseNotificationThread = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseOnStackReplacement = true {pd product} {default} [2024-06-04T13:01:26.609Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-06-04T13:01:26.609Z] bool UseOprofile = false {product} {default} [2024-06-04T13:01:26.609Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseParallelGC = false {product} {default} [2024-06-04T13:01:26.609Z] bool UsePerfData = true {product} {default} [2024-06-04T13:01:26.609Z] bool UsePopCountInstruction = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseProfiledLoopPredicate = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseRTMLocking = false {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseSHA = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseSHM = false {product} {default} [2024-06-04T13:01:26.609Z] int UseSSE = 4 {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseSerialGC = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseShenandoahGC = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseSignalChaining = true {product} {default} [2024-06-04T13:01:26.609Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-06-04T13:01:26.609Z] bool UseStringDeduplication = false {product} {default} [2024-06-04T13:01:26.609Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-06-04T13:01:26.610Z] bool UseSuperWord = true {C2 product} {default} [2024-06-04T13:01:26.610Z] bool UseSystemMemoryBarrier = false {product} {default} [2024-06-04T13:01:26.610Z] bool UseTLAB = true {product} {default} [2024-06-04T13:01:26.610Z] bool UseThreadPriorities = true {pd product} {default} [2024-06-04T13:01:26.610Z] bool UseTransparentHugePages = false {product} {default} [2024-06-04T13:01:26.610Z] bool UseTypeProfile = true {product} {default} [2024-06-04T13:01:26.610Z] bool UseTypeSpeculation = true {product} {default} [2024-06-04T13:01:26.610Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-06-04T13:01:26.610Z] bool UseVectorCmov = false {C2 product} {default} [2024-06-04T13:01:26.610Z] bool UseXMMForArrayCopy = true {product} {default} [2024-06-04T13:01:26.610Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-06-04T13:01:26.610Z] bool UseXmmI2D = false {ARCH product} {default} [2024-06-04T13:01:26.610Z] bool UseXmmI2F = false {ARCH product} {default} [2024-06-04T13:01:26.610Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-06-04T13:01:26.610Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-06-04T13:01:26.610Z] bool UseZGC = false {product} {default} [2024-06-04T13:01:26.610Z] int VMThreadPriority = -1 {product} {default} [2024-06-04T13:01:26.610Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:01:26.610Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-06-04T13:01:26.610Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-06-04T13:01:26.610Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-06-04T13:01:26.610Z] bool VerifySharedSpaces = false {JVMCI product} {default} [2024-06-04T13:01:26.610Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-06-04T13:01:26.610Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-06-04T13:01:26.610Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-06-04T13:01:26.610Z] size_t YoungPLABSize = 4096 {product} {default} [2024-06-04T13:01:26.610Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-06-04T13:01:26.610Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-06-04T13:01:26.610Z] double ZCollectionIntervalMajor = -1.000000 {product} {default} [2024-06-04T13:01:26.610Z] double ZCollectionIntervalMinor = -1.000000 {product} {default} [2024-06-04T13:01:26.610Z] bool ZCollectionIntervalOnly = false {product} {default} [2024-06-04T13:01:26.610Z] double ZFragmentationLimit = 0.000000 {product} {default} [2024-06-04T13:01:26.610Z] bool ZGenerational = false {product} {default} [2024-06-04T13:01:26.610Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-06-04T13:01:26.610Z] bool ZProactive = true {product} {default} [2024-06-04T13:01:26.610Z] bool ZUncommit = true {product} {default} [2024-06-04T13:01:26.610Z] uintx ZUncommitDelay = 300 {product} {default} [2024-06-04T13:01:26.610Z] double ZYoungCompactionLimit = 25.000000 {product} {default} [2024-06-04T13:01:26.610Z] bool ZeroTLAB = false {product} {default} [2024-06-04T13:01:26.883Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-04T13:01:26.883Z] Maven home: /opt/tools/apache-maven/latest [2024-06-04T13:01:26.883Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-04T13:01:26.883Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-04T13:01:26.883Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-04T13:01:35.082Z] [INFO] Scanning for projects... [2024-06-04T13:01:39.264Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-04T13:01:39.264Z] [INFO] Tycho Mode: extension [2024-06-04T13:01:39.264Z] [INFO] Tycho Builder: maven [2024-06-04T13:01:39.264Z] [INFO] Build Threads: 1 [2024-06-04T13:01:51.489Z] [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.33.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [2024-06-04T13:01:51.489Z] [INFO] [2024-06-04T13:01:51.489Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2024-06-04T13:01:51.489Z] [INFO] Building eclipse-platform-parent 4.33.0-SNAPSHOT [2024-06-04T13:01:51.489Z] [INFO] from pom.xml [2024-06-04T13:01:51.489Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:01:51.489Z] [INFO] [2024-06-04T13:01:51.489Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent --- [2024-06-04T13:01:51.489Z] [INFO] [2024-06-04T13:01:51.489Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent --- [2024-06-04T13:01:51.490Z] [INFO] Copying 1 resource from saveproperties to target [2024-06-04T13:01:51.490Z] [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [2024-06-04T13:01:51.490Z] [INFO] [2024-06-04T13:01:51.490Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent --- [2024-06-04T13:01:52.054Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-06-04T13:01:52.054Z] [INFO] [2024-06-04T13:01:52.054Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent --- [2024-06-04T13:01:52.054Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse-platform-parent/src/main/resources [2024-06-04T13:01:52.054Z] [INFO] [2024-06-04T13:01:52.055Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-platform-parent --- [2024-06-04T13:01:52.055Z] [INFO] [2024-06-04T13:01:52.055Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-platform-parent --- [2024-06-04T13:01:52.055Z] [INFO] [2024-06-04T13:01:52.055Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2024-06-04T13:01:52.055Z] [INFO] Execution was skipped [2024-06-04T13:01:52.055Z] [INFO] [2024-06-04T13:01:52.055Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-platform-parent --- [2024-06-04T13:01:52.313Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse-platform-parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/eclipse-platform-parent/4.33.0-SNAPSHOT/eclipse-platform-parent-4.33.0-SNAPSHOT.pom [2024-06-04T13:01:52.313Z] [INFO] [2024-06-04T13:01:52.313Z] [INFO] --- deploy:3.1.2:deploy (default-deploy) @ eclipse-platform-parent --- [2024-06-04T13:01:52.893Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:01:52.893Z] [INFO] BUILD SUCCESS [2024-06-04T13:01:52.893Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:01:52.893Z] [INFO] Total time: 19.178 s [2024-06-04T13:01:52.893Z] [INFO] Finished at: 2024-06-04T13:01:52Z [2024-06-04T13:01:52.893Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sh [2024-06-04T13:01:53.430Z] + mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml [2024-06-04T13:01:53.430Z] [Global flags] [2024-06-04T13:01:53.430Z] int ActiveProcessorCount = -1 {product} {default} [2024-06-04T13:01:53.430Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-06-04T13:01:53.430Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-06-04T13:01:53.430Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-06-04T13:01:53.430Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-06-04T13:01:53.430Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-06-04T13:01:53.430Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-06-04T13:01:53.430Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-06-04T13:01:53.430Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-06-04T13:01:53.430Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-06-04T13:01:53.430Z] bool AggressiveHeap = false {product} {default} [2024-06-04T13:01:53.430Z] bool AlignVector = false {C2 product} {default} [2024-06-04T13:01:53.430Z] ccstr AllocateHeapAt = {product} {default} [2024-06-04T13:01:53.430Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-06-04T13:01:53.430Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-06-04T13:01:53.430Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-06-04T13:01:53.430Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-06-04T13:01:53.430Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-06-04T13:01:53.430Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-06-04T13:01:53.430Z] bool AllowParallelDefineClass = false {product} {default} [2024-06-04T13:01:53.431Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-06-04T13:01:53.431Z] bool AllowUserSignalHandlers = false {product} {default} [2024-06-04T13:01:53.431Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-06-04T13:01:53.431Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-06-04T13:01:53.431Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-06-04T13:01:53.431Z] bool AlwaysPreTouch = false {product} {default} [2024-06-04T13:01:53.431Z] bool AlwaysRestoreFPU = false {product} {default} [2024-06-04T13:01:53.431Z] bool AlwaysTenure = false {product} {default} [2024-06-04T13:01:53.431Z] ccstr ArchiveClassesAtExit = {JVMCI product} {default} [2024-06-04T13:01:53.431Z] intx ArrayCopyLoadStoreMaxElem = 8 {product} {default} [2024-06-04T13:01:53.431Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-06-04T13:01:53.431Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-06-04T13:01:53.431Z] bool AutoCreateSharedArchive = false {JVMCI product} {default} [2024-06-04T13:01:53.431Z] intx BCEATraceLevel = 0 {product} {default} [2024-06-04T13:01:53.431Z] bool BackgroundCompilation = true {pd product} {default} [2024-06-04T13:01:53.431Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-06-04T13:01:53.431Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-06-04T13:01:53.431Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-06-04T13:01:53.431Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-06-04T13:01:53.431Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-06-04T13:01:53.431Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-06-04T13:01:53.431Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-06-04T13:01:53.431Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-06-04T13:01:53.431Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-06-04T13:01:53.431Z] bool C1OptimizeVirtualCallProfiling = true {C2 product} {default} [2024-06-04T13:01:53.431Z] bool C1ProfileBranches = true {C2 product} {default} [2024-06-04T13:01:53.431Z] bool C1ProfileCalls = true {C2 product} {default} [2024-06-04T13:01:53.431Z] bool C1ProfileCheckcasts = true {C2 product} {default} [2024-06-04T13:01:53.431Z] bool C1ProfileInlinedCalls = true {C2 product} {default} [2024-06-04T13:01:53.431Z] bool C1ProfileVirtualCalls = true {C2 product} {default} [2024-06-04T13:01:53.431Z] bool C1UpdateMethodData = true {C2 product} {default} [2024-06-04T13:01:53.431Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-06-04T13:01:53.431Z] bool CICompilerCountPerCPU = true {product} {default} [2024-06-04T13:01:53.431Z] bool CITime = false {product} {default} [2024-06-04T13:01:53.431Z] bool CheckJNICalls = false {product} {default} [2024-06-04T13:01:53.431Z] bool ClassUnloading = true {product} {default} [2024-06-04T13:01:53.431Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-06-04T13:01:53.431Z] bool ClipInlining = true {product} {default} [2024-06-04T13:01:53.431Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-06-04T13:01:53.431Z] bool CompactStrings = true {pd product} {default} [2024-06-04T13:01:53.431Z] ccstr CompilationMode = default {product} {default} [2024-06-04T13:01:53.431Z] ccstrlist CompileCommand = {product} {default} [2024-06-04T13:01:53.431Z] ccstr CompileCommandFile = {product} {default} [2024-06-04T13:01:53.431Z] ccstrlist CompileOnly = {product} {default} [2024-06-04T13:01:53.431Z] intx CompileThreshold = 10000 {pd product} {default} [2024-06-04T13:01:53.431Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-06-04T13:01:53.431Z] int CompilerThreadPriority = -1 {product} {default} [2024-06-04T13:01:53.431Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:01:53.431Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-06-04T13:01:53.431Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-06-04T13:01:53.431Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-06-04T13:01:53.431Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-06-04T13:01:53.431Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-06-04T13:01:53.431Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-06-04T13:01:53.432Z] bool DTraceAllocProbes = false {product} {default} [2024-06-04T13:01:53.432Z] bool DTraceMethodProbes = false {product} {default} [2024-06-04T13:01:53.432Z] bool DTraceMonitorProbes = false {product} {default} [2024-06-04T13:01:53.432Z] bool DisableAttachMechanism = false {product} {default} [2024-06-04T13:01:53.432Z] bool DisableExplicitGC = false {product} {default} [2024-06-04T13:01:53.432Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-06-04T13:01:53.432Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-06-04T13:01:53.432Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-06-04T13:01:53.432Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-06-04T13:01:53.432Z] bool DontCompileHugeMethods = true {product} {default} [2024-06-04T13:01:53.432Z] bool DontYieldALot = false {pd product} {default} [2024-06-04T13:01:53.432Z] ccstr DumpLoadedClassList = {JVMCI product} {default} [2024-06-04T13:01:53.432Z] bool DumpReplayDataOnError = true {product} {default} [2024-06-04T13:01:53.432Z] bool EagerXrunInit = false {product} {default} [2024-06-04T13:01:53.432Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-06-04T13:01:53.432Z] bool EliminateAllocations = true {C2 product} {default} [2024-06-04T13:01:53.432Z] bool EliminateAutoBox = true {C2 product} {default} [2024-06-04T13:01:53.432Z] bool EliminateLocks = true {C2 product} {default} [2024-06-04T13:01:53.432Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-06-04T13:01:53.432Z] bool EnableContended = true {product} {default} [2024-06-04T13:01:53.432Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-06-04T13:01:53.432Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-06-04T13:01:53.432Z] ccstr ErrorFile = {product} {default} [2024-06-04T13:01:53.432Z] bool ErrorFileToStderr = false {product} {default} [2024-06-04T13:01:53.432Z] bool ErrorFileToStdout = false {product} {default} [2024-06-04T13:01:53.432Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-06-04T13:01:53.432Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-06-04T13:01:53.432Z] bool EstimateArgEscape = true {product} {default} [2024-06-04T13:01:53.432Z] bool ExecutingUnitTests = false {product} {default} [2024-06-04T13:01:53.432Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-06-04T13:01:53.432Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-06-04T13:01:53.432Z] bool ExtensiveErrorReports = false {product} {default} [2024-06-04T13:01:53.432Z] ccstr ExtraSharedClassListFile = {JVMCI product} {default} [2024-06-04T13:01:53.432Z] bool FlightRecorder = false {product} {default} [2024-06-04T13:01:53.432Z] ccstr FlightRecorderOptions = {product} {default} [2024-06-04T13:01:53.432Z] bool ForceTimeHighResolution = false {product} {default} [2024-06-04T13:01:53.432Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-06-04T13:01:53.432Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-06-04T13:01:53.432Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-06-04T13:01:53.432Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-06-04T13:01:53.432Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-06-04T13:01:53.432Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-06-04T13:01:53.432Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-06-04T13:01:53.432Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-06-04T13:01:53.432Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-06-04T13:01:53.432Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-06-04T13:01:53.432Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-06-04T13:01:53.432Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-06-04T13:01:53.432Z] uintx G1ReservePercent = 10 {product} {default} [2024-06-04T13:01:53.432Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-06-04T13:01:53.432Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-06-04T13:01:53.432Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-06-04T13:01:53.432Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-06-04T13:01:53.432Z] uint GCCardSizeInBytes = 512 {product} {default} [2024-06-04T13:01:53.432Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-06-04T13:01:53.432Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-06-04T13:01:53.433Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-06-04T13:01:53.433Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-06-04T13:01:53.433Z] uintx GCTimeLimit = 98 {product} {default} [2024-06-04T13:01:53.433Z] uintx GCTimeRatio = 12 {product} {default} [2024-06-04T13:01:53.433Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-06-04T13:01:53.433Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-06-04T13:01:53.433Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-06-04T13:01:53.433Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-06-04T13:01:53.433Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-06-04T13:01:53.433Z] ccstr HeapDumpPath = {manageable} {default} [2024-06-04T13:01:53.433Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-06-04T13:01:53.433Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-06-04T13:01:53.433Z] uintx HeapSearchSteps = 3 {product} {default} [2024-06-04T13:01:53.433Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-06-04T13:01:53.433Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-06-04T13:01:53.433Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-06-04T13:01:53.433Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-06-04T13:01:53.433Z] bool IncrementalInline = true {C2 product} {default} [2024-06-04T13:01:53.433Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-06-04T13:01:53.433Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-06-04T13:01:53.433Z] uintx InitialRAMFraction = 64 {product} {default} [2024-06-04T13:01:53.433Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-06-04T13:01:53.433Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-06-04T13:01:53.433Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-06-04T13:01:53.433Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-06-04T13:01:53.433Z] bool Inline = true {product} {default} [2024-06-04T13:01:53.433Z] ccstr InlineDataFile = {product} {default} [2024-06-04T13:01:53.433Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-06-04T13:01:53.433Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-06-04T13:01:53.433Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-06-04T13:01:53.433Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-06-04T13:01:53.433Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority10_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority1_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority2_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority3_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority4_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority5_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority6_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority7_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority8_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] int JavaPriority9_To_OSPriority = -1 {product} {default} [2024-06-04T13:01:53.433Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-06-04T13:01:53.433Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-06-04T13:01:53.433Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-06-04T13:01:53.433Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-06-04T13:01:53.433Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-06-04T13:01:53.433Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-06-04T13:01:53.433Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-06-04T13:01:53.433Z] uintx LoopStripMiningIter = 1000 {product} {default} [2024-06-04T13:01:53.433Z] uintx LoopStripMiningIterShortLoop = 100 {product} {default} [2024-06-04T13:01:53.433Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-06-04T13:01:53.433Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-06-04T13:01:53.433Z] bool LoopUnswitching = true {C2 product} {default} [2024-06-04T13:01:53.433Z] bool ManagementServer = false {product} {default} [2024-06-04T13:01:53.434Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-06-04T13:01:53.434Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-06-04T13:01:53.434Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-06-04T13:01:53.434Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-06-04T13:01:53.434Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-06-04T13:01:53.434Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-06-04T13:01:53.434Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-06-04T13:01:53.434Z] bool MaxFDLimit = true {product} {default} [2024-06-04T13:01:53.434Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-06-04T13:01:53.434Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-06-04T13:01:53.434Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-06-04T13:01:53.434Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-06-04T13:01:53.434Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-06-04T13:01:53.434Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-06-04T13:01:53.434Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-06-04T13:01:53.434Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-06-04T13:01:53.434Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-06-04T13:01:53.434Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-06-04T13:01:53.434Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-06-04T13:01:53.434Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-06-04T13:01:53.434Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-06-04T13:01:53.434Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-06-04T13:01:53.434Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-06-04T13:01:53.434Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-06-04T13:01:53.434Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-06-04T13:01:53.434Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-06-04T13:01:53.434Z] uintx MaxRAMFraction = 4 {product} {default} [2024-06-04T13:01:53.434Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-06-04T13:01:53.434Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-06-04T13:01:53.434Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-06-04T13:01:53.434Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-06-04T13:01:53.434Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-06-04T13:01:53.434Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-06-04T13:01:53.434Z] bool MethodFlushing = true {product} {default} [2024-06-04T13:01:53.434Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-06-04T13:01:53.434Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-06-04T13:01:53.434Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-06-04T13:01:53.434Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-06-04T13:01:53.434Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-06-04T13:01:53.434Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-06-04T13:01:53.434Z] uintx MinRAMFraction = 2 {product} {default} [2024-06-04T13:01:53.434Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-06-04T13:01:53.434Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-06-04T13:01:53.434Z] size_t MinTLABSize = 2048 {product} {default} [2024-06-04T13:01:53.434Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-06-04T13:01:53.434Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-06-04T13:01:53.434Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-06-04T13:01:53.434Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-06-04T13:01:53.434Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-06-04T13:01:53.434Z] bool NUMAStats = false {product} {default} [2024-06-04T13:01:53.434Z] ccstr NativeMemoryTracking = off {product} {default} [2024-06-04T13:01:53.434Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-06-04T13:01:53.434Z] bool NeverTenure = false {product} {default} [2024-06-04T13:01:53.434Z] uintx NewRatio = 2 {product} {default} [2024-06-04T13:01:53.435Z] size_t NewSize = 1363144 {product} {default} [2024-06-04T13:01:53.435Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-06-04T13:01:53.435Z] intx NmethodSweepActivity = 4 {product} {default} [2024-06-04T13:01:53.435Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-06-04T13:01:53.435Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-06-04T13:01:53.435Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-04T13:01:53.435Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-06-04T13:01:53.435Z] int ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-06-04T13:01:53.435Z] size_t OldPLABSize = 1024 {product} {default} [2024-06-04T13:01:53.435Z] size_t OldSize = 5452592 {product} {default} [2024-06-04T13:01:53.435Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-06-04T13:01:53.435Z] ccstrlist OnError = {product} {default} [2024-06-04T13:01:53.435Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-06-04T13:01:53.435Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-06-04T13:01:53.435Z] bool OptimizeFill = false {C2 product} {default} [2024-06-04T13:01:53.435Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-06-04T13:01:53.435Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-06-04T13:01:53.435Z] bool OptoBundling = false {C2 pd product} {default} [2024-06-04T13:01:53.435Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-06-04T13:01:53.435Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-06-04T13:01:53.435Z] bool OptoScheduling = false {C2 pd product} {default} [2024-06-04T13:01:53.435Z] uintx PLABWeight = 75 {product} {default} [2024-06-04T13:01:53.435Z] bool PSChunkLargeArrays = true {product} {default} [2024-06-04T13:01:53.435Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-06-04T13:01:53.435Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-06-04T13:01:53.435Z] uint ParallelGCThreads = 2 {product} {default} [2024-06-04T13:01:53.435Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-06-04T13:01:53.435Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-06-04T13:01:53.435Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-06-04T13:01:53.435Z] bool ParallelRefProcEnabled = true {product} {default} [2024-06-04T13:01:53.435Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-06-04T13:01:53.435Z] bool PartialPeelLoop = true {C2 product} {default} [2024-06-04T13:01:53.435Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-06-04T13:01:53.435Z] uintx PausePadding = 1 {product} {default} [2024-06-04T13:01:53.435Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-06-04T13:01:53.435Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-06-04T13:01:53.435Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-06-04T13:01:53.435Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-06-04T13:01:53.435Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-06-04T13:01:53.435Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-06-04T13:01:53.435Z] int PerfDataMemorySize = 32768 {product} {default} [2024-06-04T13:01:53.435Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-06-04T13:01:53.435Z] ccstr PerfDataSaveFile = {product} {default} [2024-06-04T13:01:53.435Z] bool PerfDataSaveToFile = false {product} {default} [2024-06-04T13:01:53.435Z] bool PerfDisableSharedMem = false {product} {default} [2024-06-04T13:01:53.435Z] int PerfMaxStringConstLength = 1024 {product} {default} [2024-06-04T13:01:53.435Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-06-04T13:01:53.435Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-06-04T13:01:53.435Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-06-04T13:01:53.435Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-06-04T13:01:53.435Z] bool PreserveAllAnnotations = false {product} {default} [2024-06-04T13:01:53.435Z] bool PreserveFramePointer = false {pd product} {default} [2024-06-04T13:01:53.435Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-06-04T13:01:53.435Z] bool PrintClassHistogram = false {manageable} {default} [2024-06-04T13:01:53.435Z] bool PrintCodeCache = false {product} {default} [2024-06-04T13:01:53.435Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintCommandLineFlags = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintCompilation = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-06-04T13:01:53.436Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintFlagsFinal = true {product} {command line} [2024-06-04T13:01:53.436Z] bool PrintFlagsInitial = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintFlagsRanges = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintGC = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintGCDetails = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-06-04T13:01:53.436Z] bool PrintSharedArchiveAndExit = false {JVMCI product} {default} [2024-06-04T13:01:53.436Z] bool PrintStringTableStatistics = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintTieredEvents = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintVMOptions = false {product} {default} [2024-06-04T13:01:53.436Z] bool PrintWarnings = true {product} {default} [2024-06-04T13:01:53.436Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-06-04T13:01:53.436Z] bool ProfileInterpreter = true {pd product} {default} [2024-06-04T13:01:53.436Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-06-04T13:01:53.436Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-04T13:01:53.436Z] uintx PromotedPadding = 3 {product} {default} [2024-06-04T13:01:53.436Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-06-04T13:01:53.436Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-06-04T13:01:53.436Z] bool RangeCheckElimination = true {product} {default} [2024-06-04T13:01:53.436Z] bool ReassociateInvariants = true {C2 product} {default} [2024-06-04T13:01:53.436Z] bool RecordDynamicDumpInfo = false {JVMCI product} {default} [2024-06-04T13:01:53.436Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-06-04T13:01:53.436Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-06-04T13:01:53.436Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-06-04T13:01:53.436Z] bool ReduceSignalUsage = false {product} {default} [2024-06-04T13:01:53.436Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-06-04T13:01:53.436Z] bool RelaxAccessControlCheck = false {product} {default} [2024-06-04T13:01:53.436Z] ccstr ReplayDataFile = {product} {default} [2024-06-04T13:01:53.436Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-06-04T13:01:53.436Z] bool ResizePLAB = true {product} {default} [2024-06-04T13:01:53.436Z] bool ResizeTLAB = true {product} {default} [2024-06-04T13:01:53.436Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-06-04T13:01:53.436Z] bool RestrictContended = true {product} {default} [2024-06-04T13:01:53.436Z] bool RestrictReservedStack = true {product} {default} [2024-06-04T13:01:53.436Z] bool RewriteBytecodes = true {pd product} {default} [2024-06-04T13:01:53.436Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-06-04T13:01:53.436Z] bool SafepointTimeout = false {product} {default} [2024-06-04T13:01:53.436Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-06-04T13:01:53.436Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-06-04T13:01:53.436Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-06-04T13:01:53.436Z] double SelfDestructTimer = 0.000000 {product} {default} [2024-06-04T13:01:53.436Z] ccstr SharedArchiveConfigFile = {JVMCI product} {default} [2024-06-04T13:01:53.436Z] ccstr SharedArchiveFile = {JVMCI product} {default} [2024-06-04T13:01:53.436Z] size_t SharedBaseAddress = 140564934688768 {JVMCI product} {default} [2024-06-04T13:01:53.436Z] ccstr SharedClassListFile = {JVMCI product} {default} [2024-06-04T13:01:53.436Z] uint SharedSymbolTableBucketSize = 4 {JVMCI product} {default} [2024-06-04T13:01:53.436Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-06-04T13:01:53.436Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-06-04T13:01:53.436Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-06-04T13:01:53.436Z] bool ShowMessageBoxOnError = false {product} {default} [2024-06-04T13:01:53.436Z] bool ShrinkHeapInSteps = true {product} {default} [2024-06-04T13:01:53.437Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-06-04T13:01:53.437Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-06-04T13:01:53.437Z] bool SplitIfBlocks = true {C2 product} {default} [2024-06-04T13:01:53.437Z] intx StackRedPages = 1 {pd product} {default} [2024-06-04T13:01:53.437Z] intx StackReservedPages = 1 {pd product} {default} [2024-06-04T13:01:53.437Z] intx StackShadowPages = 20 {pd product} {default} [2024-06-04T13:01:53.437Z] bool StackTraceInThrowable = true {product} {default} [2024-06-04T13:01:53.437Z] intx StackYellowPages = 2 {pd product} {default} [2024-06-04T13:01:53.437Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-06-04T13:01:53.437Z] bool StartAttachListener = false {product} {default} [2024-06-04T13:01:53.437Z] ccstr StartFlightRecording = {product} {default} [2024-06-04T13:01:53.437Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-06-04T13:01:53.437Z] uintx StringTableSize = 65536 {product} {default} [2024-06-04T13:01:53.437Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-06-04T13:01:53.437Z] bool SuperWordReductions = true {C2 product} {default} [2024-06-04T13:01:53.437Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-06-04T13:01:53.437Z] uintx SurvivorPadding = 3 {product} {default} [2024-06-04T13:01:53.437Z] uintx SurvivorRatio = 8 {product} {default} [2024-06-04T13:01:53.437Z] double SweeperThreshold = 15.000000 {product} {default} [2024-06-04T13:01:53.437Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-06-04T13:01:53.437Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-06-04T13:01:53.437Z] size_t TLABSize = 0 {product} {default} [2024-06-04T13:01:53.437Z] bool TLABStats = true {product} {default} [2024-06-04T13:01:53.437Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-06-04T13:01:53.437Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-06-04T13:01:53.437Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-06-04T13:01:53.437Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-06-04T13:01:53.437Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-06-04T13:01:53.437Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-06-04T13:01:53.437Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-06-04T13:01:53.437Z] int ThreadPriorityPolicy = 0 {product} {default} [2024-06-04T13:01:53.437Z] bool ThreadPriorityVerbose = false {product} {default} [2024-06-04T13:01:53.437Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:01:53.437Z] uintx ThresholdTolerance = 10 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3DelayOff = 2 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3DelayOn = 5 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-06-04T13:01:53.437Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-06-04T13:01:53.438Z] bool TieredCompilation = true {pd product} {default} [2024-06-04T13:01:53.438Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-06-04T13:01:53.438Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-06-04T13:01:53.438Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-06-04T13:01:53.438Z] intx TieredStopAtLevel = 4 {product} {default} [2024-06-04T13:01:53.438Z] bool TimeLinearScan = false {C1 product} {default} [2024-06-04T13:01:53.438Z] ccstr TraceJVMTI = {product} {default} [2024-06-04T13:01:53.438Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-06-04T13:01:53.438Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-06-04T13:01:53.438Z] bool TrapBasedRangeChecks = false {pd product} {default} [2024-06-04T13:01:53.438Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-06-04T13:01:53.438Z] uint TypeProfileLevel = 111 {pd product} {default} [2024-06-04T13:01:53.438Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-06-04T13:01:53.438Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-06-04T13:01:53.438Z] intx TypeProfileWidth = 2 {product} {default} [2024-06-04T13:01:53.438Z] int UnguardOnExecutionViolation = 0 {product} {default} [2024-06-04T13:01:53.438Z] bool UseAES = true {product} {default} [2024-06-04T13:01:53.438Z] int UseAVX = 1 {ARCH product} {default} [2024-06-04T13:01:53.438Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-06-04T13:01:53.438Z] bool UseAddressNop = true {ARCH product} {default} [2024-06-04T13:01:53.438Z] bool UseBASE64Intrinsics = false {product} {default} [2024-06-04T13:01:53.438Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-06-04T13:01:53.438Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-06-04T13:01:53.438Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-06-04T13:01:53.438Z] bool UseCLMUL = true {ARCH product} {default} [2024-06-04T13:01:53.438Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-06-04T13:01:53.438Z] bool UseCodeCacheFlushing = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseCompiler = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseCompressedClassPointers = true {product lp64_product} {default} [2024-06-04T13:01:53.438Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-06-04T13:01:53.438Z] bool UseCondCardMark = false {product} {default} [2024-06-04T13:01:53.438Z] bool UseContainerSupport = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-06-04T13:01:53.438Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-06-04T13:01:53.438Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-06-04T13:01:53.438Z] bool UseCounterDecay = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseDivMod = true {C2 product} {default} [2024-06-04T13:01:53.438Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseFMA = false {product} {default} [2024-06-04T13:01:53.438Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-06-04T13:01:53.438Z] bool UseFastJNIAccessors = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseFastStosb = false {ARCH product} {default} [2024-06-04T13:01:53.438Z] bool UseG1GC = true {product} {ergonomic} [2024-06-04T13:01:53.438Z] bool UseGCOverheadLimit = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseHugeTLBFS = false {product} {default} [2024-06-04T13:01:53.438Z] bool UseInlineCaches = true {product} {default} [2024-06-04T13:01:53.438Z] bool UseInterpreter = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseJumpTables = true {C2 product} {default} [2024-06-04T13:01:53.439Z] bool UseLargePages = false {pd product} {default} [2024-06-04T13:01:53.439Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-06-04T13:01:53.439Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseLoopCounter = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-06-04T13:01:53.439Z] bool UseLoopPredicate = true {C2 product} {default} [2024-06-04T13:01:53.439Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseNUMA = false {product} {default} [2024-06-04T13:01:53.439Z] bool UseNUMAInterleaving = false {product} {default} [2024-06-04T13:01:53.439Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseNotificationThread = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseOnStackReplacement = true {pd product} {default} [2024-06-04T13:01:53.439Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-06-04T13:01:53.439Z] bool UseOprofile = false {product} {default} [2024-06-04T13:01:53.439Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseParallelGC = false {product} {default} [2024-06-04T13:01:53.439Z] bool UsePerfData = true {product} {default} [2024-06-04T13:01:53.439Z] bool UsePopCountInstruction = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseProfiledLoopPredicate = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseRTMLocking = false {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseSHA = false {product} {default} [2024-06-04T13:01:53.439Z] bool UseSHM = false {product} {default} [2024-06-04T13:01:53.439Z] int UseSSE = 4 {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseSerialGC = false {product} {default} [2024-06-04T13:01:53.439Z] bool UseShenandoahGC = false {product} {default} [2024-06-04T13:01:53.439Z] bool UseSignalChaining = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseStringDeduplication = false {product} {default} [2024-06-04T13:01:53.439Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-06-04T13:01:53.439Z] bool UseSuperWord = true {C2 product} {default} [2024-06-04T13:01:53.439Z] bool UseSystemMemoryBarrier = false {product} {default} [2024-06-04T13:01:53.439Z] bool UseTLAB = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseThreadPriorities = true {pd product} {default} [2024-06-04T13:01:53.439Z] bool UseTransparentHugePages = false {product} {default} [2024-06-04T13:01:53.439Z] bool UseTypeProfile = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseTypeSpeculation = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseVectorCmov = false {C2 product} {default} [2024-06-04T13:01:53.439Z] bool UseXMMForArrayCopy = true {product} {default} [2024-06-04T13:01:53.439Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseXmmI2D = false {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseXmmI2F = false {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-06-04T13:01:53.439Z] bool UseZGC = false {product} {default} [2024-06-04T13:01:53.439Z] int VMThreadPriority = -1 {product} {default} [2024-06-04T13:01:53.439Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:01:53.440Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-06-04T13:01:53.440Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-06-04T13:01:53.440Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-06-04T13:01:53.440Z] bool VerifySharedSpaces = false {JVMCI product} {default} [2024-06-04T13:01:53.440Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-06-04T13:01:53.440Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-06-04T13:01:53.440Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-06-04T13:01:53.440Z] size_t YoungPLABSize = 4096 {product} {default} [2024-06-04T13:01:53.440Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-06-04T13:01:53.440Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-06-04T13:01:53.440Z] double ZCollectionIntervalMajor = -1.000000 {product} {default} [2024-06-04T13:01:53.440Z] double ZCollectionIntervalMinor = -1.000000 {product} {default} [2024-06-04T13:01:53.440Z] bool ZCollectionIntervalOnly = false {product} {default} [2024-06-04T13:01:53.440Z] double ZFragmentationLimit = 0.000000 {product} {default} [2024-06-04T13:01:53.440Z] bool ZGenerational = false {product} {default} [2024-06-04T13:01:53.440Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-06-04T13:01:53.440Z] bool ZProactive = true {product} {default} [2024-06-04T13:01:53.440Z] bool ZUncommit = true {product} {default} [2024-06-04T13:01:53.440Z] uintx ZUncommitDelay = 300 {product} {default} [2024-06-04T13:01:53.440Z] double ZYoungCompactionLimit = 25.000000 {product} {default} [2024-06-04T13:01:53.440Z] bool ZeroTLAB = false {product} {default} [2024-06-04T13:01:53.697Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-04T13:01:53.697Z] Maven home: /opt/tools/apache-maven/latest [2024-06-04T13:01:53.697Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-04T13:01:53.697Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-04T13:01:53.697Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-04T13:01:57.909Z] [INFO] Scanning for projects... [2024-06-04T13:01:58.839Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-04T13:01:58.839Z] [INFO] Tycho Mode: extension [2024-06-04T13:01:58.839Z] [INFO] Tycho Builder: maven [2024-06-04T13:01:58.839Z] [INFO] Build Threads: 1 [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2024-06-04T13:02:05.461Z] [INFO] Building eclipse-sdk-prereqs 4.33.0-SNAPSHOT [2024-06-04T13:02:05.461Z] [INFO] from pom.xml [2024-06-04T13:02:05.461Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/saveproperties [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/src/main/resources [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- tycho-packaging:4.0.8:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] Execution was skipped [2024-06-04T13:02:05.461Z] [INFO] [2024-06-04T13:02:05.461Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.461Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/pom.xml to /home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.33.0-SNAPSHOT/eclipse-sdk-prereqs-4.33.0-SNAPSHOT.pom [2024-06-04T13:02:05.461Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target to /home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.33.0-SNAPSHOT/eclipse-sdk-prereqs-4.33.0-SNAPSHOT.target [2024-06-04T13:02:05.462Z] [INFO] [2024-06-04T13:02:05.462Z] [INFO] --- deploy:3.1.2:deploy (default-deploy) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:05.462Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:02:05.462Z] [INFO] BUILD SUCCESS [2024-06-04T13:02:05.462Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:02:05.462Z] [INFO] Total time: 8.177 s [2024-06-04T13:02:05.462Z] [INFO] Finished at: 2024-06-04T13:02:05Z [2024-06-04T13:02:05.462Z] [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials [2024-06-04T13:02:06.284Z] Masking supported pattern matches of $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] sh [2024-06-04T13:02:06.562Z] + [[ master == master ]] [2024-06-04T13:02:06.562Z] + MVN_ARGS=-Peclipse-sign [2024-06-04T13:02:06.563Z] + mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=/home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository -U [2024-06-04T13:02:06.563Z] [Global flags] [2024-06-04T13:02:06.563Z] int ActiveProcessorCount = -1 {product} {default} [2024-06-04T13:02:06.563Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-06-04T13:02:06.563Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-06-04T13:02:06.563Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-06-04T13:02:06.563Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-06-04T13:02:06.563Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-06-04T13:02:06.563Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-06-04T13:02:06.563Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-06-04T13:02:06.563Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-06-04T13:02:06.563Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-06-04T13:02:06.563Z] bool AggressiveHeap = false {product} {default} [2024-06-04T13:02:06.563Z] bool AlignVector = false {C2 product} {default} [2024-06-04T13:02:06.563Z] ccstr AllocateHeapAt = {product} {default} [2024-06-04T13:02:06.563Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-06-04T13:02:06.563Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-06-04T13:02:06.563Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-06-04T13:02:06.563Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-06-04T13:02:06.563Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-06-04T13:02:06.563Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-06-04T13:02:06.563Z] bool AllowParallelDefineClass = false {product} {default} [2024-06-04T13:02:06.563Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-06-04T13:02:06.563Z] bool AllowUserSignalHandlers = false {product} {default} [2024-06-04T13:02:06.563Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-06-04T13:02:06.563Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-06-04T13:02:06.563Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-06-04T13:02:06.563Z] bool AlwaysPreTouch = false {product} {default} [2024-06-04T13:02:06.563Z] bool AlwaysRestoreFPU = false {product} {default} [2024-06-04T13:02:06.563Z] bool AlwaysTenure = false {product} {default} [2024-06-04T13:02:06.563Z] ccstr ArchiveClassesAtExit = {JVMCI product} {default} [2024-06-04T13:02:06.563Z] intx ArrayCopyLoadStoreMaxElem = 8 {product} {default} [2024-06-04T13:02:06.563Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-06-04T13:02:06.563Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-06-04T13:02:06.563Z] bool AutoCreateSharedArchive = false {JVMCI product} {default} [2024-06-04T13:02:06.564Z] intx BCEATraceLevel = 0 {product} {default} [2024-06-04T13:02:06.564Z] bool BackgroundCompilation = true {pd product} {default} [2024-06-04T13:02:06.564Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-06-04T13:02:06.564Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-06-04T13:02:06.564Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-06-04T13:02:06.564Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-06-04T13:02:06.564Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-06-04T13:02:06.564Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-06-04T13:02:06.564Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-06-04T13:02:06.564Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-06-04T13:02:06.564Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-06-04T13:02:06.564Z] bool C1OptimizeVirtualCallProfiling = true {C2 product} {default} [2024-06-04T13:02:06.564Z] bool C1ProfileBranches = true {C2 product} {default} [2024-06-04T13:02:06.564Z] bool C1ProfileCalls = true {C2 product} {default} [2024-06-04T13:02:06.564Z] bool C1ProfileCheckcasts = true {C2 product} {default} [2024-06-04T13:02:06.564Z] bool C1ProfileInlinedCalls = true {C2 product} {default} [2024-06-04T13:02:06.564Z] bool C1ProfileVirtualCalls = true {C2 product} {default} [2024-06-04T13:02:06.564Z] bool C1UpdateMethodData = true {C2 product} {default} [2024-06-04T13:02:06.564Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-06-04T13:02:06.564Z] bool CICompilerCountPerCPU = true {product} {default} [2024-06-04T13:02:06.564Z] bool CITime = false {product} {default} [2024-06-04T13:02:06.564Z] bool CheckJNICalls = false {product} {default} [2024-06-04T13:02:06.564Z] bool ClassUnloading = true {product} {default} [2024-06-04T13:02:06.564Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-06-04T13:02:06.564Z] bool ClipInlining = true {product} {default} [2024-06-04T13:02:06.564Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-06-04T13:02:06.564Z] bool CompactStrings = true {pd product} {default} [2024-06-04T13:02:06.564Z] ccstr CompilationMode = default {product} {default} [2024-06-04T13:02:06.564Z] ccstrlist CompileCommand = {product} {default} [2024-06-04T13:02:06.564Z] ccstr CompileCommandFile = {product} {default} [2024-06-04T13:02:06.564Z] ccstrlist CompileOnly = {product} {default} [2024-06-04T13:02:06.564Z] intx CompileThreshold = 10000 {pd product} {default} [2024-06-04T13:02:06.564Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-06-04T13:02:06.564Z] int CompilerThreadPriority = -1 {product} {default} [2024-06-04T13:02:06.564Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:02:06.564Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-06-04T13:02:06.565Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-06-04T13:02:06.565Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-06-04T13:02:06.565Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-06-04T13:02:06.565Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-06-04T13:02:06.565Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-06-04T13:02:06.565Z] bool DTraceAllocProbes = false {product} {default} [2024-06-04T13:02:06.565Z] bool DTraceMethodProbes = false {product} {default} [2024-06-04T13:02:06.565Z] bool DTraceMonitorProbes = false {product} {default} [2024-06-04T13:02:06.565Z] bool DisableAttachMechanism = false {product} {default} [2024-06-04T13:02:06.565Z] bool DisableExplicitGC = false {product} {default} [2024-06-04T13:02:06.565Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-06-04T13:02:06.565Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-06-04T13:02:06.565Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-06-04T13:02:06.565Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-06-04T13:02:06.565Z] bool DontCompileHugeMethods = true {product} {default} [2024-06-04T13:02:06.565Z] bool DontYieldALot = false {pd product} {default} [2024-06-04T13:02:06.565Z] ccstr DumpLoadedClassList = {JVMCI product} {default} [2024-06-04T13:02:06.565Z] bool DumpReplayDataOnError = true {product} {default} [2024-06-04T13:02:06.565Z] bool EagerXrunInit = false {product} {default} [2024-06-04T13:02:06.565Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-06-04T13:02:06.565Z] bool EliminateAllocations = true {C2 product} {default} [2024-06-04T13:02:06.565Z] bool EliminateAutoBox = true {C2 product} {default} [2024-06-04T13:02:06.565Z] bool EliminateLocks = true {C2 product} {default} [2024-06-04T13:02:06.565Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-06-04T13:02:06.565Z] bool EnableContended = true {product} {default} [2024-06-04T13:02:06.565Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-06-04T13:02:06.565Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-06-04T13:02:06.565Z] ccstr ErrorFile = {product} {default} [2024-06-04T13:02:06.565Z] bool ErrorFileToStderr = false {product} {default} [2024-06-04T13:02:06.565Z] bool ErrorFileToStdout = false {product} {default} [2024-06-04T13:02:06.565Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-06-04T13:02:06.565Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-06-04T13:02:06.565Z] bool EstimateArgEscape = true {product} {default} [2024-06-04T13:02:06.565Z] bool ExecutingUnitTests = false {product} {default} [2024-06-04T13:02:06.565Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-06-04T13:02:06.566Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-06-04T13:02:06.566Z] bool ExtensiveErrorReports = false {product} {default} [2024-06-04T13:02:06.566Z] ccstr ExtraSharedClassListFile = {JVMCI product} {default} [2024-06-04T13:02:06.566Z] bool FlightRecorder = false {product} {default} [2024-06-04T13:02:06.566Z] ccstr FlightRecorderOptions = {product} {default} [2024-06-04T13:02:06.566Z] bool ForceTimeHighResolution = false {product} {default} [2024-06-04T13:02:06.566Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-06-04T13:02:06.566Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-06-04T13:02:06.566Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-06-04T13:02:06.566Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-06-04T13:02:06.566Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-06-04T13:02:06.566Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-06-04T13:02:06.566Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-06-04T13:02:06.566Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-06-04T13:02:06.566Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-06-04T13:02:06.566Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-06-04T13:02:06.566Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-06-04T13:02:06.566Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-06-04T13:02:06.566Z] uintx G1ReservePercent = 10 {product} {default} [2024-06-04T13:02:06.566Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-06-04T13:02:06.566Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-06-04T13:02:06.566Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-06-04T13:02:06.566Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-06-04T13:02:06.566Z] uint GCCardSizeInBytes = 512 {product} {default} [2024-06-04T13:02:06.566Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-06-04T13:02:06.566Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-06-04T13:02:06.566Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-06-04T13:02:06.566Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-06-04T13:02:06.566Z] uintx GCTimeLimit = 98 {product} {default} [2024-06-04T13:02:06.566Z] uintx GCTimeRatio = 12 {product} {default} [2024-06-04T13:02:06.566Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-06-04T13:02:06.566Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-06-04T13:02:06.566Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-06-04T13:02:06.566Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-06-04T13:02:06.566Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-06-04T13:02:06.567Z] ccstr HeapDumpPath = {manageable} {default} [2024-06-04T13:02:06.567Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-06-04T13:02:06.567Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-06-04T13:02:06.567Z] uintx HeapSearchSteps = 3 {product} {default} [2024-06-04T13:02:06.567Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-06-04T13:02:06.567Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-06-04T13:02:06.567Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-06-04T13:02:06.567Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-06-04T13:02:06.567Z] bool IncrementalInline = true {C2 product} {default} [2024-06-04T13:02:06.567Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-06-04T13:02:06.567Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-06-04T13:02:06.567Z] uintx InitialRAMFraction = 64 {product} {default} [2024-06-04T13:02:06.567Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-06-04T13:02:06.567Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-06-04T13:02:06.567Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-06-04T13:02:06.567Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-06-04T13:02:06.567Z] bool Inline = true {product} {default} [2024-06-04T13:02:06.567Z] ccstr InlineDataFile = {product} {default} [2024-06-04T13:02:06.567Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-06-04T13:02:06.567Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-06-04T13:02:06.567Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-06-04T13:02:06.567Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-06-04T13:02:06.567Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority10_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority1_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority2_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority3_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority4_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority5_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority6_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority7_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority8_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] int JavaPriority9_To_OSPriority = -1 {product} {default} [2024-06-04T13:02:06.567Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-06-04T13:02:06.567Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-06-04T13:02:06.567Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-06-04T13:02:06.568Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-06-04T13:02:06.568Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-06-04T13:02:06.568Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-06-04T13:02:06.568Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-06-04T13:02:06.568Z] uintx LoopStripMiningIter = 1000 {product} {default} [2024-06-04T13:02:06.568Z] uintx LoopStripMiningIterShortLoop = 100 {product} {default} [2024-06-04T13:02:06.568Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-06-04T13:02:06.568Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-06-04T13:02:06.568Z] bool LoopUnswitching = true {C2 product} {default} [2024-06-04T13:02:06.568Z] bool ManagementServer = false {product} {default} [2024-06-04T13:02:06.568Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-06-04T13:02:06.568Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-06-04T13:02:06.568Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-06-04T13:02:06.568Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-06-04T13:02:06.568Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-06-04T13:02:06.568Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-06-04T13:02:06.568Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-06-04T13:02:06.568Z] bool MaxFDLimit = true {product} {default} [2024-06-04T13:02:06.568Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-06-04T13:02:06.568Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-06-04T13:02:06.568Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-06-04T13:02:06.568Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-06-04T13:02:06.568Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-06-04T13:02:06.568Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-06-04T13:02:06.568Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-06-04T13:02:06.568Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-06-04T13:02:06.568Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-06-04T13:02:06.568Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-06-04T13:02:06.568Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-06-04T13:02:06.568Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-06-04T13:02:06.568Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-06-04T13:02:06.568Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-06-04T13:02:06.568Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-06-04T13:02:06.568Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-06-04T13:02:06.568Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-06-04T13:02:06.569Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-06-04T13:02:06.569Z] uintx MaxRAMFraction = 4 {product} {default} [2024-06-04T13:02:06.569Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-06-04T13:02:06.569Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-06-04T13:02:06.569Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-06-04T13:02:06.569Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-06-04T13:02:06.569Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-06-04T13:02:06.569Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-06-04T13:02:06.569Z] bool MethodFlushing = true {product} {default} [2024-06-04T13:02:06.569Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-06-04T13:02:06.569Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-06-04T13:02:06.569Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-06-04T13:02:06.569Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-06-04T13:02:06.569Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-06-04T13:02:06.569Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-06-04T13:02:06.569Z] uintx MinRAMFraction = 2 {product} {default} [2024-06-04T13:02:06.569Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-06-04T13:02:06.569Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-06-04T13:02:06.569Z] size_t MinTLABSize = 2048 {product} {default} [2024-06-04T13:02:06.569Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-06-04T13:02:06.569Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-06-04T13:02:06.569Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-06-04T13:02:06.569Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-06-04T13:02:06.569Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-06-04T13:02:06.569Z] bool NUMAStats = false {product} {default} [2024-06-04T13:02:06.569Z] ccstr NativeMemoryTracking = off {product} {default} [2024-06-04T13:02:06.569Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-06-04T13:02:06.569Z] bool NeverTenure = false {product} {default} [2024-06-04T13:02:06.569Z] uintx NewRatio = 2 {product} {default} [2024-06-04T13:02:06.569Z] size_t NewSize = 1363144 {product} {default} [2024-06-04T13:02:06.569Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-06-04T13:02:06.569Z] intx NmethodSweepActivity = 4 {product} {default} [2024-06-04T13:02:06.569Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-06-04T13:02:06.569Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-06-04T13:02:06.569Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-04T13:02:06.570Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-06-04T13:02:06.570Z] int ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-06-04T13:02:06.570Z] size_t OldPLABSize = 1024 {product} {default} [2024-06-04T13:02:06.570Z] size_t OldSize = 5452592 {product} {default} [2024-06-04T13:02:06.570Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-06-04T13:02:06.570Z] ccstrlist OnError = {product} {default} [2024-06-04T13:02:06.570Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-06-04T13:02:06.570Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-06-04T13:02:06.570Z] bool OptimizeFill = false {C2 product} {default} [2024-06-04T13:02:06.570Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-06-04T13:02:06.570Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-06-04T13:02:06.570Z] bool OptoBundling = false {C2 pd product} {default} [2024-06-04T13:02:06.570Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-06-04T13:02:06.570Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-06-04T13:02:06.570Z] bool OptoScheduling = false {C2 pd product} {default} [2024-06-04T13:02:06.570Z] uintx PLABWeight = 75 {product} {default} [2024-06-04T13:02:06.570Z] bool PSChunkLargeArrays = true {product} {default} [2024-06-04T13:02:06.570Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-06-04T13:02:06.570Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-06-04T13:02:06.570Z] uint ParallelGCThreads = 2 {product} {default} [2024-06-04T13:02:06.570Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-06-04T13:02:06.570Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-06-04T13:02:06.570Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-06-04T13:02:06.570Z] bool ParallelRefProcEnabled = true {product} {default} [2024-06-04T13:02:06.570Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-06-04T13:02:06.570Z] bool PartialPeelLoop = true {C2 product} {default} [2024-06-04T13:02:06.570Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-06-04T13:02:06.570Z] uintx PausePadding = 1 {product} {default} [2024-06-04T13:02:06.570Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-06-04T13:02:06.570Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-06-04T13:02:06.570Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-06-04T13:02:06.570Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-06-04T13:02:06.570Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-06-04T13:02:06.570Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-06-04T13:02:06.570Z] int PerfDataMemorySize = 32768 {product} {default} [2024-06-04T13:02:06.571Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-06-04T13:02:06.571Z] ccstr PerfDataSaveFile = {product} {default} [2024-06-04T13:02:06.571Z] bool PerfDataSaveToFile = false {product} {default} [2024-06-04T13:02:06.571Z] bool PerfDisableSharedMem = false {product} {default} [2024-06-04T13:02:06.571Z] int PerfMaxStringConstLength = 1024 {product} {default} [2024-06-04T13:02:06.571Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-06-04T13:02:06.571Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-06-04T13:02:06.571Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-06-04T13:02:06.571Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-06-04T13:02:06.571Z] bool PreserveAllAnnotations = false {product} {default} [2024-06-04T13:02:06.571Z] bool PreserveFramePointer = false {pd product} {default} [2024-06-04T13:02:06.571Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-06-04T13:02:06.571Z] bool PrintClassHistogram = false {manageable} {default} [2024-06-04T13:02:06.571Z] bool PrintCodeCache = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintCommandLineFlags = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintCompilation = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-06-04T13:02:06.571Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintFlagsFinal = true {product} {command line} [2024-06-04T13:02:06.571Z] bool PrintFlagsInitial = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintFlagsRanges = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintGC = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintGCDetails = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-06-04T13:02:06.571Z] bool PrintSharedArchiveAndExit = false {JVMCI product} {default} [2024-06-04T13:02:06.571Z] bool PrintStringTableStatistics = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintTieredEvents = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintVMOptions = false {product} {default} [2024-06-04T13:02:06.571Z] bool PrintWarnings = true {product} {default} [2024-06-04T13:02:06.571Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-06-04T13:02:06.571Z] bool ProfileInterpreter = true {pd product} {default} [2024-06-04T13:02:06.571Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-06-04T13:02:06.571Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-04T13:02:06.571Z] uintx PromotedPadding = 3 {product} {default} [2024-06-04T13:02:06.571Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-06-04T13:02:06.572Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-06-04T13:02:06.572Z] bool RangeCheckElimination = true {product} {default} [2024-06-04T13:02:06.572Z] bool ReassociateInvariants = true {C2 product} {default} [2024-06-04T13:02:06.572Z] bool RecordDynamicDumpInfo = false {JVMCI product} {default} [2024-06-04T13:02:06.572Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-06-04T13:02:06.572Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-06-04T13:02:06.572Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-06-04T13:02:06.572Z] bool ReduceSignalUsage = false {product} {default} [2024-06-04T13:02:06.572Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-06-04T13:02:06.572Z] bool RelaxAccessControlCheck = false {product} {default} [2024-06-04T13:02:06.572Z] ccstr ReplayDataFile = {product} {default} [2024-06-04T13:02:06.572Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-06-04T13:02:06.572Z] bool ResizePLAB = true {product} {default} [2024-06-04T13:02:06.572Z] bool ResizeTLAB = true {product} {default} [2024-06-04T13:02:06.572Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-06-04T13:02:06.572Z] bool RestrictContended = true {product} {default} [2024-06-04T13:02:06.572Z] bool RestrictReservedStack = true {product} {default} [2024-06-04T13:02:06.572Z] bool RewriteBytecodes = true {pd product} {default} [2024-06-04T13:02:06.572Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-06-04T13:02:06.572Z] bool SafepointTimeout = false {product} {default} [2024-06-04T13:02:06.572Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-06-04T13:02:06.572Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-06-04T13:02:06.572Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-06-04T13:02:06.572Z] double SelfDestructTimer = 0.000000 {product} {default} [2024-06-04T13:02:06.572Z] ccstr SharedArchiveConfigFile = {JVMCI product} {default} [2024-06-04T13:02:06.572Z] ccstr SharedArchiveFile = {JVMCI product} {default} [2024-06-04T13:02:06.572Z] size_t SharedBaseAddress = 140653249953792 {JVMCI product} {default} [2024-06-04T13:02:06.572Z] ccstr SharedClassListFile = {JVMCI product} {default} [2024-06-04T13:02:06.572Z] uint SharedSymbolTableBucketSize = 4 {JVMCI product} {default} [2024-06-04T13:02:06.572Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-06-04T13:02:06.572Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-06-04T13:02:06.572Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-06-04T13:02:06.572Z] bool ShowMessageBoxOnError = false {product} {default} [2024-06-04T13:02:06.572Z] bool ShrinkHeapInSteps = true {product} {default} [2024-06-04T13:02:06.572Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-06-04T13:02:06.573Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-06-04T13:02:06.573Z] bool SplitIfBlocks = true {C2 product} {default} [2024-06-04T13:02:06.573Z] intx StackRedPages = 1 {pd product} {default} [2024-06-04T13:02:06.573Z] intx StackReservedPages = 1 {pd product} {default} [2024-06-04T13:02:06.573Z] intx StackShadowPages = 20 {pd product} {default} [2024-06-04T13:02:06.573Z] bool StackTraceInThrowable = true {product} {default} [2024-06-04T13:02:06.573Z] intx StackYellowPages = 2 {pd product} {default} [2024-06-04T13:02:06.573Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-06-04T13:02:06.573Z] bool StartAttachListener = false {product} {default} [2024-06-04T13:02:06.573Z] ccstr StartFlightRecording = {product} {default} [2024-06-04T13:02:06.573Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-06-04T13:02:06.573Z] uintx StringTableSize = 65536 {product} {default} [2024-06-04T13:02:06.573Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-06-04T13:02:06.573Z] bool SuperWordReductions = true {C2 product} {default} [2024-06-04T13:02:06.573Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-06-04T13:02:06.573Z] uintx SurvivorPadding = 3 {product} {default} [2024-06-04T13:02:06.573Z] uintx SurvivorRatio = 8 {product} {default} [2024-06-04T13:02:06.573Z] double SweeperThreshold = 15.000000 {product} {default} [2024-06-04T13:02:06.573Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-06-04T13:02:06.573Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-06-04T13:02:06.573Z] size_t TLABSize = 0 {product} {default} [2024-06-04T13:02:06.573Z] bool TLABStats = true {product} {default} [2024-06-04T13:02:06.573Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-06-04T13:02:06.573Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-06-04T13:02:06.573Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-06-04T13:02:06.573Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-06-04T13:02:06.573Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-06-04T13:02:06.573Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-06-04T13:02:06.573Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-06-04T13:02:06.573Z] int ThreadPriorityPolicy = 0 {product} {default} [2024-06-04T13:02:06.573Z] bool ThreadPriorityVerbose = false {product} {default} [2024-06-04T13:02:06.573Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:02:06.573Z] uintx ThresholdTolerance = 10 {product} {default} [2024-06-04T13:02:06.573Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-06-04T13:02:06.573Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-06-04T13:02:06.573Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3DelayOff = 2 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3DelayOn = 5 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-06-04T13:02:06.574Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-06-04T13:02:06.574Z] bool TieredCompilation = true {pd product} {default} [2024-06-04T13:02:06.574Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-06-04T13:02:06.574Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-06-04T13:02:06.574Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-06-04T13:02:06.574Z] intx TieredStopAtLevel = 4 {product} {default} [2024-06-04T13:02:06.574Z] bool TimeLinearScan = false {C1 product} {default} [2024-06-04T13:02:06.574Z] ccstr TraceJVMTI = {product} {default} [2024-06-04T13:02:06.574Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-06-04T13:02:06.574Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-06-04T13:02:06.574Z] bool TrapBasedRangeChecks = false {pd product} {default} [2024-06-04T13:02:06.574Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-06-04T13:02:06.574Z] uint TypeProfileLevel = 111 {pd product} {default} [2024-06-04T13:02:06.574Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-06-04T13:02:06.574Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-06-04T13:02:06.574Z] intx TypeProfileWidth = 2 {product} {default} [2024-06-04T13:02:06.574Z] int UnguardOnExecutionViolation = 0 {product} {default} [2024-06-04T13:02:06.575Z] bool UseAES = true {product} {default} [2024-06-04T13:02:06.575Z] int UseAVX = 1 {ARCH product} {default} [2024-06-04T13:02:06.575Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-06-04T13:02:06.575Z] bool UseAddressNop = true {ARCH product} {default} [2024-06-04T13:02:06.575Z] bool UseBASE64Intrinsics = false {product} {default} [2024-06-04T13:02:06.575Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-06-04T13:02:06.575Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-06-04T13:02:06.575Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-06-04T13:02:06.575Z] bool UseCLMUL = true {ARCH product} {default} [2024-06-04T13:02:06.575Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-06-04T13:02:06.575Z] bool UseCodeCacheFlushing = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseCompiler = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseCompressedClassPointers = true {product lp64_product} {default} [2024-06-04T13:02:06.575Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-06-04T13:02:06.575Z] bool UseCondCardMark = false {product} {default} [2024-06-04T13:02:06.575Z] bool UseContainerSupport = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-06-04T13:02:06.575Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-06-04T13:02:06.575Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-06-04T13:02:06.575Z] bool UseCounterDecay = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseDivMod = true {C2 product} {default} [2024-06-04T13:02:06.575Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseFMA = false {product} {default} [2024-06-04T13:02:06.575Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-06-04T13:02:06.575Z] bool UseFastJNIAccessors = true {product} {default} [2024-06-04T13:02:06.575Z] bool UseFastStosb = false {ARCH product} {default} [2024-06-04T13:02:06.575Z] bool UseG1GC = true {product} {ergonomic} [2024-06-04T13:02:06.576Z] bool UseGCOverheadLimit = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseHugeTLBFS = false {product} {default} [2024-06-04T13:02:06.576Z] bool UseInlineCaches = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseInterpreter = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseJumpTables = true {C2 product} {default} [2024-06-04T13:02:06.576Z] bool UseLargePages = false {pd product} {default} [2024-06-04T13:02:06.576Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-06-04T13:02:06.576Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseLoopCounter = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-06-04T13:02:06.576Z] bool UseLoopPredicate = true {C2 product} {default} [2024-06-04T13:02:06.576Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseNUMA = false {product} {default} [2024-06-04T13:02:06.576Z] bool UseNUMAInterleaving = false {product} {default} [2024-06-04T13:02:06.576Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-06-04T13:02:06.576Z] bool UseNotificationThread = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseOnStackReplacement = true {pd product} {default} [2024-06-04T13:02:06.576Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-06-04T13:02:06.576Z] bool UseOprofile = false {product} {default} [2024-06-04T13:02:06.576Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseParallelGC = false {product} {default} [2024-06-04T13:02:06.576Z] bool UsePerfData = true {product} {default} [2024-06-04T13:02:06.576Z] bool UsePopCountInstruction = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseProfiledLoopPredicate = true {product} {default} [2024-06-04T13:02:06.576Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-06-04T13:02:06.576Z] bool UseRTMLocking = false {ARCH product} {default} [2024-06-04T13:02:06.576Z] bool UseSHA = false {product} {default} [2024-06-04T13:02:06.576Z] bool UseSHM = false {product} {default} [2024-06-04T13:02:06.576Z] int UseSSE = 4 {ARCH product} {default} [2024-06-04T13:02:06.576Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-06-04T13:02:06.576Z] bool UseSerialGC = false {product} {default} [2024-06-04T13:02:06.576Z] bool UseShenandoahGC = false {product} {default} [2024-06-04T13:02:06.576Z] bool UseSignalChaining = true {product} {default} [2024-06-04T13:02:06.577Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-06-04T13:02:06.577Z] bool UseStringDeduplication = false {product} {default} [2024-06-04T13:02:06.577Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-06-04T13:02:06.577Z] bool UseSuperWord = true {C2 product} {default} [2024-06-04T13:02:06.577Z] bool UseSystemMemoryBarrier = false {product} {default} [2024-06-04T13:02:06.577Z] bool UseTLAB = true {product} {default} [2024-06-04T13:02:06.577Z] bool UseThreadPriorities = true {pd product} {default} [2024-06-04T13:02:06.577Z] bool UseTransparentHugePages = false {product} {default} [2024-06-04T13:02:06.577Z] bool UseTypeProfile = true {product} {default} [2024-06-04T13:02:06.577Z] bool UseTypeSpeculation = true {product} {default} [2024-06-04T13:02:06.577Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-06-04T13:02:06.577Z] bool UseVectorCmov = false {C2 product} {default} [2024-06-04T13:02:06.577Z] bool UseXMMForArrayCopy = true {product} {default} [2024-06-04T13:02:06.577Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-06-04T13:02:06.577Z] bool UseXmmI2D = false {ARCH product} {default} [2024-06-04T13:02:06.577Z] bool UseXmmI2F = false {ARCH product} {default} [2024-06-04T13:02:06.577Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-06-04T13:02:06.577Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-06-04T13:02:06.577Z] bool UseZGC = false {product} {default} [2024-06-04T13:02:06.577Z] int VMThreadPriority = -1 {product} {default} [2024-06-04T13:02:06.577Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:02:06.577Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-06-04T13:02:06.577Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-06-04T13:02:06.577Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-06-04T13:02:06.577Z] bool VerifySharedSpaces = false {JVMCI product} {default} [2024-06-04T13:02:06.577Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-06-04T13:02:06.577Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-06-04T13:02:06.577Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-06-04T13:02:06.577Z] size_t YoungPLABSize = 4096 {product} {default} [2024-06-04T13:02:06.577Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-06-04T13:02:06.577Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-06-04T13:02:06.577Z] double ZCollectionIntervalMajor = -1.000000 {product} {default} [2024-06-04T13:02:06.577Z] double ZCollectionIntervalMinor = -1.000000 {product} {default} [2024-06-04T13:02:06.577Z] bool ZCollectionIntervalOnly = false {product} {default} [2024-06-04T13:02:06.577Z] double ZFragmentationLimit = 0.000000 {product} {default} [2024-06-04T13:02:06.578Z] bool ZGenerational = false {product} {default} [2024-06-04T13:02:06.578Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-06-04T13:02:06.578Z] bool ZProactive = true {product} {default} [2024-06-04T13:02:06.578Z] bool ZUncommit = true {product} {default} [2024-06-04T13:02:06.578Z] uintx ZUncommitDelay = 300 {product} {default} [2024-06-04T13:02:06.578Z] double ZYoungCompactionLimit = 25.000000 {product} {default} [2024-06-04T13:02:06.578Z] bool ZeroTLAB = false {product} {default} [2024-06-04T13:02:06.835Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-04T13:02:06.835Z] Maven home: /opt/tools/apache-maven/latest [2024-06-04T13:02:06.835Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-04T13:02:06.835Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-04T13:02:06.835Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-04T13:02:14.978Z] [INFO] Scanning for projects... [2024-06-04T13:02:27.168Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-04T13:02:27.168Z] [INFO] Tycho Mode: extension [2024-06-04T13:02:27.168Z] [INFO] Tycho Builder: maven [2024-06-04T13:02:27.168Z] [INFO] Build Threads: 1 [2024-06-04T13:02:45.229Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:02:45.229Z] [INFO] Reactor Build Order: [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [2024-06-04T13:02:45.229Z] [INFO] org.eclipse.jdt.core.compiler.batch [eclipse-plugin] [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2024-06-04T13:02:45.229Z] [INFO] Building eclipse-sdk-prereqs 4.33.0-SNAPSHOT [1/2] [2024-06-04T13:02:45.229Z] [INFO] from pom.xml [2024-06-04T13:02:45.229Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/saveproperties [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/src/main/resources [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- tycho-packaging:4.0.8:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] Execution was skipped [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-sdk-prereqs --- [2024-06-04T13:02:45.229Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/pom.xml to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.33.0-SNAPSHOT/eclipse-sdk-prereqs-4.33.0-SNAPSHOT.pom [2024-06-04T13:02:45.229Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.33.0-SNAPSHOT/eclipse-sdk-prereqs-4.33.0-SNAPSHOT.target [2024-06-04T13:02:45.229Z] [INFO] [2024-06-04T13:02:45.229Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >--------- [2024-06-04T13:02:45.229Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT [2/2] [2024-06-04T13:02:45.230Z] [INFO] from /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [2024-06-04T13:02:45.230Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:02:47.753Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.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@2366604 [2024-06-04T13:02:47.753Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-04T13:02:47.753Z] [INFO] Cache location: /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/.cache/tycho [2024-06-04T13:02:47.753Z] [INFO] Transport mode: online [2024-06-04T13:02:47.753Z] [INFO] Http Transport type: Java11Client [2024-06-04T13:02:47.753Z] [INFO] Update mode: forced [2024-06-04T13:02:47.753Z] [INFO] Minimum cache duration: 60 minutes [2024-06-04T13:02:47.753Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-04T13:02:49.661Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:02:54.961Z] [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 [2024-06-04T13:02:56.337Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:02:57.707Z] [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 [2024-06-04T13:02:57.966Z] [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 [2024-06-04T13:02:58.530Z] [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 [2024-06-04T13:02:59.899Z] [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 [2024-06-04T13:02:59.899Z] [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 [2024-06-04T13:03:00.465Z] [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 [2024-06-04T13:03:00.723Z] [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 [2024-06-04T13:03:03.280Z] [INFO] [2024-06-04T13:03:03.280Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:03.280Z] [INFO] [2024-06-04T13:03:03.280Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.461Z] [INFO] The project's OSGi version is 3.38.0.v20240524-2033 [2024-06-04T13:03:07.461Z] [INFO] [2024-06-04T13:03:07.461Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.461Z] [INFO] [2024-06-04T13:03:07.461Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.461Z] [INFO] [2024-06-04T13:03:07.461Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.461Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/saveproperties [2024-06-04T13:03:07.461Z] [INFO] [2024-06-04T13:03:07.461Z] [INFO] --- build-helper:3.6.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.461Z] [INFO] No match to regex '\\' found in '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties'. The initial value '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties' is left as-is... [2024-06-04T13:03:07.461Z] [INFO] [2024-06-04T13:03:07.461Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.461Z] [INFO] [2024-06-04T13:03:07.461Z] [INFO] --- enforcer:3.4.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.461Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed [2024-06-04T13:03:07.461Z] [INFO] [2024-06-04T13:03:07.461Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.462Z] [INFO] [2024-06-04T13:03:07.462Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.462Z] [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch [2024-06-04T13:03:07.462Z] [INFO] [2024-06-04T13:03:07.462Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/main/resources [2024-06-04T13:03:07.462Z] [INFO] [2024-06-04T13:03:07.462Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/main/resources [2024-06-04T13:03:07.462Z] [INFO] [2024-06-04T13:03:07.462Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:07.462Z] [INFO] Compiling 544 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:03:22.332Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java:[1426] [2024-06-04T13:03:22.332Z] if (reference == null) reference = typeRef; [2024-06-04T13:03:22.332Z] ^^^^^^^^^ [2024-06-04T13:03:22.332Z] Redundant null check: The variable reference can only be null at this location [2024-06-04T13:03:22.332Z] 1 problem (1 warning) [2024-06-04T13:03:22.332Z] [INFO] [2024-06-04T13:03:22.332Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:22.332Z] [INFO] [2024-06-04T13:03:22.332Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:22.332Z] [INFO] [2024-06-04T13:03:22.332Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:23.705Z] [INFO] [2024-06-04T13:03:23.705Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:23.705Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/test/resources [2024-06-04T13:03:23.705Z] [INFO] [2024-06-04T13:03:23.705Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:23.705Z] [INFO] [2024-06-04T13:03:23.705Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:23.962Z] [INFO] [2024-06-04T13:03:23.962Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:23.962Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar [2024-06-04T13:03:24.533Z] [INFO] [2024-06-04T13:03:24.533Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:25.460Z] [INFO] Executing tasks [2024-06-04T13:03:25.460Z] [INFO] Executed tasks [2024-06-04T13:03:25.460Z] [INFO] [2024-06-04T13:03:25.461Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:25.461Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar [2024-06-04T13:03:26.397Z] [INFO] [2024-06-04T13:03:26.397Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:26.958Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [2024-06-04T13:03:28.333Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [2024-06-04T13:03:29.327Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [2024-06-04T13:03:29.327Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:03:29.327Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:03:29.327Z] [2024-06-04T13:03:29.327Z] [INFO] [2024-06-04T13:03:29.327Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:29.889Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [2024-06-04T13:03:29.889Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:03:29.889Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:03:29.889Z] [2024-06-04T13:03:29.889Z] [INFO] [2024-06-04T13:03:29.889Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:29.889Z] [INFO] Execution was skipped [2024-06-04T13:03:29.889Z] [INFO] [2024-06-04T13:03:29.889Z] [INFO] --- install:3.1.2:install (default-install) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:30.146Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.pom [2024-06-04T13:03:30.146Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar [2024-06-04T13:03:30.146Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar [2024-06-04T13:03:30.146Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/p2content.xml to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-p2metadata.xml [2024-06-04T13:03:30.146Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/p2artifacts.xml to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.38.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-p2artifacts.xml [2024-06-04T13:03:30.146Z] [INFO] [2024-06-04T13:03:30.146Z] [INFO] --- tycho-p2:4.0.8:update-local-index (default-update-local-index) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:30.146Z] [INFO] [2024-06-04T13:03:30.146Z] [INFO] --- install:3.1.2:install-file (deploy-ecj) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:03:30.146Z] [INFO] pom.xml not found in org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar [2024-06-04T13:03:30.146Z] [INFO] Installing /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/jdt/ecj/99.99/ecj-99.99.jar [2024-06-04T13:03:30.146Z] [INFO] Installing /tmp/mvninstall14267359512573987559.pom to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/jdt/ecj/99.99/ecj-99.99.pom [2024-06-04T13:03:30.146Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:03:30.146Z] [INFO] Reactor Summary: [2024-06-04T13:03:30.146Z] [INFO] [2024-06-04T13:03:30.146Z] [INFO] eclipse-sdk-prereqs 4.33.0-SNAPSHOT ................ SUCCESS [ 1.528 s] [2024-06-04T13:03:30.146Z] [INFO] org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT SUCCESS [ 44.931 s] [2024-06-04T13:03:30.146Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:03:30.146Z] [INFO] BUILD SUCCESS [2024-06-04T13:03:30.146Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:03:30.146Z] [INFO] Total time: 01:16 min [2024-06-04T13:03:30.146Z] [INFO] Finished at: 2024-06-04T13:03:29Z [2024-06-04T13:03:30.146Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:03:30.146Z] Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText [2024-06-04T13:03:30.147Z] at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85) [2024-06-04T13:03:30.147Z] at java.base/java.lang.Thread.run(Thread.java:1583) [2024-06-04T13:03:30.147Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText [2024-06-04T13:03:30.147Z] ... 2 more [2024-06-04T13:03:30.709Z] + mvn clean verify -e -Dmaven.repo.local=/home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository -Pbree-libs -Peclipse-sign -DskipTests=true -Dcompare-version-with-baselines.skip=false -DapiBaselineTargetDirectory=/home/jenkins/agent/workspace/latform.releng.aggregator_master '-Dgpg.passphrase=****' -Dcbi-ecj-version=99.99 -U [2024-06-04T13:03:30.709Z] [Global flags] [2024-06-04T13:03:30.709Z] int ActiveProcessorCount = -1 {product} {default} [2024-06-04T13:03:30.709Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-06-04T13:03:30.709Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-06-04T13:03:30.709Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-06-04T13:03:30.709Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-06-04T13:03:30.709Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-06-04T13:03:30.709Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-06-04T13:03:30.709Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-06-04T13:03:30.709Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-06-04T13:03:30.709Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-06-04T13:03:30.709Z] bool AggressiveHeap = false {product} {default} [2024-06-04T13:03:30.709Z] bool AlignVector = false {C2 product} {default} [2024-06-04T13:03:30.709Z] ccstr AllocateHeapAt = {product} {default} [2024-06-04T13:03:30.709Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-06-04T13:03:30.709Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-06-04T13:03:30.709Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-06-04T13:03:30.709Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-06-04T13:03:30.709Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-06-04T13:03:30.709Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-06-04T13:03:30.709Z] bool AllowParallelDefineClass = false {product} {default} [2024-06-04T13:03:30.709Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-06-04T13:03:30.709Z] bool AllowUserSignalHandlers = false {product} {default} [2024-06-04T13:03:30.710Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-06-04T13:03:30.710Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-06-04T13:03:30.710Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-06-04T13:03:30.710Z] bool AlwaysPreTouch = false {product} {default} [2024-06-04T13:03:30.710Z] bool AlwaysRestoreFPU = false {product} {default} [2024-06-04T13:03:30.710Z] bool AlwaysTenure = false {product} {default} [2024-06-04T13:03:30.710Z] ccstr ArchiveClassesAtExit = {JVMCI product} {default} [2024-06-04T13:03:30.710Z] intx ArrayCopyLoadStoreMaxElem = 8 {product} {default} [2024-06-04T13:03:30.710Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-06-04T13:03:30.710Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-06-04T13:03:30.710Z] bool AutoCreateSharedArchive = false {JVMCI product} {default} [2024-06-04T13:03:30.710Z] intx BCEATraceLevel = 0 {product} {default} [2024-06-04T13:03:30.710Z] bool BackgroundCompilation = true {pd product} {default} [2024-06-04T13:03:30.710Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-06-04T13:03:30.710Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-06-04T13:03:30.710Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-06-04T13:03:30.710Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-06-04T13:03:30.710Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-06-04T13:03:30.710Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-06-04T13:03:30.710Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-06-04T13:03:30.710Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-06-04T13:03:30.710Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-06-04T13:03:30.710Z] bool C1OptimizeVirtualCallProfiling = true {C2 product} {default} [2024-06-04T13:03:30.710Z] bool C1ProfileBranches = true {C2 product} {default} [2024-06-04T13:03:30.710Z] bool C1ProfileCalls = true {C2 product} {default} [2024-06-04T13:03:30.710Z] bool C1ProfileCheckcasts = true {C2 product} {default} [2024-06-04T13:03:30.710Z] bool C1ProfileInlinedCalls = true {C2 product} {default} [2024-06-04T13:03:30.710Z] bool C1ProfileVirtualCalls = true {C2 product} {default} [2024-06-04T13:03:30.710Z] bool C1UpdateMethodData = true {C2 product} {default} [2024-06-04T13:03:30.710Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-06-04T13:03:30.710Z] bool CICompilerCountPerCPU = true {product} {default} [2024-06-04T13:03:30.710Z] bool CITime = false {product} {default} [2024-06-04T13:03:30.710Z] bool CheckJNICalls = false {product} {default} [2024-06-04T13:03:30.710Z] bool ClassUnloading = true {product} {default} [2024-06-04T13:03:30.710Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-06-04T13:03:30.711Z] bool ClipInlining = true {product} {default} [2024-06-04T13:03:30.711Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-06-04T13:03:30.711Z] bool CompactStrings = true {pd product} {default} [2024-06-04T13:03:30.711Z] ccstr CompilationMode = default {product} {default} [2024-06-04T13:03:30.711Z] ccstrlist CompileCommand = {product} {default} [2024-06-04T13:03:30.711Z] ccstr CompileCommandFile = {product} {default} [2024-06-04T13:03:30.711Z] ccstrlist CompileOnly = {product} {default} [2024-06-04T13:03:30.711Z] intx CompileThreshold = 10000 {pd product} {default} [2024-06-04T13:03:30.711Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-06-04T13:03:30.711Z] int CompilerThreadPriority = -1 {product} {default} [2024-06-04T13:03:30.711Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:03:30.711Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-06-04T13:03:30.711Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-06-04T13:03:30.711Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-06-04T13:03:30.711Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-06-04T13:03:30.711Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-06-04T13:03:30.711Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-06-04T13:03:30.711Z] bool DTraceAllocProbes = false {product} {default} [2024-06-04T13:03:30.711Z] bool DTraceMethodProbes = false {product} {default} [2024-06-04T13:03:30.711Z] bool DTraceMonitorProbes = false {product} {default} [2024-06-04T13:03:30.711Z] bool DisableAttachMechanism = false {product} {default} [2024-06-04T13:03:30.711Z] bool DisableExplicitGC = false {product} {default} [2024-06-04T13:03:30.711Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-06-04T13:03:30.711Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-06-04T13:03:30.711Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-06-04T13:03:30.711Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-06-04T13:03:30.711Z] bool DontCompileHugeMethods = true {product} {default} [2024-06-04T13:03:30.711Z] bool DontYieldALot = false {pd product} {default} [2024-06-04T13:03:30.711Z] ccstr DumpLoadedClassList = {JVMCI product} {default} [2024-06-04T13:03:30.711Z] bool DumpReplayDataOnError = true {product} {default} [2024-06-04T13:03:30.711Z] bool EagerXrunInit = false {product} {default} [2024-06-04T13:03:30.711Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-06-04T13:03:30.711Z] bool EliminateAllocations = true {C2 product} {default} [2024-06-04T13:03:30.711Z] bool EliminateAutoBox = true {C2 product} {default} [2024-06-04T13:03:30.711Z] bool EliminateLocks = true {C2 product} {default} [2024-06-04T13:03:30.711Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-06-04T13:03:30.712Z] bool EnableContended = true {product} {default} [2024-06-04T13:03:30.712Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-06-04T13:03:30.712Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-06-04T13:03:30.712Z] ccstr ErrorFile = {product} {default} [2024-06-04T13:03:30.712Z] bool ErrorFileToStderr = false {product} {default} [2024-06-04T13:03:30.712Z] bool ErrorFileToStdout = false {product} {default} [2024-06-04T13:03:30.712Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-06-04T13:03:30.712Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-06-04T13:03:30.712Z] bool EstimateArgEscape = true {product} {default} [2024-06-04T13:03:30.712Z] bool ExecutingUnitTests = false {product} {default} [2024-06-04T13:03:30.712Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-06-04T13:03:30.712Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-06-04T13:03:30.712Z] bool ExtensiveErrorReports = false {product} {default} [2024-06-04T13:03:30.712Z] ccstr ExtraSharedClassListFile = {JVMCI product} {default} [2024-06-04T13:03:30.712Z] bool FlightRecorder = false {product} {default} [2024-06-04T13:03:30.712Z] ccstr FlightRecorderOptions = {product} {default} [2024-06-04T13:03:30.712Z] bool ForceTimeHighResolution = false {product} {default} [2024-06-04T13:03:30.712Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-06-04T13:03:30.712Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-06-04T13:03:30.712Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-06-04T13:03:30.712Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-06-04T13:03:30.712Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-06-04T13:03:30.712Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-06-04T13:03:30.712Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-06-04T13:03:30.712Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-06-04T13:03:30.712Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-06-04T13:03:30.712Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-06-04T13:03:30.712Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-06-04T13:03:30.712Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-06-04T13:03:30.712Z] uintx G1ReservePercent = 10 {product} {default} [2024-06-04T13:03:30.712Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-06-04T13:03:30.712Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-06-04T13:03:30.712Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-06-04T13:03:30.712Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-06-04T13:03:30.712Z] uint GCCardSizeInBytes = 512 {product} {default} [2024-06-04T13:03:30.712Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-06-04T13:03:30.713Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-06-04T13:03:30.713Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-06-04T13:03:30.713Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-06-04T13:03:30.713Z] uintx GCTimeLimit = 98 {product} {default} [2024-06-04T13:03:30.713Z] uintx GCTimeRatio = 12 {product} {default} [2024-06-04T13:03:30.713Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-06-04T13:03:30.713Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-06-04T13:03:30.713Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-06-04T13:03:30.713Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-06-04T13:03:30.713Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-06-04T13:03:30.713Z] ccstr HeapDumpPath = {manageable} {default} [2024-06-04T13:03:30.713Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-06-04T13:03:30.713Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-06-04T13:03:30.713Z] uintx HeapSearchSteps = 3 {product} {default} [2024-06-04T13:03:30.713Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-06-04T13:03:30.713Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-06-04T13:03:30.713Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-06-04T13:03:30.713Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-06-04T13:03:30.713Z] bool IncrementalInline = true {C2 product} {default} [2024-06-04T13:03:30.713Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-06-04T13:03:30.713Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-06-04T13:03:30.713Z] uintx InitialRAMFraction = 64 {product} {default} [2024-06-04T13:03:30.713Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-06-04T13:03:30.713Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-06-04T13:03:30.713Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-06-04T13:03:30.713Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-06-04T13:03:30.713Z] bool Inline = true {product} {default} [2024-06-04T13:03:30.713Z] ccstr InlineDataFile = {product} {default} [2024-06-04T13:03:30.713Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-06-04T13:03:30.713Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-06-04T13:03:30.713Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-06-04T13:03:30.713Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-06-04T13:03:30.713Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-06-04T13:03:30.713Z] int JavaPriority10_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.713Z] int JavaPriority1_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] int JavaPriority2_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] int JavaPriority3_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] int JavaPriority4_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] int JavaPriority5_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] int JavaPriority6_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] int JavaPriority7_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] int JavaPriority8_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] int JavaPriority9_To_OSPriority = -1 {product} {default} [2024-06-04T13:03:30.714Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-06-04T13:03:30.714Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-06-04T13:03:30.714Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-06-04T13:03:30.714Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-06-04T13:03:30.714Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-06-04T13:03:30.714Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-06-04T13:03:30.714Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-06-04T13:03:30.714Z] uintx LoopStripMiningIter = 1000 {product} {default} [2024-06-04T13:03:30.714Z] uintx LoopStripMiningIterShortLoop = 100 {product} {default} [2024-06-04T13:03:30.714Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-06-04T13:03:30.714Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-06-04T13:03:30.714Z] bool LoopUnswitching = true {C2 product} {default} [2024-06-04T13:03:30.714Z] bool ManagementServer = false {product} {default} [2024-06-04T13:03:30.714Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-06-04T13:03:30.714Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-06-04T13:03:30.714Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-06-04T13:03:30.714Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-06-04T13:03:30.714Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-06-04T13:03:30.714Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-06-04T13:03:30.714Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-06-04T13:03:30.714Z] bool MaxFDLimit = true {product} {default} [2024-06-04T13:03:30.714Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-06-04T13:03:30.714Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-06-04T13:03:30.714Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-06-04T13:03:30.714Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-06-04T13:03:30.714Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-06-04T13:03:30.714Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-06-04T13:03:30.714Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-06-04T13:03:30.715Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-06-04T13:03:30.715Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-06-04T13:03:30.715Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-06-04T13:03:30.715Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-06-04T13:03:30.715Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-06-04T13:03:30.715Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-06-04T13:03:30.715Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-06-04T13:03:30.715Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-06-04T13:03:30.715Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-06-04T13:03:30.715Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-06-04T13:03:30.715Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-06-04T13:03:30.715Z] uintx MaxRAMFraction = 4 {product} {default} [2024-06-04T13:03:30.715Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-06-04T13:03:30.715Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-06-04T13:03:30.715Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-06-04T13:03:30.715Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-06-04T13:03:30.715Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-06-04T13:03:30.715Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-06-04T13:03:30.715Z] bool MethodFlushing = true {product} {default} [2024-06-04T13:03:30.715Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-06-04T13:03:30.715Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-06-04T13:03:30.715Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-06-04T13:03:30.715Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-06-04T13:03:30.715Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-06-04T13:03:30.715Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-06-04T13:03:30.715Z] uintx MinRAMFraction = 2 {product} {default} [2024-06-04T13:03:30.715Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-06-04T13:03:30.715Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-06-04T13:03:30.715Z] size_t MinTLABSize = 2048 {product} {default} [2024-06-04T13:03:30.715Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-06-04T13:03:30.715Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-06-04T13:03:30.715Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-06-04T13:03:30.715Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-06-04T13:03:30.715Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-06-04T13:03:30.715Z] bool NUMAStats = false {product} {default} [2024-06-04T13:03:30.716Z] ccstr NativeMemoryTracking = off {product} {default} [2024-06-04T13:03:30.716Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-06-04T13:03:30.716Z] bool NeverTenure = false {product} {default} [2024-06-04T13:03:30.716Z] uintx NewRatio = 2 {product} {default} [2024-06-04T13:03:30.716Z] size_t NewSize = 1363144 {product} {default} [2024-06-04T13:03:30.716Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-06-04T13:03:30.716Z] intx NmethodSweepActivity = 4 {product} {default} [2024-06-04T13:03:30.716Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-06-04T13:03:30.716Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-06-04T13:03:30.716Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-04T13:03:30.716Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-06-04T13:03:30.716Z] int ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-06-04T13:03:30.716Z] size_t OldPLABSize = 1024 {product} {default} [2024-06-04T13:03:30.716Z] size_t OldSize = 5452592 {product} {default} [2024-06-04T13:03:30.716Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-06-04T13:03:30.716Z] ccstrlist OnError = {product} {default} [2024-06-04T13:03:30.716Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-06-04T13:03:30.716Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-06-04T13:03:30.716Z] bool OptimizeFill = false {C2 product} {default} [2024-06-04T13:03:30.716Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-06-04T13:03:30.716Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-06-04T13:03:30.716Z] bool OptoBundling = false {C2 pd product} {default} [2024-06-04T13:03:30.716Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-06-04T13:03:30.716Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-06-04T13:03:30.716Z] bool OptoScheduling = false {C2 pd product} {default} [2024-06-04T13:03:30.716Z] uintx PLABWeight = 75 {product} {default} [2024-06-04T13:03:30.716Z] bool PSChunkLargeArrays = true {product} {default} [2024-06-04T13:03:30.716Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-06-04T13:03:30.716Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-06-04T13:03:30.716Z] uint ParallelGCThreads = 2 {product} {default} [2024-06-04T13:03:30.716Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-06-04T13:03:30.716Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-06-04T13:03:30.716Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-06-04T13:03:30.716Z] bool ParallelRefProcEnabled = true {product} {default} [2024-06-04T13:03:30.716Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-06-04T13:03:30.716Z] bool PartialPeelLoop = true {C2 product} {default} [2024-06-04T13:03:30.716Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-06-04T13:03:30.717Z] uintx PausePadding = 1 {product} {default} [2024-06-04T13:03:30.717Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-06-04T13:03:30.717Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-06-04T13:03:30.717Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-06-04T13:03:30.717Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-06-04T13:03:30.717Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-06-04T13:03:30.717Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-06-04T13:03:30.717Z] int PerfDataMemorySize = 32768 {product} {default} [2024-06-04T13:03:30.717Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-06-04T13:03:30.717Z] ccstr PerfDataSaveFile = {product} {default} [2024-06-04T13:03:30.717Z] bool PerfDataSaveToFile = false {product} {default} [2024-06-04T13:03:30.717Z] bool PerfDisableSharedMem = false {product} {default} [2024-06-04T13:03:30.717Z] int PerfMaxStringConstLength = 1024 {product} {default} [2024-06-04T13:03:30.717Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-06-04T13:03:30.717Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-06-04T13:03:30.717Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-06-04T13:03:30.717Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-06-04T13:03:30.717Z] bool PreserveAllAnnotations = false {product} {default} [2024-06-04T13:03:30.717Z] bool PreserveFramePointer = false {pd product} {default} [2024-06-04T13:03:30.717Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-06-04T13:03:30.717Z] bool PrintClassHistogram = false {manageable} {default} [2024-06-04T13:03:30.717Z] bool PrintCodeCache = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintCommandLineFlags = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintCompilation = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-06-04T13:03:30.717Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintFlagsFinal = true {product} {command line} [2024-06-04T13:03:30.717Z] bool PrintFlagsInitial = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintFlagsRanges = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintGC = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintGCDetails = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-06-04T13:03:30.717Z] bool PrintSharedArchiveAndExit = false {JVMCI product} {default} [2024-06-04T13:03:30.717Z] bool PrintStringTableStatistics = false {product} {default} [2024-06-04T13:03:30.717Z] bool PrintTieredEvents = false {product} {default} [2024-06-04T13:03:30.718Z] bool PrintVMOptions = false {product} {default} [2024-06-04T13:03:30.718Z] bool PrintWarnings = true {product} {default} [2024-06-04T13:03:30.718Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-06-04T13:03:30.718Z] bool ProfileInterpreter = true {pd product} {default} [2024-06-04T13:03:30.718Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-06-04T13:03:30.718Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-04T13:03:30.718Z] uintx PromotedPadding = 3 {product} {default} [2024-06-04T13:03:30.718Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-06-04T13:03:30.718Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-06-04T13:03:30.718Z] bool RangeCheckElimination = true {product} {default} [2024-06-04T13:03:30.718Z] bool ReassociateInvariants = true {C2 product} {default} [2024-06-04T13:03:30.718Z] bool RecordDynamicDumpInfo = false {JVMCI product} {default} [2024-06-04T13:03:30.718Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-06-04T13:03:30.718Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-06-04T13:03:30.718Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-06-04T13:03:30.718Z] bool ReduceSignalUsage = false {product} {default} [2024-06-04T13:03:30.718Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-06-04T13:03:30.718Z] bool RelaxAccessControlCheck = false {product} {default} [2024-06-04T13:03:30.718Z] ccstr ReplayDataFile = {product} {default} [2024-06-04T13:03:30.718Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-06-04T13:03:30.718Z] bool ResizePLAB = true {product} {default} [2024-06-04T13:03:30.718Z] bool ResizeTLAB = true {product} {default} [2024-06-04T13:03:30.718Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-06-04T13:03:30.718Z] bool RestrictContended = true {product} {default} [2024-06-04T13:03:30.718Z] bool RestrictReservedStack = true {product} {default} [2024-06-04T13:03:30.718Z] bool RewriteBytecodes = true {pd product} {default} [2024-06-04T13:03:30.718Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-06-04T13:03:30.718Z] bool SafepointTimeout = false {product} {default} [2024-06-04T13:03:30.718Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-06-04T13:03:30.718Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-06-04T13:03:30.718Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-06-04T13:03:30.718Z] double SelfDestructTimer = 0.000000 {product} {default} [2024-06-04T13:03:30.718Z] ccstr SharedArchiveConfigFile = {JVMCI product} {default} [2024-06-04T13:03:30.718Z] ccstr SharedArchiveFile = {JVMCI product} {default} [2024-06-04T13:03:30.718Z] size_t SharedBaseAddress = 140566209757184 {JVMCI product} {default} [2024-06-04T13:03:30.719Z] ccstr SharedClassListFile = {JVMCI product} {default} [2024-06-04T13:03:30.719Z] uint SharedSymbolTableBucketSize = 4 {JVMCI product} {default} [2024-06-04T13:03:30.719Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-06-04T13:03:30.719Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-06-04T13:03:30.719Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-06-04T13:03:30.719Z] bool ShowMessageBoxOnError = false {product} {default} [2024-06-04T13:03:30.719Z] bool ShrinkHeapInSteps = true {product} {default} [2024-06-04T13:03:30.719Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-06-04T13:03:30.719Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-06-04T13:03:30.719Z] bool SplitIfBlocks = true {C2 product} {default} [2024-06-04T13:03:30.719Z] intx StackRedPages = 1 {pd product} {default} [2024-06-04T13:03:30.719Z] intx StackReservedPages = 1 {pd product} {default} [2024-06-04T13:03:30.719Z] intx StackShadowPages = 20 {pd product} {default} [2024-06-04T13:03:30.719Z] bool StackTraceInThrowable = true {product} {default} [2024-06-04T13:03:30.719Z] intx StackYellowPages = 2 {pd product} {default} [2024-06-04T13:03:30.719Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-06-04T13:03:30.719Z] bool StartAttachListener = false {product} {default} [2024-06-04T13:03:30.719Z] ccstr StartFlightRecording = {product} {default} [2024-06-04T13:03:30.719Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-06-04T13:03:30.719Z] uintx StringTableSize = 65536 {product} {default} [2024-06-04T13:03:30.719Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-06-04T13:03:30.719Z] bool SuperWordReductions = true {C2 product} {default} [2024-06-04T13:03:30.719Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-06-04T13:03:30.719Z] uintx SurvivorPadding = 3 {product} {default} [2024-06-04T13:03:30.719Z] uintx SurvivorRatio = 8 {product} {default} [2024-06-04T13:03:30.719Z] double SweeperThreshold = 15.000000 {product} {default} [2024-06-04T13:03:30.719Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-06-04T13:03:30.719Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-06-04T13:03:30.719Z] size_t TLABSize = 0 {product} {default} [2024-06-04T13:03:30.719Z] bool TLABStats = true {product} {default} [2024-06-04T13:03:30.719Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-06-04T13:03:30.719Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-06-04T13:03:30.719Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-06-04T13:03:30.719Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-06-04T13:03:30.719Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-06-04T13:03:30.719Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-06-04T13:03:30.720Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-06-04T13:03:30.720Z] int ThreadPriorityPolicy = 0 {product} {default} [2024-06-04T13:03:30.720Z] bool ThreadPriorityVerbose = false {product} {default} [2024-06-04T13:03:30.720Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:03:30.720Z] uintx ThresholdTolerance = 10 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3DelayOff = 2 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3DelayOn = 5 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-06-04T13:03:30.720Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-06-04T13:03:30.720Z] bool TieredCompilation = true {pd product} {default} [2024-06-04T13:03:30.720Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-06-04T13:03:30.720Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-06-04T13:03:30.720Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-06-04T13:03:30.720Z] intx TieredStopAtLevel = 4 {product} {default} [2024-06-04T13:03:30.720Z] bool TimeLinearScan = false {C1 product} {default} [2024-06-04T13:03:30.720Z] ccstr TraceJVMTI = {product} {default} [2024-06-04T13:03:30.720Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-06-04T13:03:30.721Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-06-04T13:03:30.721Z] bool TrapBasedRangeChecks = false {pd product} {default} [2024-06-04T13:03:30.721Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-06-04T13:03:30.721Z] uint TypeProfileLevel = 111 {pd product} {default} [2024-06-04T13:03:30.721Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-06-04T13:03:30.721Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-06-04T13:03:30.721Z] intx TypeProfileWidth = 2 {product} {default} [2024-06-04T13:03:30.721Z] int UnguardOnExecutionViolation = 0 {product} {default} [2024-06-04T13:03:30.721Z] bool UseAES = true {product} {default} [2024-06-04T13:03:30.721Z] int UseAVX = 1 {ARCH product} {default} [2024-06-04T13:03:30.721Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-06-04T13:03:30.721Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-06-04T13:03:30.721Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-06-04T13:03:30.721Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-06-04T13:03:30.721Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-06-04T13:03:30.721Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-06-04T13:03:30.721Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-06-04T13:03:30.721Z] bool UseAddressNop = true {ARCH product} {default} [2024-06-04T13:03:30.721Z] bool UseBASE64Intrinsics = false {product} {default} [2024-06-04T13:03:30.721Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-06-04T13:03:30.721Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-06-04T13:03:30.721Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-06-04T13:03:30.721Z] bool UseCLMUL = true {ARCH product} {default} [2024-06-04T13:03:30.721Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-06-04T13:03:30.721Z] bool UseCodeCacheFlushing = true {product} {default} [2024-06-04T13:03:30.721Z] bool UseCompiler = true {product} {default} [2024-06-04T13:03:30.721Z] bool UseCompressedClassPointers = true {product lp64_product} {default} [2024-06-04T13:03:30.721Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-06-04T13:03:30.721Z] bool UseCondCardMark = false {product} {default} [2024-06-04T13:03:30.721Z] bool UseContainerSupport = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-06-04T13:03:30.722Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-06-04T13:03:30.722Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-06-04T13:03:30.722Z] bool UseCounterDecay = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseDivMod = true {C2 product} {default} [2024-06-04T13:03:30.722Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseFMA = false {product} {default} [2024-06-04T13:03:30.722Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-06-04T13:03:30.722Z] bool UseFastJNIAccessors = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseFastStosb = false {ARCH product} {default} [2024-06-04T13:03:30.722Z] bool UseG1GC = true {product} {ergonomic} [2024-06-04T13:03:30.722Z] bool UseGCOverheadLimit = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseHugeTLBFS = false {product} {default} [2024-06-04T13:03:30.722Z] bool UseInlineCaches = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseInterpreter = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseJumpTables = true {C2 product} {default} [2024-06-04T13:03:30.722Z] bool UseLargePages = false {pd product} {default} [2024-06-04T13:03:30.722Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-06-04T13:03:30.722Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseLoopCounter = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-06-04T13:03:30.722Z] bool UseLoopPredicate = true {C2 product} {default} [2024-06-04T13:03:30.722Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-06-04T13:03:30.722Z] bool UseNUMA = false {product} {default} [2024-06-04T13:03:30.722Z] bool UseNUMAInterleaving = false {product} {default} [2024-06-04T13:03:30.722Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-06-04T13:03:30.722Z] bool UseNotificationThread = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseOnStackReplacement = true {pd product} {default} [2024-06-04T13:03:30.723Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-06-04T13:03:30.723Z] bool UseOprofile = false {product} {default} [2024-06-04T13:03:30.723Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseParallelGC = false {product} {default} [2024-06-04T13:03:30.723Z] bool UsePerfData = true {product} {default} [2024-06-04T13:03:30.723Z] bool UsePopCountInstruction = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseProfiledLoopPredicate = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseRTMLocking = false {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseSHA = false {product} {default} [2024-06-04T13:03:30.723Z] bool UseSHM = false {product} {default} [2024-06-04T13:03:30.723Z] int UseSSE = 4 {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseSerialGC = false {product} {default} [2024-06-04T13:03:30.723Z] bool UseShenandoahGC = false {product} {default} [2024-06-04T13:03:30.723Z] bool UseSignalChaining = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseStringDeduplication = false {product} {default} [2024-06-04T13:03:30.723Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-06-04T13:03:30.723Z] bool UseSuperWord = true {C2 product} {default} [2024-06-04T13:03:30.723Z] bool UseSystemMemoryBarrier = false {product} {default} [2024-06-04T13:03:30.723Z] bool UseTLAB = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseThreadPriorities = true {pd product} {default} [2024-06-04T13:03:30.723Z] bool UseTransparentHugePages = false {product} {default} [2024-06-04T13:03:30.723Z] bool UseTypeProfile = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseTypeSpeculation = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseVectorCmov = false {C2 product} {default} [2024-06-04T13:03:30.723Z] bool UseXMMForArrayCopy = true {product} {default} [2024-06-04T13:03:30.723Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseXmmI2D = false {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseXmmI2F = false {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-06-04T13:03:30.723Z] bool UseZGC = false {product} {default} [2024-06-04T13:03:30.724Z] int VMThreadPriority = -1 {product} {default} [2024-06-04T13:03:30.724Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-06-04T13:03:30.724Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-06-04T13:03:30.724Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-06-04T13:03:30.724Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-06-04T13:03:30.724Z] bool VerifySharedSpaces = false {JVMCI product} {default} [2024-06-04T13:03:30.724Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-06-04T13:03:30.724Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-06-04T13:03:30.724Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-06-04T13:03:30.724Z] size_t YoungPLABSize = 4096 {product} {default} [2024-06-04T13:03:30.724Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-06-04T13:03:30.724Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-06-04T13:03:30.724Z] double ZCollectionIntervalMajor = -1.000000 {product} {default} [2024-06-04T13:03:30.724Z] double ZCollectionIntervalMinor = -1.000000 {product} {default} [2024-06-04T13:03:30.724Z] bool ZCollectionIntervalOnly = false {product} {default} [2024-06-04T13:03:30.724Z] double ZFragmentationLimit = 0.000000 {product} {default} [2024-06-04T13:03:30.724Z] bool ZGenerational = false {product} {default} [2024-06-04T13:03:30.724Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-06-04T13:03:30.724Z] bool ZProactive = true {product} {default} [2024-06-04T13:03:30.724Z] bool ZUncommit = true {product} {default} [2024-06-04T13:03:30.724Z] uintx ZUncommitDelay = 300 {product} {default} [2024-06-04T13:03:30.724Z] double ZYoungCompactionLimit = 25.000000 {product} {default} [2024-06-04T13:03:30.724Z] bool ZeroTLAB = false {product} {default} [2024-06-04T13:03:30.981Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-04T13:03:30.981Z] Maven home: /opt/tools/apache-maven/latest [2024-06-04T13:03:30.981Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-04T13:03:30.981Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-04T13:03:30.981Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-04T13:03:35.180Z] [INFO] Error stacktraces are turned on. [2024-06-04T13:03:35.180Z] [INFO] Scanning for projects... [2024-06-04T13:03:43.296Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-04T13:03:43.296Z] [INFO] Tycho Mode: extension [2024-06-04T13:03:43.296Z] [INFO] Tycho Builder: maven [2024-06-04T13:03:43.296Z] [INFO] Build Threads: 1 [2024-06-04T13:04:29.934Z] [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.33.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [2024-06-04T13:04:29.934Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:04:29.934Z] [INFO] Reactor Build Order: [2024-06-04T13:04:29.934Z] [INFO] [2024-06-04T13:04:29.934Z] [INFO] eclipse-platform-parent [pom] [2024-06-04T13:04:29.934Z] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [2024-06-04T13:04:29.934Z] [INFO] eclipse jdt [pom] [2024-06-04T13:04:29.934Z] [INFO] parent [pom] [2024-06-04T13:04:29.934Z] [INFO] org.eclipse.osgi [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Supplemental Equinox Functionality [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Common Eclipse Runtime [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] eclipse.platform [pom] [2024-06-04T13:04:29.934Z] [INFO] eclipse.platform.runtime [pom] [2024-06-04T13:04:29.934Z] [INFO] [aggregator] bundles [pom] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Eclipse Jobs Mechanism [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Extension Registry Support [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Eclipse Preferences Mechanism [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Eclipse Content Mechanism [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Equinox Application Container [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Core Runtime [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] eclipse.platform.ui [pom] [2024-06-04T13:04:29.934Z] [INFO] [aggregator] bundles [pom] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Commands [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] eclipse.platform.swt [pom] [2024-06-04T13:04:29.934Z] [INFO] org.eclipse.swt [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] eclipse.platform.swt.binaries [pom] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Standard Widget Toolkit for GTK on x86_64 [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Standard Widget Toolkit for GTK on ppc64le [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Standard Widget Toolkit for GTK on aarch64 [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Standard Widget Toolkit for Windows on x86_64 [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Standard Widget Toolkit for Windows on aarch64 [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Bidirectional Text Support [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] JFace [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Eclipse CSS Core Support [eclipse-plugin] [2024-06-04T13:04:29.934Z] [INFO] [bundle] Eclipse CSS SWT Support [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] JFace Data Binding Observables [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Dependency Injection Annotations [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Dependency Injection [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Contexts [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Dependency Injection Extensions [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse UI Dependency Injection [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Expression Language [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Application Services [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse e4 core commands [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Event Admin [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse UI Application Services [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Bindings Support [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse UI Custom widgets [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Model Xpath [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Workbench Model [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] JFace Data Binding Properties [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] JFace Data Binding [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse CSS SWT Theme Support [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse e4 Workbench [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Bundle for Workbench APIs available in e4 [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse URI Scheme Handling [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] JFace Data Binding for SWT and JFace [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse e4 dialogs [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse e4 Workbench SWT [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] eclipse.platform.ua [pom] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.help [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse e4 Workbench Add-ons [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Workbench [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse UI [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Eclipse Forms [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] eclipse.platform.debug [pom] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Core Variables [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Ant Build Tool Core [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] OSGi service http APIs [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Http Services Servlet [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Jetty Http Service [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.equinox.security [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] eclipse.platform.team [pom] [2024-06-04T13:04:29.935Z] [INFO] [aggregator] bundles [pom] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Internet Connection Management [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.help.base [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.ui.intro [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Help System UI [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.ui.cheatsheets [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] org eclipse jdt [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] eclipse.platform.resources [pom] [2024-06-04T13:04:29.935Z] [INFO] [aggregator] bundles [pom] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Core File Systems [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Core Resource Management [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Text [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Core Compare Support [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Team Support Core [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] eclipse.jdt.core [pom] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.jdt.core.compiler.batch [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.jdt.core [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Java Development Tools Formatter Application [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] eclipse.jdt.ui [pom] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.jdt.junit.runtime [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] Debug Core [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] [bundle] External Tools Headless Support [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] eclipse.jdt.debug [pom] [2024-06-04T13:04:29.935Z] [INFO] [bundle] JDI Debug Model [eclipse-plugin] [2024-06-04T13:04:29.935Z] [INFO] org.eclipse.jdt.launching [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Ant Launching Support [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] JFace Text [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Text Editor Framework [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Console [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] rt.equinox.p2 [pom] [2024-06-04T13:04:29.936Z] [INFO] [aggregator] bundles [pom] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Provisioning Core [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Provisioning Metadata [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Provisioning JAR Processor [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Provisioning Repository [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Provisioning Artifact Repository Support [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Provisioning Metadata Repository [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Provisioning Engine [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Views [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] E4 IDE UI [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Common Navigator View [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Eclipse IDE UI [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] File Buffers [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Default Text Editor [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Refactoring Core [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Compare Support [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Search Support Core [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Java Code Manipulation Functionality [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Framework Admin [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Simple Configurator [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Framework Admin for Equinox [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Simple Configurator Manipulator [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Java Development Tools JUnit core support [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Team Support UI [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Refactoring UI [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Debug UI [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Search Support [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Tabbed Properties View [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Navigator Workbench Components [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.ui [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.debug.ui [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Java Development Tools JUnit support [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] External Tools [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Ant UI [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.junit5.runtime [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.launching.macosx [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] eclipse.platform.common [pom] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.doc.user [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.launching.ui.macosx [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.junit4.runtime [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Java Annotation Processing Core [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Java Compiler Apt IDE [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Java Annotation Processing UI [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Install/Update Configurator [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Concurrent API [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.platform.doc.isv [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.doc.isv [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org eclipse jdt feature [eclipse-feature] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Equinox Launcher [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] eclipse.platform.releng [pom] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.test.performance [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] [bundle] Eclipse IDE UI Application [eclipse-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.core.tests.compiler [eclipse-test-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.compiler.tool.tests [eclipse-test-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.core.tests.builder [eclipse-test-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.compiler.apt.tests [eclipse-test-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.core.tests.model [eclipse-test-plugin] [2024-06-04T13:04:29.936Z] [INFO] org.eclipse.jdt.core.tests.performance [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.apt.pluggable.tests [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.apt.tests [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] eclipse.jdt.core.binaries [pom] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.core.tests.binaries [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.debug.tests [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.debug.jdi.tests [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] [aggregator] tests [pom] [2024-06-04T13:04:29.937Z] [INFO] [test-bundle] Text Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] [test-bundle] JFace Text Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.bcoview [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] eclipse.pde [pom] [2024-06-04T13:04:29.937Z] [INFO] eclipse.pde.ui [pom] [2024-06-04T13:04:29.937Z] [INFO] [bundle] PDE JUnit Runtime Support [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [aggregator] tests [pom] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Eclipse Core Tests Harness [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] AST View Plug-in [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Java Element View Plug-in [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.ui.tests [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] [test-bundle] File Buffers Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.text.tests [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.ui.tests.refactoring [eclipse-test-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject [jar] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.ui.examples.projects [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Debug Unit Test support [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.ui.unittest.junit [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature [eclipse-feature] [2024-06-04T13:04:29.937Z] [INFO] [feature] Java AST View [eclipse-feature] [2024-06-04T13:04:29.937Z] [INFO] [feature] Java Element View [eclipse-feature] [2024-06-04T13:04:29.937Z] [INFO] [feature] Bytecode Outline View [eclipse-feature] [2024-06-04T13:04:29.937Z] [INFO] eclipse.pde.apitools [pom] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Director [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Repository Tools [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Garbage Collector [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] eclipse.pde.build [pom] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Plug-in Development Environment Build Support [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] PDE Core [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] API Tools [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] PDE API Tools Annotations [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Log View [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Generic and Extensible Text Editor [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Generic UI components related to BND [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] eclipse.pde.ds [pom] [2024-06-04T13:04:29.937Z] [INFO] [bundle] PDE DS Core [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Operations API [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] PDE Launching Support [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Directory Watcher [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Eclipse e4 Progress View [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Security Default UI [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Provisioning UI Support [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] PDE UI [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] API Tools UI [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] PDE Runtime [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] JSch Core [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Eclipse Platform [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Target definition generic editor extension [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Declarative Services Annotations Support [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI [eclipse-plugin] [2024-06-04T13:04:29.937Z] [INFO] eclipse.pde.ua [pom] [2024-06-04T13:04:29.937Z] [INFO] [bundle] PDE UA Core [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] PDE Templates [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.pde [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] PDE UA UI [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] PDE DS UI [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.pde.doc.user [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [aggregator] features [pom] [2024-06-04T13:04:29.938Z] [INFO] [feature] Eclipse Plug-in Development Environment [eclipse-feature] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.pde.ui.tests [eclipse-test-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.pde.api.tools.tests [eclipse-test-plugin] [2024-06-04T13:04:29.938Z] [INFO] [test-bundle] PDE DS Tests [eclipse-test-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.compare.win32 [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Jasper Jsp Support Bundle [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Jasper Jsp Registry Support Plug-in [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Http Service Registry Extensions [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.help.webapp [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.help.feature [eclipse-feature] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.equinox.security.linux [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Universal Welcome [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.equinox.security.macosx [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Eclipse SDK Themes [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.core.resources.win32.x86_64 [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Quicklinks for the Welcome Framework [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.core.filesystem.win32.x86_64 [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Quick Search [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.core.net.win32 [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.core.filesystem.macosx [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.platform.doc.user [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Internet Connection Management UI [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.core.filesystem.linux.x86_64 [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.core.filesystem.linux.aarch64 [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Browser Support [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] JSch UI [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.core.filesystem.linux.ppc64le [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Diff Extension for Generic Editor [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning Update Checker [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning Console [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning ECF based Transport [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] org.eclipse.equinox.security.win32 [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning Native Touchpoint [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [aggregator] features [pom] [2024-06-04T13:04:29.938Z] [INFO] [feature] Equinox p2, headless functionalities [eclipse-feature] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning Platform Update Support [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [feature] Equinox p2, minimal support for RCP applications [eclipse-feature] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning Drop-in [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning Director Application [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [feature] Equinox p2, backward compatibility support [eclipse-feature] [2024-06-04T13:04:29.938Z] [INFO] [bundle] Equinox Provisioning Import and Export [eclipse-plugin] [2024-06-04T13:04:29.938Z] [INFO] [feature] Equinox p2, Provisioning for IDEs. [eclipse-feature] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Eclipse UI Win32 Enhancements [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.core.net.linux [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.rcp [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Equinox Launcher Win32 Arm64 Fragment [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Eclipse UI WIN32 Enhancements [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Console plug-in [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Notification API [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Eclipse UI GTK Enhancements [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] JFace Data Binding for JavaBeans [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [aggregator] features [pom] [2024-06-04T13:04:29.939Z] [INFO] [feature] Eclipse 4 Rich Client Platform [eclipse-feature] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.rcp.feature [eclipse-feature] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Debug UI Launch Configuration View [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] UI Freeze Monitoring [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.platform.feature [eclipse-feature] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.pde.ua.tests [eclipse-test-plugin] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.pde.junit.runtime.tests [eclipse-test-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Spy Core plug-in [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Bundle Spy [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Event Spy [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] CSS Spy [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] eclipse.pde.e4tools [pom] [2024-06-04T13:04:29.939Z] [INFO] [aggregator] bundles [pom] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Services [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.e4.tools.emf.ui [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Model Spy [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Context Spy [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Preference Spy [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Layout Spy [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.pde.ui.templates.tests [eclipse-test-plugin] [2024-06-04T13:04:29.939Z] [INFO] org.eclipse.pde.genericeditor.extension.tests [eclipse-test-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Plug-in Development Unit Test support [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Tools [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Compat [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Persistence Model [eclipse-plugin] [2024-06-04T13:04:29.939Z] [INFO] [bundle] Perspective migrate compatibility Util [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [bundle] Editor3x [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [bundle] e4 JDT code templates [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Harness Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.e4.tools.compatibility.migration.tests [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.e4.tools.persistence.tests [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] [aggregator] tests [pom] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Test [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.pde.build.tests [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] [feature] Eclipse e4 Tools [eclipse-feature] [2024-06-04T13:04:29.940Z] [INFO] [feature] Eclipse Persistence [eclipse-feature] [2024-06-04T13:04:29.940Z] [INFO] [feature] Eclipse Plug-in Development Environment Spies [eclipse-feature] [2024-06-04T13:04:29.940Z] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) [eclipse-feature] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Install/Update Configurator Test Plugin [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Ant Core Test Plugin [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Ant UI Test Plugin [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] [bundle] Eclipse Project SDK [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [bundle] Core Tools [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [bundle] OSGi Release 4.2.0 Services [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [aggregator] features [pom] [2024-06-04T13:04:29.940Z] [INFO] [feature] Equinox Core Function [eclipse-feature] [2024-06-04T13:04:29.940Z] [INFO] [feature] Eclipse Core Runtime Infrastructure [eclipse-feature] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Content-Types Tests [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Expression Language Tests [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Eclipse Core Tests Runtime [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.e4.core.javax.tests [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.e4.core.tests [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] eclipse.platform.team.tests [pom] [2024-06-04T13:04:29.940Z] [INFO] eclipse.platform.resources.tests [pom] [2024-06-04T13:04:29.940Z] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments [eclipse-feature] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.core.tests.resources [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] [test-bundle] Compare Tests [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.core.tests.net [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.jsch.tests [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.team.tests.core [eclipse-test-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.compare.examples [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.compare.examples.xml [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.team.examples.filesystem [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.core.filesystem.linux.loongarch64 [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [bundle] Core Resource Management Spy Support Fragment [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] org.eclipse.core.tools.resources [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] eclipse.platform.resources.examples [pom] [2024-06-04T13:04:29.940Z] [INFO] [bundle] Efs Examples Plug-in [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [bundle] Save Participant 3 [eclipse-plugin] [2024-06-04T13:04:29.940Z] [INFO] [bundle] Save Participant 1 [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Save Participant 2 [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Eclipse Core Tests Save Participant [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Example Debug Core Plug-in [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Sample Memory View Plugin [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Mixed-mode Launching Example [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Example Debug UI Plug-in [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Debug Test Plugin [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [feature] Jetty Http Server Feature [eclipse-feature] [2024-06-04T13:04:29.941Z] [INFO] org.eclipse.ua.tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] org.eclipse.ua.tests.doc [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] org.eclipse.ui.intro.quicklinks.examples [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] org.eclipse.ui.intro.solstice.examples [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Tip of the Day core plugin [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Tip of the Day UI [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Tip of the Day Json Provider [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] IDE Enablement for Tip of the Day [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] org.eclipse.tips.feature [eclipse-feature] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Tip of the Day Tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] infocenter-parent [pom] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Servletbridge [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [bundle] Servletbridge Http Service [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] infocenter-product [eclipse-repository] [2024-06-04T13:04:29.941Z] [INFO] infocenter-app [war] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Eclipse e4 core commands tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] XPathTest Model [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] UI Bindings Tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] TestModel Model [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] e4 css core tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] e4 css swt tests (Incubation) [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Jface tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] eclipse.platform.ui.examples [pom] [2024-06-04T13:04:29.941Z] [INFO] [bundle] JFace Data Binding Examples [eclipse-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] JFace Data Binding Tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Jface notifications tests [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Refactoring Core Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Refactoring UI Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Search Support Tests Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Editors Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Workbench Text Editor Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.941Z] [INFO] [test-bundle] Generic Editor Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Eclipse UI IDE Application Tests [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] UI Freeze Monitoring Tests [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Eclipse UI Tests [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Plugin.name [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Forms Test [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Common Navigator Tests [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Performance Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Pluginchecks [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Eclipse RCP Tests [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Tabbed Properties View Tests [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] CSS bridge demo [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] e4 Progress Examples Plug-in [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] JFace Snippets Plug-in [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] CodeMinig Examples [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Services Snippets (Incubation) [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Command Contribution Examples [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Field Assist Example [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] JFace Text Example [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Progress Examples Plug-in [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] pluginName [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Multi-Page Editor Example [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Common Navigator Examples [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Example for a Perspective [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] User File Editor [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Readme File Editing Tool [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Undo Example [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Example for Eclipse URI Scheme Handling [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Tabbed Properties View Article Example [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Examples of Eclipse Forms [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Examples for Generic Editor [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] org.eclipse.platform.doc.tips [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] SWT Tools Base [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] SWT Tools Spy [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] SWT Tools [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [aggregator] bundles [pom] [2024-06-04T13:04:29.942Z] [INFO] org.eclipse.swt.fragments.localbuild [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] SWT Standalone Examples Plugin [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] SWT Browser Demos Plugin [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] SWT Launcher Example Plugin [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] org.eclipse.swt.examples.ole.win32 [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] SWT Views Example Plugin [eclipse-plugin] [2024-06-04T13:04:29.942Z] [INFO] org.eclipse.swt.tests [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [feature] SWT Tools [eclipse-feature] [2024-06-04T13:04:29.942Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk [eclipse-test-plugin] [2024-06-04T13:04:29.942Z] [INFO] [bundle] Coordinator [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Meta Type [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] User Admin Service [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Configuration Admin [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Device Access Service [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [feature] Equinox Compendium SDK [eclipse-feature] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Aspect Weaving Hooks Plug-in [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Standard Caching Service for Equinox Aspects [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Transformer Hook Framework Extension [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] XSLT Transform Provider [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] J9 CachingService Plug-in [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Console ssh support plug-in [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Log Stream Provider [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] SSHD Fragment [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Region Digraph [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [feature] Equinox Core SDK [eclipse-feature] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] org.eclipse.equinox.executable [eclipse-feature] [2024-06-04T13:04:29.943Z] [INFO] [feature] Core Server Feature [eclipse-feature] [2024-06-04T13:04:29.943Z] [INFO] [feature] Equinox Target Components [eclipse-feature] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] BiDi tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Test Plug-in [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Common Eclipse Runtime Tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Declarative Services Tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Preferences Tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Equinox security tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Ssh Tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Console tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] org.eclipse.osgi.tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Test Plug-in for Framework Admin [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Equinox Provisioning Discovery [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Equinox Provisioning Discovery [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Equinox Provisioning Installer [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Equinox Provisioning Discovery UI [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [feature] Equinox p2, Discovery UI support [eclipse-feature] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Test Install Verifier [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] org.eclipse.equinox.p2.tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Equinox Provisioning Discovery Tests [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) [eclipse-test-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] p2 Admin UI [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) [eclipse-plugin] [2024-06-04T13:04:29.943Z] [INFO] [feature] p2 Server Feature [eclipse-feature] [2024-06-04T13:04:29.944Z] [INFO] [feature] Equinox p2, SDK [eclipse-feature] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.equinox.p2.examples [pom] [2024-06-04T13:04:29.944Z] [INFO] [bundle] RCP Mail (Cloud Update Example) [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] [bundle] Prestartupdate [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] [bundle] Sdkbundlevisibility [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] [bundle] Sdknoautoupdates [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] [bundle] RCP Mail (SDK UI) [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.ant.optional.junit [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.releng.tests [eclipse-test-plugin] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.sdk.examples [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.sdk.tests [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.test [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.test.performance.win32 [eclipse-plugin] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.sdk.feature [eclipse-feature] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.sdk.examples.feature [eclipse-feature] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.test.feature [eclipse-feature] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.sdk.tests.feature [eclipse-feature] [2024-06-04T13:04:29.944Z] [INFO] eclipse.platform.releng.tychoeclipsebuilder [pom] [2024-06-04T13:04:29.944Z] [INFO] [feature] Eclipse Product Configuration [eclipse-feature] [2024-06-04T13:04:29.944Z] [INFO] org.eclipse.rt.osgistarterkit.product [eclipse-repository] [2024-06-04T13:04:29.944Z] [INFO] equinox-sdk [eclipse-repository] [2024-06-04T13:04:29.944Z] [INFO] eclipse-junit-tests [eclipse-repository] [2024-06-04T13:04:29.944Z] [INFO] eclipse.platform.repository [eclipse-repository] [2024-06-04T13:04:29.944Z] [INFO] platform-aggregator [pom] [2024-06-04T13:04:29.944Z] [INFO] [2024-06-04T13:04:29.944Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2024-06-04T13:04:29.944Z] [INFO] Building eclipse-platform-parent 4.33.0-SNAPSHOT [1/523] [2024-06-04T13:04:29.944Z] [INFO] from eclipse-platform-parent/pom.xml [2024-06-04T13:04:29.944Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:04:29.944Z] [INFO] [2024-06-04T13:04:29.944Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent --- [2024-06-04T13:04:29.944Z] [INFO] Deleting /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse-platform-parent/target [2024-06-04T13:04:29.944Z] [INFO] [2024-06-04T13:04:29.944Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent --- [2024-06-04T13:04:29.944Z] [INFO] Copying 1 resource from saveproperties to target [2024-06-04T13:04:29.944Z] [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [2024-06-04T13:04:29.944Z] [INFO] [2024-06-04T13:04:29.944Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent --- [2024-06-04T13:04:29.944Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-06-04T13:04:29.944Z] [INFO] [2024-06-04T13:04:29.944Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent --- [2024-06-04T13:04:29.945Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse-platform-parent/src/main/resources [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-platform-parent --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-platform-parent --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-platform-parent --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse-platform-parent --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2024-06-04T13:04:29.945Z] [INFO] Building eclipse-sdk-prereqs 4.33.0-SNAPSHOT [2/523] [2024-06-04T13:04:29.945Z] [INFO] from eclipse.platform.releng.prereqs.sdk/pom.xml [2024-06-04T13:04:29.945Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/saveproperties [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/src/main/resources [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-packaging:4.0.8:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] ----------------------< eclipse.jdt:eclipse.jdt >----------------------- [2024-06-04T13:04:29.945Z] [INFO] Building eclipse jdt 4.33.0-SNAPSHOT [3/523] [2024-06-04T13:04:29.945Z] [INFO] from eclipse.jdt/pom.xml [2024-06-04T13:04:29.945Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt --- [2024-06-04T13:04:29.945Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/saveproperties [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt --- [2024-06-04T13:04:29.945Z] [INFO] [2024-06-04T13:04:29.945Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt --- [2024-06-04T13:04:29.946Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/src/main/resources [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.jdt --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.jdt --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.jdt --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] ---------------------< org.eclipse.equinox:parent >--------------------- [2024-06-04T13:04:29.946Z] [INFO] Building parent 4.33.0-SNAPSHOT [4/523] [2024-06-04T13:04:29.946Z] [INFO] from equinox/pom.xml [2024-06-04T13:04:29.946Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- clean:3.3.2:clean (default-clean) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/saveproperties [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/src/main/resources [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ parent --- [2024-06-04T13:04:29.946Z] [INFO] [2024-06-04T13:04:29.946Z] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [2024-06-04T13:04:29.946Z] [INFO] Building org.eclipse.osgi 3.20.0-SNAPSHOT [5/523] [2024-06-04T13:04:29.946Z] [INFO] from equinox/bundles/org.eclipse.osgi/pom.xml [2024-06-04T13:04:29.946Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:04:29.947Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.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@44dba492 [2024-06-04T13:04:29.947Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-04T13:04:29.947Z] [INFO] Cache location: /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/.cache/tycho [2024-06-04T13:04:29.947Z] [INFO] Transport mode: online [2024-06-04T13:04:29.947Z] [INFO] Http Transport type: Java11Client [2024-06-04T13:04:29.947Z] [INFO] Update mode: forced [2024-06-04T13:04:29.947Z] [INFO] Minimum cache duration: 60 minutes [2024-06-04T13:04:29.947Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-04T13:04:29.948Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:04:33.215Z] [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 [2024-06-04T13:04:33.777Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:04:35.144Z] [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 [2024-06-04T13:04:35.146Z] [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 [2024-06-04T13:04:35.403Z] [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 [2024-06-04T13:04:36.343Z] [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 [2024-06-04T13:04:36.343Z] [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 [2024-06-04T13:04:36.601Z] [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 [2024-06-04T13:04:37.163Z] [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 [2024-06-04T13:04:37.733Z] [INFO] Resolving test dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/pom.xml [2024-06-04T13:04:39.098Z] [INFO] [2024-06-04T13:04:39.098Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi --- [2024-06-04T13:04:39.098Z] [INFO] [2024-06-04T13:04:39.098Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [2024-06-04T13:04:39.354Z] [INFO] The project's OSGi version is 3.20.0.v20240509-1421 [2024-06-04T13:04:39.354Z] [INFO] [2024-06-04T13:04:39.354Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.osgi --- [2024-06-04T13:04:39.354Z] [INFO] [2024-06-04T13:04:39.354Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.osgi --- [2024-06-04T13:04:39.354Z] [INFO] [2024-06-04T13:04:39.354Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi --- [2024-06-04T13:04:39.354Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/saveproperties [2024-06-04T13:04:39.354Z] [INFO] [2024-06-04T13:04:39.354Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi --- [2024-06-04T13:04:39.354Z] [INFO] [2024-06-04T13:04:39.354Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.osgi --- [2024-06-04T13:04:39.354Z] [INFO] [2024-06-04T13:04:39.354Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.osgi --- [2024-06-04T13:04:39.354Z] [INFO] Resolving class path of org.eclipse.osgi [2024-06-04T13:04:39.355Z] [INFO] [2024-06-04T13:04:39.355Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi --- [2024-06-04T13:04:39.355Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/src/main/resources [2024-06-04T13:04:39.355Z] [INFO] [2024-06-04T13:04:39.355Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi --- [2024-06-04T13:04:39.355Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/src/main/resources [2024-06-04T13:04:39.355Z] [INFO] [2024-06-04T13:04:39.355Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.osgi --- [2024-06-04T13:04:39.612Z] [INFO] Compiling 455 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:04:49.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java:[48] [2024-06-04T13:04:49.584Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:04:49.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:04:49.584Z] The type PackageAdmin is deprecated [2024-06-04T13:04:49.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java:[51] [2024-06-04T13:04:49.584Z] import org.osgi.service.startlevel.StartLevel; [2024-06-04T13:04:49.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:04:49.584Z] The type StartLevel is deprecated [2024-06-04T13:04:49.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java:[857] [2024-06-04T13:04:49.584Z] if (HostNamespace.EXTENSION_BOOTCLASSPATH [2024-06-04T13:04:49.584Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:04:49.584Z] The field HostNamespace.EXTENSION_BOOTCLASSPATH is deprecated [2024-06-04T13:04:49.584Z] 3 problems (3 warnings) [2024-06-04T13:04:49.584Z] [INFO] [2024-06-04T13:04:49.584Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.osgi --- [2024-06-04T13:04:49.584Z] [INFO] [2024-06-04T13:04:49.584Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.osgi --- [2024-06-04T13:04:49.584Z] [INFO] [2024-06-04T13:04:49.584Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.osgi --- [2024-06-04T13:04:52.866Z] [INFO] [2024-06-04T13:04:52.866Z] [INFO] --- bnd:7.0.0:bnd-process (bnd-process) @ org.eclipse.osgi --- [2024-06-04T13:04:59.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/bnd.bnd [0:0]: Export org.eclipse.osgi.internal.framework, has 2, private references [org.eclipse.osgi.internal.connect, org.eclipse.osgi.internal.log] [2024-06-04T13:04:59.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/bnd.bnd [0:0]: Export org.eclipse.osgi.storage, has 2, private references [org.eclipse.osgi.internal.log, org.eclipse.osgi.internal.permadmin] [2024-06-04T13:04:59.419Z] [INFO] [2024-06-04T13:04:59.419Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi --- [2024-06-04T13:04:59.419Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/src/test/resources [2024-06-04T13:04:59.419Z] [INFO] [2024-06-04T13:04:59.419Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.osgi --- [2024-06-04T13:04:59.419Z] [INFO] Resolving JUnit 4 classpath container [2024-06-04T13:04:59.419Z] [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/test-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:04:59.419Z] [INFO] [2024-06-04T13:04:59.419Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.osgi --- [2024-06-04T13:05:01.329Z] [INFO] Tests are skipped. [2024-06-04T13:05:01.329Z] [INFO] [2024-06-04T13:05:01.329Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi --- [2024-06-04T13:05:01.329Z] [INFO] [2024-06-04T13:05:01.329Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.osgi --- [2024-06-04T13:05:01.329Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.20.0-SNAPSHOT-sources.jar [2024-06-04T13:05:01.586Z] [INFO] [2024-06-04T13:05:01.586Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [2024-06-04T13:05:01.586Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.20.0-SNAPSHOT.jar [2024-06-04T13:05:02.593Z] [INFO] [2024-06-04T13:05:02.593Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [2024-06-04T13:05:02.593Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [2024-06-04T13:05:03.961Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [2024-06-04T13:05:04.531Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/pom.xml [2024-06-04T13:05:04.531Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:04.531Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:04.531Z] [2024-06-04T13:05:04.531Z] [INFO] [2024-06-04T13:05:04.531Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.osgi --- [2024-06-04T13:05:04.531Z] [INFO] [2024-06-04T13:05:04.531Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi --- [2024-06-04T13:05:04.788Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/pom.xml [2024-06-04T13:05:04.788Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:04.788Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:04.788Z] [2024-06-04T13:05:04.788Z] [INFO] [2024-06-04T13:05:04.788Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi --- [2024-06-04T13:05:05.351Z] [INFO] [2024-06-04T13:05:05.351Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi --- [2024-06-04T13:05:06.280Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.20.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:05:06.280Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.20.0-SNAPSHOT.jar [2024-06-04T13:05:11.529Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.20.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:05:11.529Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.20.0-SNAPSHOT-sources.jar [2024-06-04T13:05:15.702Z] [INFO] [2024-06-04T13:05:15.702Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.osgi --- [2024-06-04T13:05:16.265Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/pom.xml [2024-06-04T13:05:16.265Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:16.265Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:16.265Z] [2024-06-04T13:05:16.265Z] [INFO] [2024-06-04T13:05:16.265Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.supplement >--------- [2024-06-04T13:05:16.265Z] [INFO] Building [bundle] Supplemental Equinox Functionality 1.10.900-SNAPSHOT [6/523] [2024-06-04T13:05:16.265Z] [INFO] from equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [2024-06-04T13:05:16.265Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:05:16.529Z] [INFO] [2024-06-04T13:05:16.529Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.529Z] [INFO] [2024-06-04T13:05:16.529Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.529Z] [INFO] The project's OSGi version is 1.10.900.v20240430-0735 [2024-06-04T13:05:16.529Z] [INFO] [2024-06-04T13:05:16.529Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.529Z] [INFO] [2024-06-04T13:05:16.529Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.529Z] [INFO] [2024-06-04T13:05:16.529Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.785Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/saveproperties [2024-06-04T13:05:16.785Z] [INFO] [2024-06-04T13:05:16.785Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.785Z] [INFO] [2024-06-04T13:05:16.785Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.785Z] [INFO] [2024-06-04T13:05:16.785Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.785Z] [INFO] Resolving class path of [bundle] Supplemental Equinox Functionality [2024-06-04T13:05:16.785Z] [INFO] [2024-06-04T13:05:16.785Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.785Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/src/main/resources [2024-06-04T13:05:16.785Z] [INFO] [2024-06-04T13:05:16.785Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.785Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/src/main/resources [2024-06-04T13:05:16.785Z] [INFO] [2024-06-04T13:05:16.785Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:16.785Z] [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:05:17.349Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFileInputStream.java:[176] [2024-06-04T13:05:17.350Z] public synchronized int available() throws IOException { [2024-06-04T13:05:17.350Z] ^^^^^^^^^^^ [2024-06-04T13:05:17.350Z] The declared exception IOException is not actually thrown by the method available() from type ReliableFileInputStream [2024-06-04T13:05:17.350Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/internal/location/Locker.java:[30] [2024-06-04T13:05:17.350Z] public boolean lock() throws IOException { [2024-06-04T13:05:17.350Z] ^^^^^^^^^^^ [2024-06-04T13:05:17.350Z] The declared exception IOException is not actually thrown by the method lock() from type Locker.MockLocker [2024-06-04T13:05:17.350Z] 2 problems (2 warnings) [2024-06-04T13:05:17.350Z] [INFO] [2024-06-04T13:05:17.350Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.350Z] [INFO] [2024-06-04T13:05:17.350Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.350Z] [INFO] [2024-06-04T13:05:17.350Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.629Z] [INFO] [2024-06-04T13:05:17.629Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.629Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/src/test/resources [2024-06-04T13:05:17.629Z] [INFO] [2024-06-04T13:05:17.629Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.629Z] [INFO] [2024-06-04T13:05:17.629Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.629Z] [INFO] [2024-06-04T13:05:17.629Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.629Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.900-SNAPSHOT-sources.jar [2024-06-04T13:05:17.629Z] [INFO] [2024-06-04T13:05:17.629Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.629Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.900-SNAPSHOT.jar [2024-06-04T13:05:17.629Z] [INFO] [2024-06-04T13:05:17.629Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.886Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.900-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [2024-06-04T13:05:17.886Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:17.886Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:17.886Z] [2024-06-04T13:05:17.886Z] [INFO] [2024-06-04T13:05:17.886Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.886Z] [INFO] [2024-06-04T13:05:17.886Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:17.886Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.900-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [2024-06-04T13:05:17.886Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:17.886Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:17.886Z] [2024-06-04T13:05:17.886Z] [INFO] [2024-06-04T13:05:17.886Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:18.142Z] [INFO] [2024-06-04T13:05:18.142Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:18.142Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.900-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:05:18.143Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.900-SNAPSHOT.jar [2024-06-04T13:05:21.414Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.900-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:05:21.414Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.900-SNAPSHOT-sources.jar [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.supplement --- [2024-06-04T13:05:25.595Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.900-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [2024-06-04T13:05:25.595Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:25.595Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:25.595Z] [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >----------- [2024-06-04T13:05:25.595Z] [INFO] Building [bundle] Common Eclipse Runtime 3.19.100-SNAPSHOT [7/523] [2024-06-04T13:05:25.595Z] [INFO] from equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF [2024-06-04T13:05:25.595Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] The project's OSGi version is 3.19.100.v20240524-2011 [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/saveproperties [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] Resolving class path of [bundle] Common Eclipse Runtime [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/main/resources [2024-06-04T13:05:25.595Z] [INFO] [2024-06-04T13:05:25.595Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.595Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/main/resources [2024-06-04T13:05:25.596Z] [INFO] [2024-06-04T13:05:25.596Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.common --- [2024-06-04T13:05:25.596Z] [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:05:26.188Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[33] [2024-06-04T13:05:26.188Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:05:26.188Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.188Z] The type PackageAdmin is deprecated [2024-06-04T13:05:26.188Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[111] [2024-06-04T13:05:26.188Z] ServiceReference packageAdminRef = context.getServiceReference(PackageAdmin.class); [2024-06-04T13:05:26.188Z] ^^^^^^^^^^^^ [2024-06-04T13:05:26.188Z] The type PackageAdmin is deprecated [2024-06-04T13:05:26.188Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[111] [2024-06-04T13:05:26.188Z] ServiceReference packageAdminRef = context.getServiceReference(PackageAdmin.class); [2024-06-04T13:05:26.188Z] ^^^^^^^^^^^^ [2024-06-04T13:05:26.188Z] The type PackageAdmin is deprecated [2024-06-04T13:05:26.188Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[116] [2024-06-04T13:05:26.188Z] PackageAdmin packageAdmin = context.getService(packageAdminRef); [2024-06-04T13:05:26.188Z] ^^^^^^^^^^^^ [2024-06-04T13:05:26.188Z] The type PackageAdmin is deprecated [2024-06-04T13:05:26.188Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[158] [2024-06-04T13:05:26.188Z] PackageAdmin admin = getBundleAdmin(); [2024-06-04T13:05:26.188Z] ^^^^^^^^^^^^ [2024-06-04T13:05:26.188Z] The type PackageAdmin is deprecated [2024-06-04T13:05:26.188Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[161] [2024-06-04T13:05:26.188Z] Bundle[] bundles = admin.getBundles(symbolicName, null); [2024-06-04T13:05:26.188Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.188Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:05:26.188Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[176] [2024-06-04T13:05:26.188Z] private PackageAdmin getBundleAdmin() { [2024-06-04T13:05:26.188Z] ^^^^^^^^^^^^ [2024-06-04T13:05:26.188Z] The type PackageAdmin is deprecated [2024-06-04T13:05:26.188Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[184] [2024-06-04T13:05:26.188Z] PackageAdmin admin = getBundleAdmin(); [2024-06-04T13:05:26.188Z] ^^^^^^^^^^^^ [2024-06-04T13:05:26.188Z] The type PackageAdmin is deprecated [2024-06-04T13:05:26.189Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[187] [2024-06-04T13:05:26.189Z] return admin.getFragments(host); [2024-06-04T13:05:26.189Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.189Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated [2024-06-04T13:05:26.189Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLMetaConnection.java:[55] [2024-06-04T13:05:26.189Z] return path.toFile().toURL(); [2024-06-04T13:05:26.189Z] ^^^^^^^ [2024-06-04T13:05:26.189Z] The method toURL() from the type File is deprecated [2024-06-04T13:05:26.189Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ProgressMonitorWrapper.java:[29] [2024-06-04T13:05:26.189Z] public abstract class ProgressMonitorWrapper implements IProgressMonitor, IProgressMonitorWithBlocking { [2024-06-04T13:05:26.189Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.189Z] The type IProgressMonitorWithBlocking is deprecated [2024-06-04T13:05:26.189Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[17] [2024-06-04T13:05:26.189Z] import java.security.AccessController; [2024-06-04T13:05:26.189Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.189Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:05:26.189Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[331] [2024-06-04T13:05:26.189Z] if (System.getSecurityManager() != null) { [2024-06-04T13:05:26.189Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.189Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:05:26.189Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[332] [2024-06-04T13:05:26.189Z] return AccessController.doPrivileged((PrivilegedAction) () -> bundle.getBundleContext()); [2024-06-04T13:05:26.189Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.189Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:05:26.189Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[332] [2024-06-04T13:05:26.189Z] return AccessController.doPrivileged((PrivilegedAction) () -> bundle.getBundleContext()); [2024-06-04T13:05:26.189Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.189Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:05:26.189Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java:[209] [2024-06-04T13:05:26.189Z] public final class SubMonitor implements IProgressMonitorWithBlocking { [2024-06-04T13:05:26.189Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:26.189Z] The type IProgressMonitorWithBlocking is deprecated [2024-06-04T13:05:26.189Z] 16 problems (16 warnings) [2024-06-04T13:05:26.189Z] [INFO] [2024-06-04T13:05:26.189Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.189Z] [INFO] [2024-06-04T13:05:26.189Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.189Z] [INFO] [2024-06-04T13:05:26.189Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.446Z] [INFO] [2024-06-04T13:05:26.446Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.446Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/test/resources [2024-06-04T13:05:26.446Z] [INFO] [2024-06-04T13:05:26.446Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.446Z] [INFO] [2024-06-04T13:05:26.446Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.446Z] [INFO] [2024-06-04T13:05:26.446Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.447Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.100-SNAPSHOT-sources.jar [2024-06-04T13:05:26.447Z] [INFO] [2024-06-04T13:05:26.447Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.447Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.100-SNAPSHOT.jar [2024-06-04T13:05:26.447Z] [INFO] [2024-06-04T13:05:26.447Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.705Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF [2024-06-04T13:05:26.705Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:26.705Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:26.705Z] [2024-06-04T13:05:26.705Z] [INFO] [2024-06-04T13:05:26.705Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.705Z] [INFO] [2024-06-04T13:05:26.705Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.705Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF [2024-06-04T13:05:26.705Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:26.705Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:26.705Z] [2024-06-04T13:05:26.705Z] [INFO] [2024-06-04T13:05:26.705Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.705Z] [INFO] [2024-06-04T13:05:26.705Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.common --- [2024-06-04T13:05:26.962Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:05:26.962Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.100-SNAPSHOT.jar [2024-06-04T13:05:31.137Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:05:31.137Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.100-SNAPSHOT-sources.jar [2024-06-04T13:05:34.407Z] [INFO] [2024-06-04T13:05:34.407Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.common --- [2024-06-04T13:05:34.408Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF [2024-06-04T13:05:34.408Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:34.408Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:34.408Z] [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] ---------------< org.eclipse.platform:eclipse.platform >---------------- [2024-06-04T13:05:34.408Z] [INFO] Building eclipse.platform 4.33.0-SNAPSHOT [8/523] [2024-06-04T13:05:34.408Z] [INFO] from eclipse.platform/pom.xml [2024-06-04T13:05:34.408Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/saveproperties [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/src/main/resources [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] -----------< org.eclipse.platform:eclipse.platform.runtime >------------ [2024-06-04T13:05:34.408Z] [INFO] Building eclipse.platform.runtime 4.33.0-SNAPSHOT [9/523] [2024-06-04T13:05:34.408Z] [INFO] from eclipse.platform/runtime/pom.xml [2024-06-04T13:05:34.408Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/saveproperties [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.408Z] [INFO] [2024-06-04T13:05:34.408Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/src/main/resources [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.runtime --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] ----------------< org.eclipse.platform:runtime-bundles >---------------- [2024-06-04T13:05:34.409Z] [INFO] Building [aggregator] bundles 4.33.0-SNAPSHOT [10/523] [2024-06-04T13:05:34.409Z] [INFO] from eclipse.platform/runtime/bundles/.polyglot.pom.tycho [2024-06-04T13:05:34.409Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- clean:3.3.2:clean (default-clean) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/saveproperties [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/src/main/resources [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ runtime-bundles --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] -------------< org.eclipse.platform:org.eclipse.core.jobs >------------- [2024-06-04T13:05:34.409Z] [INFO] Building [bundle] Eclipse Jobs Mechanism 3.15.300-SNAPSHOT [11/523] [2024-06-04T13:05:34.409Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF [2024-06-04T13:05:34.409Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.409Z] [INFO] The project's OSGi version is 3.15.300.v20240418-0734 [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.409Z] [INFO] [2024-06-04T13:05:34.409Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/saveproperties [2024-06-04T13:05:34.410Z] [INFO] [2024-06-04T13:05:34.410Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.410Z] [INFO] [2024-06-04T13:05:34.410Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.410Z] [INFO] [2024-06-04T13:05:34.410Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.410Z] [INFO] Resolving class path of [bundle] Eclipse Jobs Mechanism [2024-06-04T13:05:34.410Z] [INFO] [2024-06-04T13:05:34.410Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/main/resources [2024-06-04T13:05:34.410Z] [INFO] [2024-06-04T13:05:34.410Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/main/resources [2024-06-04T13:05:34.410Z] [INFO] [2024-06-04T13:05:34.410Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.410Z] [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:05:34.973Z] [INFO] [2024-06-04T13:05:34.973Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.973Z] [INFO] [2024-06-04T13:05:34.973Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.973Z] [INFO] [2024-06-04T13:05:34.973Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.973Z] [INFO] [2024-06-04T13:05:34.973Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.973Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/test/resources [2024-06-04T13:05:34.973Z] [INFO] [2024-06-04T13:05:34.973Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.973Z] [INFO] [2024-06-04T13:05:34.973Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.973Z] [INFO] [2024-06-04T13:05:34.973Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.jobs --- [2024-06-04T13:05:34.973Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.300-SNAPSHOT-sources.jar [2024-06-04T13:05:35.230Z] [INFO] [2024-06-04T13:05:35.230Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.jobs --- [2024-06-04T13:05:35.230Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.300-SNAPSHOT.jar [2024-06-04T13:05:35.230Z] [INFO] [2024-06-04T13:05:35.230Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.jobs --- [2024-06-04T13:05:35.230Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF [2024-06-04T13:05:35.230Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:35.230Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:35.230Z] [2024-06-04T13:05:35.230Z] [INFO] [2024-06-04T13:05:35.230Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.jobs --- [2024-06-04T13:05:35.487Z] [INFO] [2024-06-04T13:05:35.487Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.jobs --- [2024-06-04T13:05:35.487Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:05:35.487Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.300-SNAPSHOT.jar [2024-06-04T13:05:39.657Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:05:39.657Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.300-SNAPSHOT-sources.jar [2024-06-04T13:05:42.927Z] [INFO] [2024-06-04T13:05:42.927Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.jobs --- [2024-06-04T13:05:42.927Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF [2024-06-04T13:05:42.927Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:42.927Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:42.927Z] [2024-06-04T13:05:42.927Z] [INFO] [2024-06-04T13:05:42.927Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >---------- [2024-06-04T13:05:42.927Z] [INFO] Building [bundle] Extension Registry Support 3.12.100-SNAPSHOT [12/523] [2024-06-04T13:05:42.927Z] [INFO] from equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF [2024-06-04T13:05:42.927Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:05:42.927Z] [INFO] [2024-06-04T13:05:42.927Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.927Z] [INFO] [2024-06-04T13:05:42.927Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.927Z] [INFO] The project's OSGi version is 3.12.100.v20240524-2011 [2024-06-04T13:05:42.927Z] [INFO] [2024-06-04T13:05:42.927Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.927Z] [INFO] [2024-06-04T13:05:42.927Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.927Z] [INFO] [2024-06-04T13:05:42.927Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.927Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/saveproperties [2024-06-04T13:05:42.927Z] [INFO] [2024-06-04T13:05:42.927Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.928Z] [INFO] [2024-06-04T13:05:42.928Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.928Z] [INFO] [2024-06-04T13:05:42.928Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.928Z] [INFO] Resolving class path of [bundle] Extension Registry Support [2024-06-04T13:05:42.928Z] [INFO] [2024-06-04T13:05:42.928Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.928Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/main/resources [2024-06-04T13:05:42.928Z] [INFO] [2024-06-04T13:05:42.928Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.928Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/main/resources [2024-06-04T13:05:42.928Z] [INFO] [2024-06-04T13:05:42.928Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:42.928Z] [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:05:43.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BaseExtensionHandle.java:[43] [2024-06-04T13:05:43.492Z] public String getNamespace() { [2024-06-04T13:05:43.492Z] ^^^^^^^^^^^^^^ [2024-06-04T13:05:43.492Z] The method BaseExtensionHandle.getNamespace() overrides a deprecated method from IExtension [2024-06-04T13:05:43.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BaseExtensionPointHandle.java:[43] [2024-06-04T13:05:43.492Z] public String getNamespace() { [2024-06-04T13:05:43.492Z] ^^^^^^^^^^^^^^ [2024-06-04T13:05:43.492Z] The method BaseExtensionPointHandle.getNamespace() overrides a deprecated method from IExtensionPoint [2024-06-04T13:05:43.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[76] [2024-06-04T13:05:43.492Z] public String getAttributeAsIs(String name) { [2024-06-04T13:05:43.492Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:43.492Z] The method ConfigurationElementHandle.getAttributeAsIs(String) overrides a deprecated method from IConfigurationElement [2024-06-04T13:05:43.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[139] [2024-06-04T13:05:43.492Z] public String getValueAsIs() { [2024-06-04T13:05:43.492Z] ^^^^^^^^^^^^^^ [2024-06-04T13:05:43.492Z] The method ConfigurationElementHandle.getValueAsIs() overrides a deprecated method from IConfigurationElement [2024-06-04T13:05:43.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[150] [2024-06-04T13:05:43.492Z] public String getNamespace() { [2024-06-04T13:05:43.492Z] ^^^^^^^^^^^^^^ [2024-06-04T13:05:43.492Z] The method ConfigurationElementHandle.getNamespace() overrides a deprecated method from IConfigurationElement [2024-06-04T13:05:43.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionRegistry.java:[788] [2024-06-04T13:05:43.492Z] strategy.onStart(this); // preserve for backward compatibility; might be removed later [2024-06-04T13:05:43.492Z] ^^^^^^^^^^^^^ [2024-06-04T13:05:43.492Z] The method onStart(IExtensionRegistry) from the type RegistryStrategy is deprecated [2024-06-04T13:05:43.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[23] [2024-06-04T13:05:43.492Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:05:43.492Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:43.492Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[66] [2024-06-04T13:05:43.492Z] bundleTracker = new ServiceTracker<>(context, PackageAdmin.class.getName(), null); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[112] [2024-06-04T13:05:43.493Z] public PackageAdmin getPackageAdmin() { [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[118] [2024-06-04T13:05:43.493Z] return (PackageAdmin) bundleTracker.getService(); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[122] [2024-06-04T13:05:43.493Z] PackageAdmin packageAdmin = getPackageAdmin(); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[125] [2024-06-04T13:05:43.493Z] Bundle[] bundles = packageAdmin.getBundles(bundleName, null); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[138] [2024-06-04T13:05:43.493Z] PackageAdmin packageAdmin = getPackageAdmin(); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[141] [2024-06-04T13:05:43.493Z] return packageAdmin.getFragments(bundle); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[145] [2024-06-04T13:05:43.493Z] PackageAdmin packageAdmin = getPackageAdmin(); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] [2024-06-04T13:05:43.493Z] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The method getBundleType(Bundle) from the type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] [2024-06-04T13:05:43.493Z] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] [2024-06-04T13:05:43.493Z] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The field PackageAdmin.BUNDLE_TYPE_FRAGMENT is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[152] [2024-06-04T13:05:43.493Z] PackageAdmin packageAdmin = getPackageAdmin(); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[155] [2024-06-04T13:05:43.493Z] return packageAdmin.getHosts(bundle); [2024-06-04T13:05:43.493Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:05:43.493Z] The method getHosts(Bundle) from the type PackageAdmin is deprecated [2024-06-04T13:05:43.493Z] 20 problems (20 warnings) [2024-06-04T13:05:43.493Z] [INFO] [2024-06-04T13:05:43.493Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.493Z] [INFO] [2024-06-04T13:05:43.493Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.493Z] [INFO] [2024-06-04T13:05:43.493Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.494Z] [INFO] [2024-06-04T13:05:43.494Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.494Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/test/resources [2024-06-04T13:05:43.494Z] [INFO] [2024-06-04T13:05:43.494Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.494Z] [INFO] [2024-06-04T13:05:43.494Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.494Z] [INFO] [2024-06-04T13:05:43.494Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.494Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.100-SNAPSHOT-sources.jar [2024-06-04T13:05:43.750Z] [INFO] [2024-06-04T13:05:43.751Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.751Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.100-SNAPSHOT.jar [2024-06-04T13:05:43.751Z] [INFO] [2024-06-04T13:05:43.751Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.751Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF [2024-06-04T13:05:43.751Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:43.751Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:43.751Z] [2024-06-04T13:05:43.751Z] [INFO] [2024-06-04T13:05:43.751Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.751Z] [INFO] [2024-06-04T13:05:43.751Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:43.751Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF [2024-06-04T13:05:43.751Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:43.751Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:43.751Z] [2024-06-04T13:05:43.751Z] [INFO] [2024-06-04T13:05:43.751Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:44.008Z] [INFO] [2024-06-04T13:05:44.008Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:44.008Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:05:44.008Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.100-SNAPSHOT.jar [2024-06-04T13:05:48.177Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:05:48.177Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.100-SNAPSHOT-sources.jar [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.registry --- [2024-06-04T13:05:51.455Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF [2024-06-04T13:05:51.455Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:51.455Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:51.455Z] [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >--------- [2024-06-04T13:05:51.455Z] [INFO] Building [bundle] Eclipse Preferences Mechanism 3.11.100-SNAPSHOT [13/523] [2024-06-04T13:05:51.455Z] [INFO] from equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [2024-06-04T13:05:51.455Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] The project's OSGi version is 3.11.100.v20240327-0645 [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/saveproperties [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] Resolving class path of [bundle] Eclipse Preferences Mechanism [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.455Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/main/resources [2024-06-04T13:05:51.455Z] [INFO] [2024-06-04T13:05:51.455Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.456Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/main/resources [2024-06-04T13:05:51.456Z] [INFO] [2024-06-04T13:05:51.456Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.456Z] [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:05:51.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[19] [2024-06-04T13:05:51.727Z] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; [2024-06-04T13:05:51.727Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.727Z] The type ILegacyPreferences is deprecated [2024-06-04T13:05:51.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[130] [2024-06-04T13:05:51.727Z] ILegacyPreferences initService = PreferencesOSGiUtils.getDefault().getLegacyPreferences(); [2024-06-04T13:05:51.727Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.727Z] The type ILegacyPreferences is deprecated [2024-06-04T13:05:51.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[132] [2024-06-04T13:05:51.727Z] plugin = initService.init(plugin, name); [2024-06-04T13:05:51.727Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.727Z] The method init(Object, String) from the type ILegacyPreferences is deprecated [2024-06-04T13:05:51.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[16] [2024-06-04T13:05:51.727Z] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; [2024-06-04T13:05:51.727Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.727Z] The type ILegacyPreferences is deprecated [2024-06-04T13:05:51.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[20] [2024-06-04T13:05:51.727Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:05:51.727Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.727Z] The type PackageAdmin is deprecated [2024-06-04T13:05:51.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[30] [2024-06-04T13:05:51.727Z] private ServiceTracker initTracker; [2024-06-04T13:05:51.727Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.727Z] The type ILegacyPreferences is deprecated [2024-06-04T13:05:51.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[32] [2024-06-04T13:05:51.727Z] private ServiceTracker bundleTracker; [2024-06-04T13:05:51.727Z] ^^^^^^^^^^^^ [2024-06-04T13:05:51.727Z] The type PackageAdmin is deprecated [2024-06-04T13:05:51.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[57] [2024-06-04T13:05:51.727Z] initTracker = new ServiceTracker<>(context, ILegacyPreferences.class, null); [2024-06-04T13:05:51.727Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.727Z] The type ILegacyPreferences is deprecated [2024-06-04T13:05:51.728Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[63] [2024-06-04T13:05:51.728Z] bundleTracker = new ServiceTracker<>(context, PackageAdmin.class, null); [2024-06-04T13:05:51.728Z] ^^^^^^^^^^^^ [2024-06-04T13:05:51.728Z] The type PackageAdmin is deprecated [2024-06-04T13:05:51.728Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[109] [2024-06-04T13:05:51.728Z] public ILegacyPreferences getLegacyPreferences() { [2024-06-04T13:05:51.728Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.728Z] The type ILegacyPreferences is deprecated [2024-06-04T13:05:51.728Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[138] [2024-06-04T13:05:51.728Z] PackageAdmin packageAdmin = bundleTracker.getService(); [2024-06-04T13:05:51.728Z] ^^^^^^^^^^^^ [2024-06-04T13:05:51.728Z] The type PackageAdmin is deprecated [2024-06-04T13:05:51.728Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[141] [2024-06-04T13:05:51.728Z] Bundle[] bundles = packageAdmin.getBundles(bundleName, null); [2024-06-04T13:05:51.728Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:05:51.728Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:05:51.728Z] 12 problems (12 warnings) [2024-06-04T13:05:51.728Z] [INFO] [2024-06-04T13:05:51.728Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.728Z] [INFO] [2024-06-04T13:05:51.728Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.728Z] [INFO] [2024-06-04T13:05:51.728Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.728Z] [INFO] [2024-06-04T13:05:51.728Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.728Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/test/resources [2024-06-04T13:05:51.728Z] [INFO] [2024-06-04T13:05:51.728Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.728Z] [INFO] [2024-06-04T13:05:51.728Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.728Z] [INFO] [2024-06-04T13:05:51.728Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.728Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.100-SNAPSHOT-sources.jar [2024-06-04T13:05:51.985Z] [INFO] [2024-06-04T13:05:51.985Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.985Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.100-SNAPSHOT.jar [2024-06-04T13:05:51.985Z] [INFO] [2024-06-04T13:05:51.985Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.985Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [2024-06-04T13:05:51.985Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:51.985Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:51.985Z] [2024-06-04T13:05:51.985Z] [INFO] [2024-06-04T13:05:51.985Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.985Z] [INFO] [2024-06-04T13:05:51.985Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:51.985Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [2024-06-04T13:05:51.985Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:05:51.985Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:05:51.985Z] [2024-06-04T13:05:51.985Z] [INFO] [2024-06-04T13:05:51.985Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:52.241Z] [INFO] [2024-06-04T13:05:52.241Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.preferences --- [2024-06-04T13:05:52.242Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:05:52.242Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.100-SNAPSHOT.jar [2024-06-04T13:05:56.408Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:05:56.408Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.100-SNAPSHOT-sources.jar [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.preferences --- [2024-06-04T13:06:00.574Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [2024-06-04T13:06:00.574Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:00.574Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:00.574Z] [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.contenttype >---------- [2024-06-04T13:06:00.574Z] [INFO] Building [bundle] Eclipse Content Mechanism 3.9.400-SNAPSHOT [14/523] [2024-06-04T13:06:00.574Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF [2024-06-04T13:06:00.574Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] The project's OSGi version is 3.9.400.v20240507-1301 [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/saveproperties [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] Resolving class path of [bundle] Eclipse Content Mechanism [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/main/resources [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/main/resources [2024-06-04T13:06:00.574Z] [INFO] [2024-06-04T13:06:00.574Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:00.574Z] [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/test/resources [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.400-SNAPSHOT-sources.jar [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.400-SNAPSHOT.jar [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.137Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF [2024-06-04T13:06:01.137Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:01.137Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:01.137Z] [2024-06-04T13:06:01.137Z] [INFO] [2024-06-04T13:06:01.137Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.393Z] [INFO] [2024-06-04T13:06:01.393Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:01.394Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:06:01.394Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.400-SNAPSHOT.jar [2024-06-04T13:06:05.561Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:06:05.561Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.400-SNAPSHOT-sources.jar [2024-06-04T13:06:08.833Z] [INFO] [2024-06-04T13:06:08.833Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.contenttype --- [2024-06-04T13:06:08.833Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF [2024-06-04T13:06:08.833Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:08.833Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:08.833Z] [2024-06-04T13:06:08.833Z] [INFO] [2024-06-04T13:06:08.833Z] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >------------- [2024-06-04T13:06:08.834Z] [INFO] Building [bundle] Equinox Application Container 1.7.100-SNAPSHOT [15/523] [2024-06-04T13:06:08.834Z] [INFO] from equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF [2024-06-04T13:06:08.834Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] The project's OSGi version is 1.7.100.v20240321-1445 [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/saveproperties [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] Resolving class path of [bundle] Equinox Application Container [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-73) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src added. [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/main/resources [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/main/resources [2024-06-04T13:06:08.834Z] [INFO] [2024-06-04T13:06:08.834Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.834Z] [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:06:08.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[48] [2024-06-04T13:06:08.834Z] public static final String LIFECYCLE_ACTION = "lifecycle"; [2024-06-04T13:06:08.834Z] ^^^^^^^^^^^ [2024-06-04T13:06:08.834Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[56] [2024-06-04T13:06:08.834Z] public static final String SCHEDULE_ACTION = "schedule"; [2024-06-04T13:06:08.834Z] ^^^^^^^^^^ [2024-06-04T13:06:08.834Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[61] [2024-06-04T13:06:08.834Z] public static final String LOCK_ACTION = "lock"; [2024-06-04T13:06:08.834Z] ^^^^^^ [2024-06-04T13:06:08.834Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[100] [2024-06-04T13:06:08.834Z] super(filter == null ? "*" : filter); [2024-06-04T13:06:08.834Z] ^^^ [2024-06-04T13:06:08.834Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[103] [2024-06-04T13:06:08.834Z] filter = "*"; [2024-06-04T13:06:08.834Z] ^^^ [2024-06-04T13:06:08.834Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[106] [2024-06-04T13:06:08.835Z] throw new NullPointerException( "Action string cannot be null!" ); [2024-06-04T13:06:08.835Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.835Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[109] [2024-06-04T13:06:08.835Z] this.filter = (filter == null ? "*" : filter); [2024-06-04T13:06:08.835Z] ^^^ [2024-06-04T13:06:08.835Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[112] [2024-06-04T13:06:08.835Z] if( !filter.equals( "*" ) && !filter.equals( "<>" ) ) [2024-06-04T13:06:08.835Z] ^^^ [2024-06-04T13:06:08.835Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[112] [2024-06-04T13:06:08.835Z] if( !filter.equals( "*" ) && !filter.equals( "<>" ) ) [2024-06-04T13:06:08.835Z] ^^^^^^^^^^ [2024-06-04T13:06:08.835Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[128] [2024-06-04T13:06:08.835Z] throw new NullPointerException( "ApplicationDescriptor and action string cannot be null!" ); [2024-06-04T13:06:08.835Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.835Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[193] [2024-06-04T13:06:08.835Z] if( !filter.equals("*") ) { [2024-06-04T13:06:08.835Z] ^^^ [2024-06-04T13:06:08.835Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[197] [2024-06-04T13:06:08.835Z] if( filter.equals( "<>") ) { [2024-06-04T13:06:08.835Z] ^^^^^^^^^^ [2024-06-04T13:06:08.835Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[205] [2024-06-04T13:06:08.835Z] Hashtable props = new Hashtable(); [2024-06-04T13:06:08.835Z] ^^^^^^^^^ [2024-06-04T13:06:08.835Z] Hashtable is a raw type. References to generic type Hashtable should be parameterized [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[205] [2024-06-04T13:06:08.835Z] Hashtable props = new Hashtable(); [2024-06-04T13:06:08.835Z] ^^^^^^^^^ [2024-06-04T13:06:08.835Z] Hashtable is a raw type. References to generic type Hashtable should be parameterized [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[206] [2024-06-04T13:06:08.835Z] props.put( "pid", other.applicationDescriptor.getApplicationId() ); [2024-06-04T13:06:08.835Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.835Z] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[206] [2024-06-04T13:06:08.835Z] props.put( "pid", other.applicationDescriptor.getApplicationId() ); [2024-06-04T13:06:08.835Z] ^^^^^ [2024-06-04T13:06:08.835Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[207] [2024-06-04T13:06:08.835Z] props.put( "signer", new SignerWrapper( other.applicationDescriptor ) ); [2024-06-04T13:06:08.835Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.836Z] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[207] [2024-06-04T13:06:08.836Z] props.put( "signer", new SignerWrapper( other.applicationDescriptor ) ); [2024-06-04T13:06:08.836Z] ^^^^^^^^ [2024-06-04T13:06:08.836Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[213] [2024-06-04T13:06:08.836Z] if( !flt.match( props ) ) [2024-06-04T13:06:08.836Z] ^^^^^ [2024-06-04T13:06:08.836Z] Type safety: The expression of type Hashtable needs unchecked conversion to conform to Dictionary [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[218] [2024-06-04T13:06:08.836Z] if( !actionsVector.containsAll( other.actionsVector ) ) [2024-06-04T13:06:08.836Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.836Z] Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[283] [2024-06-04T13:06:08.836Z] private static final Vector ACTIONS = new Vector(); [2024-06-04T13:06:08.836Z] ^^^^^^ [2024-06-04T13:06:08.836Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[283] [2024-06-04T13:06:08.836Z] private static final Vector ACTIONS = new Vector(); [2024-06-04T13:06:08.836Z] ^^^^^^ [2024-06-04T13:06:08.836Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[284] [2024-06-04T13:06:08.836Z] private Vector actionsVector; [2024-06-04T13:06:08.836Z] ^^^^^^ [2024-06-04T13:06:08.836Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[290] [2024-06-04T13:06:08.836Z] ACTIONS.add(LIFECYCLE_ACTION); [2024-06-04T13:06:08.836Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.836Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[291] [2024-06-04T13:06:08.836Z] ACTIONS.add(SCHEDULE_ACTION); [2024-06-04T13:06:08.836Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.836Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[292] [2024-06-04T13:06:08.836Z] ACTIONS.add(LOCK_ACTION); [2024-06-04T13:06:08.836Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.836Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[295] [2024-06-04T13:06:08.836Z] private static Vector actionsVector(String actions) { [2024-06-04T13:06:08.836Z] ^^^^^^ [2024-06-04T13:06:08.836Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-04T13:06:08.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[296] [2024-06-04T13:06:08.836Z] Vector v = new Vector(); [2024-06-04T13:06:08.836Z] ^^^^^^ [2024-06-04T13:06:08.836Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[296] [2024-06-04T13:06:08.837Z] Vector v = new Vector(); [2024-06-04T13:06:08.837Z] ^^^^^^ [2024-06-04T13:06:08.837Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[297] [2024-06-04T13:06:08.837Z] StringTokenizer t = new StringTokenizer(actions.toUpperCase(), ","); [2024-06-04T13:06:08.837Z] ^^^ [2024-06-04T13:06:08.837Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[300] [2024-06-04T13:06:08.837Z] v.add(action.toLowerCase()); [2024-06-04T13:06:08.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.837Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[304] [2024-06-04T13:06:08.837Z] v.add( LIFECYCLE_ACTION ); [2024-06-04T13:06:08.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.837Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[317] [2024-06-04T13:06:08.837Z] public SignerWrapper(String pattern) { [2024-06-04T13:06:08.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.837Z] The constructor ApplicationAdminPermission.SignerWrapper(String) is never used locally [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[330] [2024-06-04T13:06:08.837Z] ApplicationDescriptor matchAppDesc = (ApplicationDescriptor) (appDesc != null ? appDesc : other.appDesc); [2024-06-04T13:06:08.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.837Z] Unnecessary cast from ApplicationDescriptor to ApplicationDescriptor [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[339] [2024-06-04T13:06:08.837Z] if ( actions.equals("*") ) [2024-06-04T13:06:08.837Z] ^^^ [2024-06-04T13:06:08.837Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[340] [2024-06-04T13:06:08.837Z] actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION ); [2024-06-04T13:06:08.837Z] ^^^ [2024-06-04T13:06:08.837Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[340] [2024-06-04T13:06:08.837Z] actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION ); [2024-06-04T13:06:08.837Z] ^^^ [2024-06-04T13:06:08.837Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[341] [2024-06-04T13:06:08.837Z] else if (!ACTIONS.containsAll(actionsVector)) [2024-06-04T13:06:08.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.837Z] Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-04T13:06:08.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[342] [2024-06-04T13:06:08.837Z] throw new IllegalArgumentException("Illegal action!"); [2024-06-04T13:06:08.837Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[45] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_NAME = "application.name"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[50] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_ICON = "application.icon"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[60] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_VERSION = "application.version"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[70] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_VISIBLE = "application.visible"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[75] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_LAUNCHABLE = "application.launchable"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[80] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_LOCKED = "application.locked"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[85] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_DESCRIPTION = "application.description"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[90] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_DOCUMENTATION = "application.documentation"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[95] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_COPYRIGHT = "application.copyright"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[100] [2024-06-04T13:06:08.838Z] public static final String APPLICATION_LICENSE = "application.license"; [2024-06-04T13:06:08.838Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.838Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[105] [2024-06-04T13:06:08.839Z] public static final String APPLICATION_CONTAINER = "application.container"; [2024-06-04T13:06:08.839Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.839Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[110] [2024-06-04T13:06:08.839Z] public static final String APPLICATION_LOCATION = "application.location"; [2024-06-04T13:06:08.839Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.839Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[128] [2024-06-04T13:06:08.839Z] throw new NullPointerException("Application ID must not be null!"); [2024-06-04T13:06:08.839Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.839Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[196] [2024-06-04T13:06:08.839Z] public final Map getProperties(String locale) { [2024-06-04T13:06:08.839Z] ^^^ [2024-06-04T13:06:08.839Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[197] [2024-06-04T13:06:08.839Z] Map props = getPropertiesSpecific(locale); [2024-06-04T13:06:08.839Z] ^^^ [2024-06-04T13:06:08.839Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[208] [2024-06-04T13:06:08.839Z] props.put(APPLICATION_LOCKED, Boolean.valueOf(locked[0])); [2024-06-04T13:06:08.839Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.839Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[242] [2024-06-04T13:06:08.839Z] protected abstract Map getPropertiesSpecific(String locale); [2024-06-04T13:06:08.839Z] ^^^ [2024-06-04T13:06:08.839Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[299] [2024-06-04T13:06:08.839Z] public final ApplicationHandle launch(Map arguments) throws ApplicationException { [2024-06-04T13:06:08.839Z] ^^^ [2024-06-04T13:06:08.839Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[300] [2024-06-04T13:06:08.839Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.839Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.839Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[300] [2024-06-04T13:06:08.839Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.839Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.839Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[302] [2024-06-04T13:06:08.839Z] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LIFECYCLE_ACTION)); [2024-06-04T13:06:08.839Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.839Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[305] [2024-06-04T13:06:08.840Z] throw new ApplicationException(ApplicationException.APPLICATION_LOCKED, "Application is locked, can't launch!"); [2024-06-04T13:06:08.840Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.840Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[308] [2024-06-04T13:06:08.840Z] throw new ApplicationException(ApplicationException.APPLICATION_NOT_LAUNCHABLE, "Cannot launch the application!"); [2024-06-04T13:06:08.840Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.840Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[342] [2024-06-04T13:06:08.840Z] protected abstract ApplicationHandle launchSpecific(Map arguments) throws Exception; [2024-06-04T13:06:08.840Z] ^^^ [2024-06-04T13:06:08.840Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[416] [2024-06-04T13:06:08.840Z] public final ScheduledApplication schedule(String scheduleId, Map arguments, String topic, String eventFilter, boolean recurring) throws InvalidSyntaxException, ApplicationException { [2024-06-04T13:06:08.840Z] ^^^ [2024-06-04T13:06:08.840Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[417] [2024-06-04T13:06:08.840Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.840Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.840Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[417] [2024-06-04T13:06:08.840Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.840Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.840Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[419] [2024-06-04T13:06:08.840Z] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.SCHEDULE_ACTION)); [2024-06-04T13:06:08.840Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.840Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[422] [2024-06-04T13:06:08.840Z] return AppPersistence.addScheduledApp(this, scheduleId, arguments, topic, eventFilter, recurring); [2024-06-04T13:06:08.840Z] ^^^^^^^^^ [2024-06-04T13:06:08.840Z] Type safety: The expression of type Map needs unchecked conversion to conform to Map [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[437] [2024-06-04T13:06:08.840Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.840Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.840Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[437] [2024-06-04T13:06:08.840Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.840Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.841Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[439] [2024-06-04T13:06:08.841Z] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION)); [2024-06-04T13:06:08.841Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.841Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[468] [2024-06-04T13:06:08.841Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.841Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.841Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[468] [2024-06-04T13:06:08.841Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.841Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.841Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[470] [2024-06-04T13:06:08.841Z] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION)); [2024-06-04T13:06:08.841Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.841Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[490] [2024-06-04T13:06:08.841Z] private void saveLock(boolean locked) { [2024-06-04T13:06:08.841Z] ^^^^^^ [2024-06-04T13:06:08.841Z] The parameter locked is hiding a field from type ApplicationDescriptor [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[498] [2024-06-04T13:06:08.841Z] private static final Collection scalars = Arrays.asList(new Class[] {String.class, Integer.class, Long.class, Float.class, Double.class, Byte.class, Short.class, Character.class, Boolean.class}); [2024-06-04T13:06:08.841Z] ^^^^^^^^^^ [2024-06-04T13:06:08.841Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[499] [2024-06-04T13:06:08.841Z] private static final Collection scalarsArrays = Arrays.asList(new Class[] {String[].class, Integer[].class, Long[].class, Float[].class, Double[].class, Byte[].class, Short[].class, Character[].class, Boolean[].class}); [2024-06-04T13:06:08.841Z] ^^^^^^^^^^ [2024-06-04T13:06:08.841Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[500] [2024-06-04T13:06:08.841Z] private static final Collection primitiveArrays = Arrays.asList(new Class[] {long[].class, int[].class, short[].class, char[].class, byte[].class, double[].class, float[].class, boolean[].class}); [2024-06-04T13:06:08.841Z] ^^^^^^^^^^ [2024-06-04T13:06:08.841Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-04T13:06:08.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[502] [2024-06-04T13:06:08.841Z] private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException { [2024-06-04T13:06:08.841Z] ^^^ [2024-06-04T13:06:08.842Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[502] [2024-06-04T13:06:08.842Z] private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException { [2024-06-04T13:06:08.842Z] ^^^ [2024-06-04T13:06:08.842Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[505] [2024-06-04T13:06:08.842Z] Map copy = validateValues ? new HashMap() : null; [2024-06-04T13:06:08.842Z] ^^^ [2024-06-04T13:06:08.842Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[505] [2024-06-04T13:06:08.842Z] Map copy = validateValues ? new HashMap() : null; [2024-06-04T13:06:08.842Z] ^^^^^^^ [2024-06-04T13:06:08.842Z] HashMap is a raw type. References to generic type HashMap should be parameterized [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[506] [2024-06-04T13:06:08.842Z] for (Iterator entries = arguments.entrySet().iterator(); entries.hasNext();) { [2024-06-04T13:06:08.842Z] ^^^^^^^^ [2024-06-04T13:06:08.842Z] Iterator is a raw type. References to generic type Iterator should be parameterized [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[507] [2024-06-04T13:06:08.842Z] Map.Entry entry = (Entry) entries.next(); [2024-06-04T13:06:08.842Z] ^^^^^^^^^ [2024-06-04T13:06:08.842Z] Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[507] [2024-06-04T13:06:08.842Z] Map.Entry entry = (Entry) entries.next(); [2024-06-04T13:06:08.842Z] ^^^^^ [2024-06-04T13:06:08.842Z] Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[509] [2024-06-04T13:06:08.842Z] throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "" : entry.getKey().getClass().getName()); [2024-06-04T13:06:08.842Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.842Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[509] [2024-06-04T13:06:08.842Z] throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "" : entry.getKey().getClass().getName()); [2024-06-04T13:06:08.842Z] ^^^^^^^^ [2024-06-04T13:06:08.842Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[511] [2024-06-04T13:06:08.842Z] throw new IllegalArgumentException("Empty string is an invalid key"); [2024-06-04T13:06:08.842Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.842Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[518] [2024-06-04T13:06:08.842Z] private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException { [2024-06-04T13:06:08.842Z] ^^^^^^^^^ [2024-06-04T13:06:08.842Z] Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [2024-06-04T13:06:08.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[518] [2024-06-04T13:06:08.842Z] private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException { [2024-06-04T13:06:08.843Z] ^^^ [2024-06-04T13:06:08.843Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[519] [2024-06-04T13:06:08.843Z] Class clazz = entry.getValue().getClass(); [2024-06-04T13:06:08.843Z] ^^^^^ [2024-06-04T13:06:08.843Z] Class is a raw type. References to generic type Class should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[523] [2024-06-04T13:06:08.843Z] copy.put(entry.getKey(), entry.getValue()); [2024-06-04T13:06:08.843Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.843Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[532] [2024-06-04T13:06:08.843Z] copy.put(entry.getKey(), copyOfArray); [2024-06-04T13:06:08.843Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.843Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[538] [2024-06-04T13:06:08.843Z] Collection valueCollection = (Collection) entry.getValue(); [2024-06-04T13:06:08.843Z] ^^^^^^^^^^ [2024-06-04T13:06:08.843Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[538] [2024-06-04T13:06:08.843Z] Collection valueCollection = (Collection) entry.getValue(); [2024-06-04T13:06:08.843Z] ^^^^^^^^^^ [2024-06-04T13:06:08.843Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[539] [2024-06-04T13:06:08.843Z] for (Iterator it = valueCollection.iterator(); it.hasNext();) { [2024-06-04T13:06:08.843Z] ^^^^^^^^ [2024-06-04T13:06:08.843Z] Iterator is a raw type. References to generic type Iterator should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[540] [2024-06-04T13:06:08.843Z] Class containedClazz = it.next().getClass(); [2024-06-04T13:06:08.843Z] ^^^^^ [2024-06-04T13:06:08.843Z] Class is a raw type. References to generic type Class should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] [2024-06-04T13:06:08.843Z] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); [2024-06-04T13:06:08.843Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.843Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] [2024-06-04T13:06:08.843Z] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); [2024-06-04T13:06:08.843Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.843Z] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] [2024-06-04T13:06:08.843Z] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); [2024-06-04T13:06:08.843Z] ^^^^^^^^^ [2024-06-04T13:06:08.843Z] ArrayList is a raw type. References to generic type ArrayList should be parameterized [2024-06-04T13:06:08.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] [2024-06-04T13:06:08.844Z] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); [2024-06-04T13:06:08.844Z] ^^^^^^^^^^ [2024-06-04T13:06:08.844Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[46] [2024-06-04T13:06:08.844Z] public final static String APPLICATION_DESCRIPTOR = "application.descriptor"; [2024-06-04T13:06:08.844Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.844Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[51] [2024-06-04T13:06:08.844Z] public final static String APPLICATION_STATE = "application.state"; [2024-06-04T13:06:08.844Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.844Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[59] [2024-06-04T13:06:08.844Z] public final static String APPLICATION_SUPPORTS_EXITVALUE = "application.supports.exitvalue"; [2024-06-04T13:06:08.844Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.844Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[65] [2024-06-04T13:06:08.844Z] public final static String RUNNING = "RUNNING"; [2024-06-04T13:06:08.844Z] ^^^^^^^^^ [2024-06-04T13:06:08.844Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[72] [2024-06-04T13:06:08.844Z] public final static String STOPPING = "STOPPING"; [2024-06-04T13:06:08.844Z] ^^^^^^^^^^ [2024-06-04T13:06:08.844Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[104] [2024-06-04T13:06:08.844Z] throw new NullPointerException("Parameters must not be null!"); [2024-06-04T13:06:08.844Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.844Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[212] [2024-06-04T13:06:08.844Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.844Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.844Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[212] [2024-06-04T13:06:08.844Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.844Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.844Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[214] [2024-06-04T13:06:08.844Z] sm.checkPermission(new ApplicationAdminPermission(getApplicationDescriptor(), ApplicationAdminPermission.LIFECYCLE_ACTION)); [2024-06-04T13:06:08.844Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.844Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:06:08.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[48] [2024-06-04T13:06:08.844Z] public static final String SCHEDULE_ID = "schedule.id"; [2024-06-04T13:06:08.844Z] ^^^^^^^^^^^^^ [2024-06-04T13:06:08.844Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[57] [2024-06-04T13:06:08.845Z] public static final String TRIGGERING_EVENT = "org.osgi.triggeringevent"; [2024-06-04T13:06:08.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.845Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[63] [2024-06-04T13:06:08.845Z] public static final String TIMER_TOPIC = "org/osgi/application/timer"; [2024-06-04T13:06:08.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.845Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[69] [2024-06-04T13:06:08.845Z] public static final String YEAR = "year"; [2024-06-04T13:06:08.845Z] ^^^^^^ [2024-06-04T13:06:08.845Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[75] [2024-06-04T13:06:08.845Z] public static final String MONTH = "month"; [2024-06-04T13:06:08.845Z] ^^^^^^^ [2024-06-04T13:06:08.845Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[81] [2024-06-04T13:06:08.845Z] public static final String DAY_OF_MONTH = "day_of_month"; [2024-06-04T13:06:08.845Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.845Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[87] [2024-06-04T13:06:08.845Z] public static final String DAY_OF_WEEK = "day_of_week"; [2024-06-04T13:06:08.845Z] ^^^^^^^^^^^^^ [2024-06-04T13:06:08.845Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[93] [2024-06-04T13:06:08.845Z] public static final String HOUR_OF_DAY = "hour_of_day"; [2024-06-04T13:06:08.845Z] ^^^^^^^^^^^^^ [2024-06-04T13:06:08.845Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[99] [2024-06-04T13:06:08.845Z] public static final String MINUTE = "minute"; [2024-06-04T13:06:08.845Z] ^^^^^^^^ [2024-06-04T13:06:08.845Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[163] [2024-06-04T13:06:08.845Z] public Map getArguments(); [2024-06-04T13:06:08.845Z] ^^^ [2024-06-04T13:06:08.845Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/app/IApplicationContext.java:[88] [2024-06-04T13:06:08.845Z] public Map getArguments(); [2024-06-04T13:06:08.845Z] ^^^ [2024-06-04T13:06:08.845Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[17] [2024-06-04T13:06:08.845Z] import java.security.AccessController; [2024-06-04T13:06:08.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.845Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[27] [2024-06-04T13:06:08.845Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:06:08.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.845Z] The type PackageAdmin is deprecated [2024-06-04T13:06:08.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[31] [2024-06-04T13:06:08.845Z] public class Activator implements BundleActivator, ServiceTrackerCustomizer { [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[37] [2024-06-04T13:06:08.846Z] private volatile static PackageAdmin _packageAdmin; [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] The type PackageAdmin is deprecated [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[40] [2024-06-04T13:06:08.846Z] private volatile static ServiceTracker _frameworkLogTracker; [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[42] [2024-06-04T13:06:08.846Z] private ServiceTracker registryTracker; [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[50] [2024-06-04T13:06:08.846Z] ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName()); [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[50] [2024-06-04T13:06:08.846Z] ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName()); [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] The type PackageAdmin is deprecated [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] [2024-06-04T13:06:08.846Z] _packageAdmin = (PackageAdmin) bc.getService(ref); [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] The type PackageAdmin is deprecated [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] [2024-06-04T13:06:08.846Z] _packageAdmin = (PackageAdmin) bc.getService(ref); [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] [2024-06-04T13:06:08.846Z] _packageAdmin = (PackageAdmin) bc.getService(ref); [2024-06-04T13:06:08.846Z] ^^^ [2024-06-04T13:06:08.846Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[53] [2024-06-04T13:06:08.846Z] _frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null); [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.846Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[53] [2024-06-04T13:06:08.846Z] _frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null); [2024-06-04T13:06:08.846Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.847Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[60] [2024-06-04T13:06:08.847Z] registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this); [2024-06-04T13:06:08.847Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.847Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[60] [2024-06-04T13:06:08.847Z] registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this); [2024-06-04T13:06:08.847Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.847Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[92] [2024-06-04T13:06:08.847Z] ServiceReference debugRef = context.getServiceReference(DebugOptions.class.getName()); [2024-06-04T13:06:08.847Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.847Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[95] [2024-06-04T13:06:08.847Z] DebugOptions debugOptions = (DebugOptions) context.getService(debugRef); [2024-06-04T13:06:08.847Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.847Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[95] [2024-06-04T13:06:08.847Z] DebugOptions debugOptions = (DebugOptions) context.getService(debugRef); [2024-06-04T13:06:08.847Z] ^^^^^^^^ [2024-06-04T13:06:08.847Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[104] [2024-06-04T13:06:08.847Z] ServiceReference infoRef = bc.getServiceReference(EnvironmentInfo.class.getName()); [2024-06-04T13:06:08.847Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.847Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[107] [2024-06-04T13:06:08.847Z] EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef); [2024-06-04T13:06:08.847Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.847Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[107] [2024-06-04T13:06:08.847Z] EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef); [2024-06-04T13:06:08.847Z] ^^^^^^^ [2024-06-04T13:06:08.847Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[132] [2024-06-04T13:06:08.847Z] service = context.getService(reference); [2024-06-04T13:06:08.847Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.847Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[176] [2024-06-04T13:06:08.848Z] static void openTracker(final ServiceTracker tracker, final boolean allServices) { [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[177] [2024-06-04T13:06:08.848Z] if (System.getSecurityManager() == null) [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] [2024-06-04T13:06:08.848Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] [2024-06-04T13:06:08.848Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.848Z] @Override [2024-06-04T13:06:08.848Z] public Object run() { [2024-06-04T13:06:08.848Z] tracker.open(allServices); [2024-06-04T13:06:08.848Z] return null; [2024-06-04T13:06:08.848Z] } [2024-06-04T13:06:08.848Z] }); [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] [2024-06-04T13:06:08.848Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.848Z] @Override [2024-06-04T13:06:08.848Z] public Object run() { [2024-06-04T13:06:08.848Z] tracker.open(allServices); [2024-06-04T13:06:08.848Z] return null; [2024-06-04T13:06:08.848Z] } [2024-06-04T13:06:08.848Z] }); [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] [2024-06-04T13:06:08.848Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.848Z] @Override [2024-06-04T13:06:08.848Z] public Object run() { [2024-06-04T13:06:08.848Z] tracker.open(allServices); [2024-06-04T13:06:08.848Z] return null; [2024-06-04T13:06:08.848Z] } [2024-06-04T13:06:08.848Z] }); [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] [2024-06-04T13:06:08.848Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[190] [2024-06-04T13:06:08.848Z] static Object getService(final ServiceTracker tracker) { [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[191] [2024-06-04T13:06:08.848Z] if (System.getSecurityManager() == null) [2024-06-04T13:06:08.848Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.848Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] [2024-06-04T13:06:08.848Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.849Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] [2024-06-04T13:06:08.849Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.849Z] @Override [2024-06-04T13:06:08.849Z] public Object run() { [2024-06-04T13:06:08.849Z] return tracker.getService(); [2024-06-04T13:06:08.849Z] } [2024-06-04T13:06:08.849Z] }); [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.849Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-04T13:06:08.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] [2024-06-04T13:06:08.849Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.849Z] @Override [2024-06-04T13:06:08.849Z] public Object run() { [2024-06-04T13:06:08.849Z] return tracker.getService(); [2024-06-04T13:06:08.849Z] } [2024-06-04T13:06:08.849Z] }); [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.849Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:06:08.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] [2024-06-04T13:06:08.849Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.849Z] @Override [2024-06-04T13:06:08.849Z] public Object run() { [2024-06-04T13:06:08.849Z] return tracker.getService(); [2024-06-04T13:06:08.849Z] } [2024-06-04T13:06:08.849Z] }); [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.849Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [2024-06-04T13:06:08.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] [2024-06-04T13:06:08.849Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.849Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-04T13:06:08.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[203] [2024-06-04T13:06:08.849Z] if (System.getSecurityManager() == null) [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.849Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] [2024-06-04T13:06:08.849Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.849Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] [2024-06-04T13:06:08.849Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.849Z] @Override [2024-06-04T13:06:08.849Z] public Object run() { [2024-06-04T13:06:08.849Z] return bundle.getLocation(); [2024-06-04T13:06:08.849Z] } [2024-06-04T13:06:08.849Z] }); [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.849Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-04T13:06:08.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] [2024-06-04T13:06:08.849Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.849Z] @Override [2024-06-04T13:06:08.849Z] public Object run() { [2024-06-04T13:06:08.849Z] return bundle.getLocation(); [2024-06-04T13:06:08.849Z] } [2024-06-04T13:06:08.849Z] }); [2024-06-04T13:06:08.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] [2024-06-04T13:06:08.850Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.850Z] @Override [2024-06-04T13:06:08.850Z] public Object run() { [2024-06-04T13:06:08.850Z] return bundle.getLocation(); [2024-06-04T13:06:08.850Z] } [2024-06-04T13:06:08.850Z] }); [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] [2024-06-04T13:06:08.850Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[225] [2024-06-04T13:06:08.850Z] PackageAdmin packageAdmin = _packageAdmin; [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] The type PackageAdmin is deprecated [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[228] [2024-06-04T13:06:08.850Z] Bundle[] bundles = packageAdmin.getBundles(contributor.getName(), null); [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[249] [2024-06-04T13:06:08.850Z] ServiceTracker frameworkLogTracker = _frameworkLogTracker; [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[39] [2024-06-04T13:06:08.850Z] private ServiceTracker applicationDescriptors; [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[40] [2024-06-04T13:06:08.850Z] private ServiceTracker applicationHandles; [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[41] [2024-06-04T13:06:08.850Z] private ServiceTracker scheduledApplications; [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[45] [2024-06-04T13:06:08.850Z] private ServiceRegistration providerRegistration; [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[68] [2024-06-04T13:06:08.850Z] applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null); [2024-06-04T13:06:08.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.850Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[68] [2024-06-04T13:06:08.851Z] applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null); [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.851Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[70] [2024-06-04T13:06:08.851Z] applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null); [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.851Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[70] [2024-06-04T13:06:08.851Z] applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null); [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.851Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[72] [2024-06-04T13:06:08.851Z] scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null); [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.851Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[72] [2024-06-04T13:06:08.851Z] scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null); [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.851Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[187] [2024-06-04T13:06:08.851Z] private Dictionary getServiceProps(ServiceReference ref) { [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.851Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[197] [2024-06-04T13:06:08.851Z] ServiceReference[] apps = applicationDescriptors.getServiceReferences(); [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.851Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[202] [2024-06-04T13:06:08.851Z] for (ServiceReference app : apps) { [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.851Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[226] [2024-06-04T13:06:08.851Z] ServiceReference[] active = applicationHandles.getServiceReferences(); [2024-06-04T13:06:08.851Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[231] [2024-06-04T13:06:08.852Z] for (ServiceReference r : active) { [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[239] [2024-06-04T13:06:08.852Z] private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey, [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[239] [2024-06-04T13:06:08.852Z] private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey, [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[244] [2024-06-04T13:06:08.852Z] ServiceReference result = null; [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[246] [2024-06-04T13:06:08.852Z] for (ServiceReference app : apps) { [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[264] [2024-06-04T13:06:08.852Z] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[278] [2024-06-04T13:06:08.852Z] ApplicationDescriptor appDesc = (context.getService(application)); [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[278] [2024-06-04T13:06:08.852Z] ApplicationDescriptor appDesc = (context.getService(application)); [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[291] [2024-06-04T13:06:08.852Z] ServiceReference application = getApplication(applicationHandles.getServiceReferences(), appId, [2024-06-04T13:06:08.852Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.852Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[301] [2024-06-04T13:06:08.853Z] ApplicationHandle appHandle = (ApplicationHandle) context.getService(application); [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[301] [2024-06-04T13:06:08.853Z] ApplicationHandle appHandle = (ApplicationHandle) context.getService(application); [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[317] [2024-06-04T13:06:08.853Z] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[323] [2024-06-04T13:06:08.853Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[323] [2024-06-04T13:06:08.853Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[335] [2024-06-04T13:06:08.853Z] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[341] [2024-06-04T13:06:08.853Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[341] [2024-06-04T13:06:08.853Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[353] [2024-06-04T13:06:08.853Z] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, [2024-06-04T13:06:08.853Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.853Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[359] [2024-06-04T13:06:08.854Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[359] [2024-06-04T13:06:08.854Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[373] [2024-06-04T13:06:08.854Z] ServiceReference application = getApplication(scheduledApplications.getServiceReferences(), appId, [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[379] [2024-06-04T13:06:08.854Z] ScheduledApplication schedApp = (ScheduledApplication) context.getService(application); [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[379] [2024-06-04T13:06:08.854Z] ScheduledApplication schedApp = (ScheduledApplication) context.getService(application); [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[34] [2024-06-04T13:06:08.854Z] public class AppPersistence implements ServiceTrackerCustomizer { [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[47] [2024-06-04T13:06:08.854Z] private static ServiceTracker configTracker; [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[83] [2024-06-04T13:06:08.854Z] configTracker = new ServiceTracker(context, filter, new AppPersistence()); [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[83] [2024-06-04T13:06:08.854Z] configTracker = new ServiceTracker(context, filter, new AppPersistence()); [2024-06-04T13:06:08.854Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.854Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[181] [2024-06-04T13:06:08.855Z] ServiceRegistration sr = context.registerService( [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[409] [2024-06-04T13:06:08.855Z] configLocation = (Location) context.getService(reference); [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[33] [2024-06-04T13:06:08.855Z] public class DefaultApplicationListener implements ApplicationRunnable, ServiceTrackerCustomizer { [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[36] [2024-06-04T13:06:08.855Z] private final ServiceTracker handleTracker; // tracks the default application handle [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[40] [2024-06-04T13:06:08.855Z] ServiceReference defaultRef = defaultApp.getServiceReference(); [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] [2024-06-04T13:06:08.855Z] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] [2024-06-04T13:06:08.855Z] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] Type safety: The constructor ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] [2024-06-04T13:06:08.855Z] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[135] [2024-06-04T13:06:08.855Z] return Activator.getContext().getService(reference); [2024-06-04T13:06:08.855Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.855Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[19] [2024-06-04T13:06:08.856Z] import java.security.AccessController; [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[39] [2024-06-04T13:06:08.856Z] implements IRegistryEventListener, SynchronousBundleListener, ServiceTrackerCustomizer { [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[71] [2024-06-04T13:06:08.856Z] final private ServiceTracker launcherTracker; [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[96] [2024-06-04T13:06:08.856Z] launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this); [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[96] [2024-06-04T13:06:08.856Z] launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this); [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] [2024-06-04T13:06:08.856Z] ServiceRegistration sr = (ServiceRegistration) AccessController [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] [2024-06-04T13:06:08.856Z] ServiceRegistration sr = (ServiceRegistration) AccessController [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] [2024-06-04T13:06:08.856Z] ServiceRegistration sr = (ServiceRegistration) AccessController [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] [2024-06-04T13:06:08.856Z] ServiceRegistration sr = (ServiceRegistration) AccessController [2024-06-04T13:06:08.856Z] .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, [2024-06-04T13:06:08.856Z] appDescriptor, appDescriptor.getServiceProperties())); [2024-06-04T13:06:08.856Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.856Z] Type safety: Unchecked invocation doPrivileged(EclipseAppContainer.RegisterService) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-04T13:06:08.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[198] [2024-06-04T13:06:08.857Z] .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, [2024-06-04T13:06:08.857Z] appDescriptor, appDescriptor.getServiceProperties())); [2024-06-04T13:06:08.857Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.857Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:06:08.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[198] [2024-06-04T13:06:08.857Z] .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, [2024-06-04T13:06:08.857Z] appDescriptor, appDescriptor.getServiceProperties())); [2024-06-04T13:06:08.857Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.857Z] Type safety: The expression of type EclipseAppContainer.RegisterService needs unchecked conversion to conform to PrivilegedAction [2024-06-04T13:06:08.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[222] [2024-06-04T13:06:08.857Z] PrivilegedAction getRegServiceAction(String[] serviceClasses, Object serviceObject, [2024-06-04T13:06:08.857Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.857Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-04T13:06:08.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[231] [2024-06-04T13:06:08.857Z] private class RegisterService implements PrivilegedAction { [2024-06-04T13:06:08.857Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.857Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-04T13:06:08.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[403] [2024-06-04T13:06:08.857Z] ServiceReference[] runningRefs = context.getServiceReferences(ApplicationHandle.class.getName(), [2024-06-04T13:06:08.857Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.857Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[406] [2024-06-04T13:06:08.857Z] for (ServiceReference runningRef : runningRefs) { [2024-06-04T13:06:08.857Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.857Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[407] [2024-06-04T13:06:08.857Z] ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef); [2024-06-04T13:06:08.857Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.857Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[407] [2024-06-04T13:06:08.857Z] ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef); [2024-06-04T13:06:08.857Z] ^^^^^^^^^^ [2024-06-04T13:06:08.857Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[643] [2024-06-04T13:06:08.857Z] appLauncher = (ApplicationLauncher) context.getService(reference); [2024-06-04T13:06:08.857Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.857Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[18] [2024-06-04T13:06:08.858Z] import java.security.AccessController; [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[44] [2024-06-04T13:06:08.858Z] private ServiceRegistration sr; [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[129] [2024-06-04T13:06:08.858Z] ServiceRegistration reg = getServiceRegistration(); [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[132] [2024-06-04T13:06:08.858Z] reg.setProperties(getServiceProperties()); [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[139] [2024-06-04T13:06:08.858Z] void setServiceRegistration(ServiceRegistration sr) { [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[148] [2024-06-04T13:06:08.858Z] private ServiceRegistration getServiceRegistration() { [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] [2024-06-04T13:06:08.858Z] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] [2024-06-04T13:06:08.858Z] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] [2024-06-04T13:06:08.858Z] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController [2024-06-04T13:06:08.858Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.858Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] [2024-06-04T13:06:08.858Z] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController [2024-06-04T13:06:08.858Z] .doPrivileged(appContainer.getRegServiceAction( [2024-06-04T13:06:08.858Z] new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() }, [2024-06-04T13:06:08.858Z] newAppHandle, newAppHandle.getServiceProperties())); [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] Type safety: Unchecked invocation doPrivileged(PrivilegedAction) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[200] [2024-06-04T13:06:08.859Z] .doPrivileged(appContainer.getRegServiceAction( [2024-06-04T13:06:08.859Z] new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() }, [2024-06-04T13:06:08.859Z] newAppHandle, newAppHandle.getServiceProperties())); [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[227] [2024-06-04T13:06:08.859Z] ServiceRegistration temp = getServiceRegistration(); [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[46] [2024-06-04T13:06:08.859Z] private volatile ServiceRegistration handleRegistration; [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[102] [2024-06-04T13:06:08.859Z] void setServiceRegistration(ServiceRegistration sr) { [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[110] [2024-06-04T13:06:08.859Z] private ServiceRegistration getServiceRegistration() { [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[123] [2024-06-04T13:06:08.859Z] ServiceReference getServiceReference() { [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[124] [2024-06-04T13:06:08.859Z] ServiceRegistration reg = getServiceRegistration(); [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[165] [2024-06-04T13:06:08.859Z] ServiceRegistration handleReg = getServiceRegistration(); [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.859Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[168] [2024-06-04T13:06:08.859Z] handleReg.setProperties(getServiceProperties()); [2024-06-04T13:06:08.859Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[275] [2024-06-04T13:06:08.860Z] final ServiceReference[] monitors = getStartupMonitors(); [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[287] [2024-06-04T13:06:08.860Z] for (ServiceReference m : monitors) { [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[288] [2024-06-04T13:06:08.860Z] StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m); [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[288] [2024-06-04T13:06:08.860Z] StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m); [2024-06-04T13:06:08.860Z] ^ [2024-06-04T13:06:08.860Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[298] [2024-06-04T13:06:08.860Z] private ServiceReference[] getStartupMonitors() { [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[301] [2024-06-04T13:06:08.860Z] ServiceReference[] refs = null; [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[310] [2024-06-04T13:06:08.860Z] Arrays.sort(refs, new Comparator() { [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[40] [2024-06-04T13:06:08.860Z] private ServiceRegistration sr; [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[41] [2024-06-04T13:06:08.860Z] private ServiceTracker appTracker; [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[52] [2024-06-04T13:06:08.860Z] appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null); [2024-06-04T13:06:08.860Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.860Z] Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[52] [2024-06-04T13:06:08.861Z] appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null); [2024-06-04T13:06:08.861Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:08.861Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-04T13:06:08.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[138] [2024-06-04T13:06:08.861Z] synchronized void setServiceRegistration(ServiceRegistration sr) { [2024-06-04T13:06:08.861Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.861Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-04T13:06:08.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[160] [2024-06-04T13:06:08.861Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.861Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.861Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[160] [2024-06-04T13:06:08.861Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:06:08.861Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.861Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:06:08.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[162] [2024-06-04T13:06:08.861Z] sm.checkPermission(new TopicPermission(eventTopic, TopicPermission.SUBSCRIBE)); [2024-06-04T13:06:08.861Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:08.861Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:06:08.861Z] 268 problems (268 warnings) [2024-06-04T13:06:08.861Z] [INFO] [2024-06-04T13:06:08.861Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.861Z] [INFO] [2024-06-04T13:06:08.861Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.app --- [2024-06-04T13:06:08.861Z] [INFO] [2024-06-04T13:06:08.861Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.131Z] [INFO] [2024-06-04T13:06:09.131Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.131Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/test/resources [2024-06-04T13:06:09.131Z] [INFO] [2024-06-04T13:06:09.131Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.131Z] [INFO] [2024-06-04T13:06:09.131Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.131Z] [INFO] [2024-06-04T13:06:09.131Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.132Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.100-SNAPSHOT-sources.jar [2024-06-04T13:06:09.132Z] [INFO] [2024-06-04T13:06:09.132Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.132Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.100-SNAPSHOT.jar [2024-06-04T13:06:09.132Z] [INFO] [2024-06-04T13:06:09.132Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.388Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF [2024-06-04T13:06:09.388Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:09.388Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:09.388Z] [2024-06-04T13:06:09.388Z] [INFO] [2024-06-04T13:06:09.388Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.388Z] [INFO] [2024-06-04T13:06:09.388Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.388Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF [2024-06-04T13:06:09.388Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:09.388Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:09.388Z] [2024-06-04T13:06:09.388Z] [INFO] [2024-06-04T13:06:09.388Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.644Z] [INFO] [2024-06-04T13:06:09.644Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.app --- [2024-06-04T13:06:09.644Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:06:09.644Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.100-SNAPSHOT.jar [2024-06-04T13:06:12.910Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:06:12.911Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.100-SNAPSHOT-sources.jar [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.app --- [2024-06-04T13:06:17.078Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF [2024-06-04T13:06:17.078Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:17.078Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:17.078Z] [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] -----------< org.eclipse.platform:org.eclipse.core.runtime >------------ [2024-06-04T13:06:17.078Z] [INFO] Building [bundle] Core Runtime 3.31.100-SNAPSHOT [16/523] [2024-06-04T13:06:17.078Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF [2024-06-04T13:06:17.078Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] The project's OSGi version is 3.31.100.v20240524-2010 [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/saveproperties [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] Resolving class path of [bundle] Core Runtime [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/main/resources [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/main/resources [2024-06-04T13:06:17.078Z] [INFO] [2024-06-04T13:06:17.078Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.078Z] [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:06:17.078Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.java:[18] [2024-06-04T13:06:17.079Z] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; [2024-06-04T13:06:17.079Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:17.079Z] The type ILegacyPreferences is deprecated [2024-06-04T13:06:17.079Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.java:[29] [2024-06-04T13:06:17.079Z] public class InitLegacyPreferences implements ILegacyPreferences { [2024-06-04T13:06:17.079Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:17.079Z] The type ILegacyPreferences is deprecated [2024-06-04T13:06:17.079Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java:[35] [2024-06-04T13:06:17.079Z] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; [2024-06-04T13:06:17.079Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:17.079Z] The type ILegacyPreferences is deprecated [2024-06-04T13:06:17.079Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java:[148] [2024-06-04T13:06:17.079Z] private ServiceRegistration legacyPreferencesService = null; [2024-06-04T13:06:17.079Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:17.079Z] The type ILegacyPreferences is deprecated [2024-06-04T13:06:17.079Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java:[735] [2024-06-04T13:06:17.079Z] legacyPreferencesService = context.registerService(ILegacyPreferences.class, new InitLegacyPreferences(), new Hashtable<>()); [2024-06-04T13:06:17.079Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:17.079Z] The type ILegacyPreferences is deprecated [2024-06-04T13:06:17.079Z] 5 problems (5 warnings) [2024-06-04T13:06:17.079Z] [INFO] [2024-06-04T13:06:17.079Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.079Z] [INFO] [2024-06-04T13:06:17.079Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.079Z] [INFO] [2024-06-04T13:06:17.079Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.335Z] [INFO] [2024-06-04T13:06:17.335Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.335Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/test/resources [2024-06-04T13:06:17.335Z] [INFO] [2024-06-04T13:06:17.335Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.335Z] [INFO] [2024-06-04T13:06:17.335Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.335Z] [INFO] [2024-06-04T13:06:17.335Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.336Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.100-SNAPSHOT-sources.jar [2024-06-04T13:06:17.336Z] [INFO] [2024-06-04T13:06:17.336Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.336Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.100-SNAPSHOT.jar [2024-06-04T13:06:17.336Z] [INFO] [2024-06-04T13:06:17.336Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.336Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.runtime:3.31.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF [2024-06-04T13:06:17.336Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:17.336Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:17.336Z] [2024-06-04T13:06:17.336Z] [INFO] [2024-06-04T13:06:17.336Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.336Z] [INFO] [2024-06-04T13:06:17.336Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.runtime --- [2024-06-04T13:06:17.591Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:06:17.591Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.100-SNAPSHOT.jar [2024-06-04T13:06:20.857Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:06:20.857Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.100-SNAPSHOT-sources.jar [2024-06-04T13:06:25.028Z] [INFO] [2024-06-04T13:06:25.028Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.runtime --- [2024-06-04T13:06:25.028Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.runtime:3.31.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF [2024-06-04T13:06:25.028Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:25.028Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:25.028Z] [2024-06-04T13:06:25.028Z] [INFO] [2024-06-04T13:06:25.028Z] [INFO] --------------< org.eclipse.platform:eclipse.platform.ui >-------------- [2024-06-04T13:06:25.028Z] [INFO] Building eclipse.platform.ui 4.33.0-SNAPSHOT [17/523] [2024-06-04T13:06:25.028Z] [INFO] from eclipse.platform.ui/pom.xml [2024-06-04T13:06:25.028Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:06:25.028Z] [INFO] [2024-06-04T13:06:25.028Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.ui --- [2024-06-04T13:06:25.028Z] [INFO] [2024-06-04T13:06:25.028Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui --- [2024-06-04T13:06:25.029Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/saveproperties [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ui --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui --- [2024-06-04T13:06:25.029Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/src/main/resources [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.ui --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.ui --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.ui --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.ui --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] ------------------< org.eclipse.platform:ui-bundles >------------------- [2024-06-04T13:06:25.029Z] [INFO] Building [aggregator] bundles 4.33.0-SNAPSHOT [18/523] [2024-06-04T13:06:25.029Z] [INFO] from eclipse.platform.ui/bundles/.polyglot.pom.tycho [2024-06-04T13:06:25.029Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- clean:3.3.2:clean (default-clean) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/saveproperties [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/src/main/resources [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ ui-bundles --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] -----------< org.eclipse.platform:org.eclipse.core.commands >----------- [2024-06-04T13:06:25.029Z] [INFO] Building [bundle] Commands 3.12.100-SNAPSHOT [19/523] [2024-06-04T13:06:25.029Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF [2024-06-04T13:06:25.029Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] The project's OSGi version is 3.12.100.v20240424-0956 [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/saveproperties [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] Resolving class path of [bundle] Commands [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/main/resources [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.029Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.029Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/main/resources [2024-06-04T13:06:25.029Z] [INFO] [2024-06-04T13:06:25.030Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.030Z] [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:06:25.030Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/org/eclipse/core/internal/commands/util/Util.java:[258] [2024-06-04T13:06:25.030Z] boolean accessible = method.isAccessible(); [2024-06-04T13:06:25.030Z] ^^^^^^^^^^^^^^ [2024-06-04T13:06:25.030Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9 [2024-06-04T13:06:25.030Z] 1 problem (1 warning) [2024-06-04T13:06:25.030Z] [INFO] [2024-06-04T13:06:25.030Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.030Z] [INFO] [2024-06-04T13:06:25.030Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.030Z] [INFO] [2024-06-04T13:06:25.030Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.286Z] [INFO] [2024-06-04T13:06:25.286Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.286Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/test/resources [2024-06-04T13:06:25.286Z] [INFO] [2024-06-04T13:06:25.286Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.286Z] [INFO] [2024-06-04T13:06:25.286Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.286Z] [INFO] [2024-06-04T13:06:25.286Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.286Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.100-SNAPSHOT-sources.jar [2024-06-04T13:06:25.544Z] [INFO] [2024-06-04T13:06:25.544Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.544Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.100-SNAPSHOT.jar [2024-06-04T13:06:25.544Z] [INFO] [2024-06-04T13:06:25.544Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.544Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF [2024-06-04T13:06:25.544Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:25.544Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:25.544Z] [2024-06-04T13:06:25.544Z] [INFO] [2024-06-04T13:06:25.544Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.800Z] [INFO] [2024-06-04T13:06:25.800Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.commands --- [2024-06-04T13:06:25.800Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:06:25.800Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.100-SNAPSHOT.jar [2024-06-04T13:06:29.069Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:06:29.069Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.100-SNAPSHOT-sources.jar [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.commands --- [2024-06-04T13:06:33.246Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF [2024-06-04T13:06:33.246Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:33.246Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:06:33.246Z] [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] -------------< eclipse.platform.swt:eclipse.platform.swt >-------------- [2024-06-04T13:06:33.246Z] [INFO] Building eclipse.platform.swt 4.33.0-SNAPSHOT [20/523] [2024-06-04T13:06:33.246Z] [INFO] from eclipse.platform.swt/pom.xml [2024-06-04T13:06:33.246Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/saveproperties [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/src/main/resources [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.swt --- [2024-06-04T13:06:33.246Z] [INFO] [2024-06-04T13:06:33.246Z] [INFO] ------------------< org.eclipse.swt:org.eclipse.swt >------------------- [2024-06-04T13:06:33.246Z] [INFO] Building org.eclipse.swt 3.126.0-SNAPSHOT [21/523] [2024-06-04T13:06:33.246Z] [INFO] from eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [2024-06-04T13:06:33.246Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:06:33.246Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le], 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@44dba492 [2024-06-04T13:06:33.247Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:06:36.519Z] [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 [2024-06-04T13:06:37.448Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:06:38.816Z] [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 [2024-06-04T13:06:38.817Z] [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 [2024-06-04T13:06:39.076Z] [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 [2024-06-04T13:06:40.009Z] [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 [2024-06-04T13:06:40.009Z] [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 [2024-06-04T13:06:40.268Z] [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 [2024-06-04T13:06:40.837Z] [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 [2024-06-04T13:06:41.093Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] The project's OSGi version is 3.126.0.v20240528-0813 [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/saveproperties [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] Resolving class path of org.eclipse.swt [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/src/test/resources [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt --- [2024-06-04T13:06:41.094Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.126.0-SNAPSHOT.jar [2024-06-04T13:06:41.094Z] [INFO] [2024-06-04T13:06:41.094Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt --- [2024-06-04T13:06:41.351Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [2024-06-04T13:06:41.351Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:41.351Z] [2024-06-04T13:06:41.351Z] [INFO] [2024-06-04T13:06:41.351Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt --- [2024-06-04T13:06:41.351Z] [INFO] [2024-06-04T13:06:41.351Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt --- [2024-06-04T13:06:41.351Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.126.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:06:41.351Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.126.0-SNAPSHOT.jar [2024-06-04T13:06:44.673Z] [INFO] [2024-06-04T13:06:44.673Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.swt --- [2024-06-04T13:06:44.673Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [2024-06-04T13:06:44.673Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:06:44.673Z] [2024-06-04T13:06:44.673Z] [INFO] [2024-06-04T13:06:44.673Z] [INFO] -----------< org.eclipse.swt:eclipse.platform.swt.binaries >------------ [2024-06-04T13:06:44.673Z] [INFO] Building eclipse.platform.swt.binaries 4.33.0-SNAPSHOT [22/523] [2024-06-04T13:06:44.673Z] [INFO] from eclipse.platform.swt/binaries/pom.xml [2024-06-04T13:06:44.673Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:06:44.673Z] [INFO] [2024-06-04T13:06:44.673Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:44.673Z] [INFO] [2024-06-04T13:06:44.673Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:44.673Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/saveproperties [2024-06-04T13:06:44.673Z] [INFO] [2024-06-04T13:06:44.673Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:44.673Z] [INFO] [2024-06-04T13:06:44.673Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:44.673Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/src/main/resources [2024-06-04T13:06:44.673Z] [INFO] [2024-06-04T13:06:44.673Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:44.673Z] [INFO] [2024-06-04T13:06:44.673Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:45.235Z] [INFO] Tests are skipped. [2024-06-04T13:06:45.235Z] [INFO] [2024-06-04T13:06:45.235Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:45.235Z] [INFO] [2024-06-04T13:06:45.235Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:45.235Z] [INFO] [2024-06-04T13:06:45.235Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:45.235Z] [INFO] [2024-06-04T13:06:45.235Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.swt.binaries --- [2024-06-04T13:06:45.235Z] [INFO] [2024-06-04T13:06:45.235Z] [INFO] ----------< org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64 >---------- [2024-06-04T13:06:45.235Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK on x86_64 3.126.0-SNAPSHOT [23/523] [2024-06-04T13:06:45.235Z] [INFO] from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/.polyglot.META-INF [2024-06-04T13:06:45.235Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:06:45.235Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64], 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@44dba492 [2024-06-04T13:06:45.492Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:06:49.661Z] [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 [2024-06-04T13:06:49.919Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:06:51.285Z] [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 [2024-06-04T13:06:51.286Z] [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 [2024-06-04T13:06:51.546Z] [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 [2024-06-04T13:06:52.480Z] [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 [2024-06-04T13:06:52.481Z] [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 [2024-06-04T13:06:52.738Z] [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 [2024-06-04T13:06:53.301Z] [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 [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.301Z] [INFO] The project's OSGi version is 3.126.0.v20240528-0813 [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.301Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/saveproperties [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.301Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK on x86_64 [2024-06-04T13:06:53.301Z] [INFO] [2024-06-04T13:06:53.301Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.557Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/main/resources [2024-06-04T13:06:53.557Z] [INFO] [2024-06-04T13:06:53.557Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:53.557Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/main/resources [2024-06-04T13:06:53.557Z] [INFO] [2024-06-04T13:06:53.557Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:54.120Z] [INFO] Executing tasks [2024-06-04T13:06:54.120Z] [INFO] Executed tasks [2024-06-04T13:06:54.120Z] [INFO] [2024-06-04T13:06:54.120Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:54.120Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:06:54.120Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] [2024-06-04T13:06:59.383Z] listener.getCaption(event); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] [2024-06-04T13:06:59.383Z] listener.getSummary(event); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] [2024-06-04T13:06:59.383Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] [2024-06-04T13:06:59.383Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] [2024-06-04T13:06:59.383Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] [2024-06-04T13:06:59.383Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] [2024-06-04T13:06:59.383Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2885] [2024-06-04T13:06:59.383Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3148] [2024-06-04T13:06:59.383Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] [2024-06-04T13:06:59.383Z] imageWidth = image.getBoundsInPixels ().width; [2024-06-04T13:06:59.383Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.383Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.383Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] [2024-06-04T13:06:59.383Z] iWidth = image.getBoundsInPixels ().width; [2024-06-04T13:06:59.384Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.384Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.384Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] [2024-06-04T13:06:59.384Z] iHeight = image.getBoundsInPixels ().height; [2024-06-04T13:06:59.384Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.384Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.384Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3084] [2024-06-04T13:06:59.384Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:06:59.384Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.384Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.384Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3342] [2024-06-04T13:06:59.384Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:06:59.384Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.384Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.384Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] [2024-06-04T13:06:59.384Z] imageWidth = image.getBoundsInPixels ().width; [2024-06-04T13:06:59.384Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.384Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.384Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] [2024-06-04T13:06:59.384Z] iWidth = image.getBoundsInPixels ().width; [2024-06-04T13:06:59.384Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.384Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.384Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] [2024-06-04T13:06:59.384Z] iHeight = image.getBoundsInPixels ().height; [2024-06-04T13:06:59.384Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:06:59.384Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:06:59.384Z] 17 problems (17 warnings) [2024-06-04T13:06:59.384Z] [INFO] [2024-06-04T13:06:59.384Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:59.384Z] [INFO] [2024-06-04T13:06:59.384Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:06:59.384Z] [INFO] [2024-06-04T13:06:59.384Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:03.551Z] [INFO] [2024-06-04T13:07:03.551Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:03.551Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/test/resources [2024-06-04T13:07:03.551Z] [INFO] [2024-06-04T13:07:03.552Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:03.552Z] [INFO] [2024-06-04T13:07:03.552Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:03.552Z] [INFO] Tests are skipped. [2024-06-04T13:07:03.552Z] [INFO] [2024-06-04T13:07:03.552Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:03.552Z] [INFO] [2024-06-04T13:07:03.552Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:03.552Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:07:03.552Z] [INFO] [2024-06-04T13:07:03.552Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:03.828Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.126.0-SNAPSHOT.jar [2024-06-04T13:07:04.084Z] [INFO] [2024-06-04T13:07:04.084Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:04.340Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/.polyglot.META-INF [2024-06-04T13:07:04.340Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:07:04.340Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:07:04.340Z] [2024-06-04T13:07:04.595Z] [INFO] [2024-06-04T13:07:04.595Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:04.595Z] [INFO] Executing tasks [2024-06-04T13:07:04.595Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload [2024-06-04T13:07:04.595Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/@dot.src [2024-06-04T13:07:04.595Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload [2024-06-04T13:07:04.595Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload/swt.jar [2024-06-04T13:07:05.523Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload/src.zip [2024-06-04T13:07:05.523Z] [INFO] [zip] library/build.sh already added, skipping [2024-06-04T13:07:05.778Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swt-I20240604-1303-gtk-linux-x86_64.zip [2024-06-04T13:07:06.034Z] [INFO] Executed tasks [2024-06-04T13:07:06.034Z] [INFO] [2024-06-04T13:07:06.034Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:06.961Z] [INFO] [2024-06-04T13:07:06.961Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:07.522Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.126.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:07:07.522Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.126.0-SNAPSHOT.jar [2024-06-04T13:07:12.763Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.126.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:07:12.763Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:07:18.014Z] [INFO] [2024-06-04T13:07:18.014Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-06-04T13:07:18.014Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/.polyglot.META-INF [2024-06-04T13:07:18.014Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:07:18.014Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:07:18.014Z] [2024-06-04T13:07:18.014Z] [INFO] [2024-06-04T13:07:18.014Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64 >-------- [2024-06-04T13:07:18.014Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 3.126.0-SNAPSHOT [24/523] [2024-06-04T13:07:18.014Z] [INFO] from eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF [2024-06-04T13:07:18.014Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:07:18.014Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[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@44dba492 [2024-06-04T13:07:18.015Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:07:22.182Z] [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 [2024-06-04T13:07:22.438Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:07:23.365Z] [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 [2024-06-04T13:07:23.622Z] [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 [2024-06-04T13:07:23.878Z] [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 [2024-06-04T13:07:24.806Z] [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 [2024-06-04T13:07:24.806Z] [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 [2024-06-04T13:07:25.368Z] [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 [2024-06-04T13:07:25.624Z] [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 [2024-06-04T13:07:25.879Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] The project's OSGi version is 3.126.0.v20240528-0813 [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/saveproperties [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:25.880Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources [2024-06-04T13:07:25.880Z] [INFO] [2024-06-04T13:07:25.880Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:26.136Z] [INFO] Executing tasks [2024-06-04T13:07:26.136Z] [INFO] Executed tasks [2024-06-04T13:07:26.136Z] [INFO] [2024-06-04T13:07:26.136Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:26.136Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:07:26.136Z] [INFO] Compiling 598 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:07:30.366Z] [INFO] [2024-06-04T13:07:30.366Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:30.366Z] [INFO] [2024-06-04T13:07:30.366Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:30.366Z] [INFO] [2024-06-04T13:07:30.366Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:34.530Z] [INFO] [2024-06-04T13:07:34.530Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:34.530Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/test/resources [2024-06-04T13:07:34.530Z] [INFO] [2024-06-04T13:07:34.530Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:34.530Z] [INFO] [2024-06-04T13:07:34.530Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:34.530Z] [INFO] Tests are skipped. [2024-06-04T13:07:34.530Z] [INFO] [2024-06-04T13:07:34.530Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:34.530Z] [INFO] [2024-06-04T13:07:34.530Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:34.530Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:07:34.530Z] [INFO] [2024-06-04T13:07:34.530Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:34.786Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.126.0-SNAPSHOT.jar [2024-06-04T13:07:35.045Z] [INFO] [2024-06-04T13:07:35.045Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:35.975Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF [2024-06-04T13:07:35.975Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:07:35.975Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:07:35.975Z] [2024-06-04T13:07:35.975Z] [INFO] [2024-06-04T13:07:35.975Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:35.975Z] [INFO] Executing tasks [2024-06-04T13:07:35.975Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload [2024-06-04T13:07:35.975Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/@dot.src [2024-06-04T13:07:35.976Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload [2024-06-04T13:07:35.976Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload/swt.jar [2024-06-04T13:07:36.902Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload/src.zip [2024-06-04T13:07:36.902Z] [INFO] [zip] library/build.sh already added, skipping [2024-06-04T13:07:37.462Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swt-I20240604-1303-cocoa-macosx-aarch64.zip [2024-06-04T13:07:37.718Z] [INFO] Executed tasks [2024-06-04T13:07:37.718Z] [INFO] [2024-06-04T13:07:37.718Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:38.644Z] [INFO] [2024-06-04T13:07:38.644Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:39.572Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.126.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:07:39.572Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.126.0-SNAPSHOT.jar [2024-06-04T13:07:46.107Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.126.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:07:46.107Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:07:50.274Z] [INFO] [2024-06-04T13:07:50.274Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-06-04T13:07:50.836Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF [2024-06-04T13:07:50.836Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:07:50.836Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:07:50.836Z] [2024-06-04T13:07:50.836Z] [INFO] [2024-06-04T13:07:50.836Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le >---------- [2024-06-04T13:07:50.836Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK on ppc64le 3.126.0-SNAPSHOT [25/523] [2024-06-04T13:07:50.836Z] [INFO] from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/.polyglot.META-INF [2024-06-04T13:07:50.836Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:07:50.836Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/ppc64le], 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@44dba492 [2024-06-04T13:07:50.837Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:07:55.003Z] [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 [2024-06-04T13:07:55.260Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:07:56.627Z] [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 [2024-06-04T13:07:56.628Z] [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 [2024-06-04T13:07:56.885Z] [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 [2024-06-04T13:07:57.818Z] [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 [2024-06-04T13:07:57.826Z] [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 [2024-06-04T13:07:58.094Z] [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 [2024-06-04T13:07:58.667Z] [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 [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] The project's OSGi version is 3.126.0.v20240528-0813 [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/saveproperties [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK on ppc64le [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.668Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources [2024-06-04T13:07:58.668Z] [INFO] [2024-06-04T13:07:58.668Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.925Z] [INFO] Executing tasks [2024-06-04T13:07:58.925Z] [INFO] Executed tasks [2024-06-04T13:07:58.925Z] [INFO] [2024-06-04T13:07:58.925Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:07:58.925Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:07:58.925Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:08:03.139Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] [2024-06-04T13:08:03.139Z] listener.getCaption(event); [2024-06-04T13:08:03.139Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.139Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:08:03.139Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] [2024-06-04T13:08:03.139Z] listener.getSummary(event); [2024-06-04T13:08:03.139Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.139Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:08:03.139Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] [2024-06-04T13:08:03.139Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:08:03.139Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.139Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.139Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] [2024-06-04T13:08:03.139Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:08:03.139Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.139Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.139Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] [2024-06-04T13:08:03.140Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] [2024-06-04T13:08:03.140Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] [2024-06-04T13:08:03.140Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2885] [2024-06-04T13:08:03.140Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3148] [2024-06-04T13:08:03.140Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] [2024-06-04T13:08:03.140Z] imageWidth = image.getBoundsInPixels ().width; [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] [2024-06-04T13:08:03.140Z] iWidth = image.getBoundsInPixels ().width; [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] [2024-06-04T13:08:03.140Z] iHeight = image.getBoundsInPixels ().height; [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3084] [2024-06-04T13:08:03.140Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.140Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3342] [2024-06-04T13:08:03.140Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:08:03.140Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.141Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.141Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] [2024-06-04T13:08:03.141Z] imageWidth = image.getBoundsInPixels ().width; [2024-06-04T13:08:03.141Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.141Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.141Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] [2024-06-04T13:08:03.141Z] iWidth = image.getBoundsInPixels ().width; [2024-06-04T13:08:03.141Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.141Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.141Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] [2024-06-04T13:08:03.141Z] iHeight = image.getBoundsInPixels ().height; [2024-06-04T13:08:03.141Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:03.141Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:03.141Z] 17 problems (17 warnings) [2024-06-04T13:08:03.141Z] [INFO] [2024-06-04T13:08:03.141Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:03.141Z] [INFO] [2024-06-04T13:08:03.141Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:03.141Z] [INFO] [2024-06-04T13:08:03.141Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:05.661Z] [INFO] [2024-06-04T13:08:05.661Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:05.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/test/resources [2024-06-04T13:08:05.661Z] [INFO] [2024-06-04T13:08:05.661Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:05.661Z] [INFO] [2024-06-04T13:08:05.661Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:05.661Z] [INFO] Tests are skipped. [2024-06-04T13:08:05.661Z] [INFO] [2024-06-04T13:08:05.661Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:05.661Z] [INFO] [2024-06-04T13:08:05.661Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:05.661Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:08:06.233Z] [INFO] [2024-06-04T13:08:06.233Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:06.233Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.126.0-SNAPSHOT.jar [2024-06-04T13:08:06.491Z] [INFO] [2024-06-04T13:08:06.491Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:07.055Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/.polyglot.META-INF [2024-06-04T13:08:07.055Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:08:07.055Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:08:07.055Z] [2024-06-04T13:08:07.055Z] [INFO] [2024-06-04T13:08:07.055Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:07.055Z] [INFO] Executing tasks [2024-06-04T13:08:07.055Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload [2024-06-04T13:08:07.055Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/@dot.src [2024-06-04T13:08:07.055Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload [2024-06-04T13:08:07.055Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload/swt.jar [2024-06-04T13:08:07.627Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload/src.zip [2024-06-04T13:08:07.627Z] [INFO] [zip] library/build.sh already added, skipping [2024-06-04T13:08:08.190Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swt-I20240604-1303-gtk-linux-ppc64le.zip [2024-06-04T13:08:08.190Z] [INFO] Executed tasks [2024-06-04T13:08:08.190Z] [INFO] [2024-06-04T13:08:08.190Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:09.120Z] [INFO] [2024-06-04T13:08:09.120Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:09.683Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.126.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:08:09.683Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.126.0-SNAPSHOT.jar [2024-06-04T13:08:16.229Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.126.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:08:16.229Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:08:20.417Z] [INFO] [2024-06-04T13:08:20.417Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-06-04T13:08:20.417Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/.polyglot.META-INF [2024-06-04T13:08:20.417Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:08:20.417Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:08:20.417Z] [2024-06-04T13:08:20.417Z] [INFO] [2024-06-04T13:08:20.417Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64 >---------- [2024-06-04T13:08:20.417Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK on aarch64 3.126.0-SNAPSHOT [26/523] [2024-06-04T13:08:20.417Z] [INFO] from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/.polyglot.META-INF [2024-06-04T13:08:20.417Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:08:20.418Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/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@44dba492 [2024-06-04T13:08:20.418Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:08:24.596Z] [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 [2024-06-04T13:08:24.852Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:08:26.219Z] [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 [2024-06-04T13:08:26.220Z] [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 [2024-06-04T13:08:26.477Z] [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 [2024-06-04T13:08:27.405Z] [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 [2024-06-04T13:08:27.406Z] [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 [2024-06-04T13:08:27.969Z] [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 [2024-06-04T13:08:28.226Z] [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 [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] The project's OSGi version is 3.126.0.v20240528-0813 [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/saveproperties [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK on aarch64 [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/main/resources [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/main/resources [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.482Z] [INFO] Executing tasks [2024-06-04T13:08:28.482Z] [INFO] Executed tasks [2024-06-04T13:08:28.482Z] [INFO] [2024-06-04T13:08:28.482Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:28.738Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:08:28.739Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:08:32.929Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] [2024-06-04T13:08:32.929Z] listener.getCaption(event); [2024-06-04T13:08:32.929Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.929Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:08:32.929Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] [2024-06-04T13:08:32.929Z] listener.getSummary(event); [2024-06-04T13:08:32.929Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] [2024-06-04T13:08:32.930Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] [2024-06-04T13:08:32.930Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] [2024-06-04T13:08:32.930Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] [2024-06-04T13:08:32.930Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] [2024-06-04T13:08:32.930Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2885] [2024-06-04T13:08:32.930Z] bounds = image.getBoundsInPixels(); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3148] [2024-06-04T13:08:32.930Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] [2024-06-04T13:08:32.930Z] imageWidth = image.getBoundsInPixels ().width; [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] [2024-06-04T13:08:32.930Z] iWidth = image.getBoundsInPixels ().width; [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] [2024-06-04T13:08:32.930Z] iHeight = image.getBoundsInPixels ().height; [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3084] [2024-06-04T13:08:32.930Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3342] [2024-06-04T13:08:32.930Z] bounds = image.getBoundsInPixels (); [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] [2024-06-04T13:08:32.930Z] imageWidth = image.getBoundsInPixels ().width; [2024-06-04T13:08:32.930Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.930Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.930Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] [2024-06-04T13:08:32.931Z] iWidth = image.getBoundsInPixels ().width; [2024-06-04T13:08:32.931Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.931Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.931Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] [2024-06-04T13:08:32.931Z] iHeight = image.getBoundsInPixels ().height; [2024-06-04T13:08:32.931Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:08:32.931Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:08:32.931Z] 17 problems (17 warnings) [2024-06-04T13:08:32.931Z] [INFO] [2024-06-04T13:08:32.931Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:32.931Z] [INFO] [2024-06-04T13:08:32.931Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:32.931Z] [INFO] [2024-06-04T13:08:32.931Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:35.447Z] [INFO] [2024-06-04T13:08:35.447Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:35.447Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/test/resources [2024-06-04T13:08:35.447Z] [INFO] [2024-06-04T13:08:35.447Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:35.447Z] [INFO] [2024-06-04T13:08:35.447Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:35.447Z] [INFO] Tests are skipped. [2024-06-04T13:08:35.447Z] [INFO] [2024-06-04T13:08:35.447Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:35.447Z] [INFO] [2024-06-04T13:08:35.447Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:35.447Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:08:36.033Z] [INFO] [2024-06-04T13:08:36.033Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:36.033Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.126.0-SNAPSHOT.jar [2024-06-04T13:08:36.294Z] [INFO] [2024-06-04T13:08:36.294Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:36.550Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/.polyglot.META-INF [2024-06-04T13:08:36.550Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:08:36.550Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:08:36.550Z] [2024-06-04T13:08:36.550Z] [INFO] [2024-06-04T13:08:36.550Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:36.806Z] [INFO] Executing tasks [2024-06-04T13:08:36.806Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload [2024-06-04T13:08:36.806Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/@dot.src [2024-06-04T13:08:36.806Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload [2024-06-04T13:08:36.806Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload/swt.jar [2024-06-04T13:08:37.369Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload/src.zip [2024-06-04T13:08:37.369Z] [INFO] [zip] library/build.sh already added, skipping [2024-06-04T13:08:37.625Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swt-I20240604-1303-gtk-linux-aarch64.zip [2024-06-04T13:08:37.881Z] [INFO] Executed tasks [2024-06-04T13:08:37.881Z] [INFO] [2024-06-04T13:08:37.881Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:38.830Z] [INFO] [2024-06-04T13:08:38.830Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:39.393Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.126.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:08:39.393Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.126.0-SNAPSHOT.jar [2024-06-04T13:08:45.938Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.126.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:08:45.938Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:08:50.107Z] [INFO] [2024-06-04T13:08:50.107Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-06-04T13:08:50.107Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/.polyglot.META-INF [2024-06-04T13:08:50.107Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:08:50.107Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:08:50.107Z] [2024-06-04T13:08:50.107Z] [INFO] [2024-06-04T13:08:50.107Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64 >--------- [2024-06-04T13:08:50.107Z] [INFO] Building [bundle] Standard Widget Toolkit for Windows on x86_64 3.126.0-SNAPSHOT [27/523] [2024-06-04T13:08:50.107Z] [INFO] from eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF [2024-06-04T13:08:50.107Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:08:50.107Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[win32/win32/x86_64], 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@44dba492 [2024-06-04T13:08:50.108Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:08:54.277Z] [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 [2024-06-04T13:08:54.277Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:08:55.644Z] [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 [2024-06-04T13:08:55.646Z] [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 [2024-06-04T13:08:55.647Z] [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 [2024-06-04T13:08:56.576Z] [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 [2024-06-04T13:08:56.576Z] [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 [2024-06-04T13:08:57.138Z] [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 [2024-06-04T13:08:57.394Z] [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 [2024-06-04T13:08:57.651Z] [INFO] Resolving test dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] The project's OSGi version is 3.126.0.v20240528-0813 [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/saveproperties [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Windows on x86_64 [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/main/resources [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/main/resources [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.651Z] [INFO] Executing tasks [2024-06-04T13:08:57.651Z] [INFO] Executed tasks [2024-06-04T13:08:57.651Z] [INFO] [2024-06-04T13:08:57.651Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:08:57.908Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:08:57.908Z] [INFO] Compiling 627 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:09:02.105Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[3855] [2024-06-04T13:09:02.105Z] listener.getCaption(event); [2024-06-04T13:09:02.105Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.105Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[4043] [2024-06-04T13:09:02.106Z] listener.getSummary(event); [2024-06-04T13:09:02.106Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.106Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2025] [2024-06-04T13:09:02.106Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYDOWN, domListener); [2024-06-04T13:09:02.106Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.106Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2026] [2024-06-04T13:09:02.106Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYPRESS, domListener); [2024-06-04T13:09:02.106Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.106Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2027] [2024-06-04T13:09:02.106Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYUP, domListener); [2024-06-04T13:09:02.106Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.106Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2028] [2024-06-04T13:09:02.106Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEDOWN, domListener); [2024-06-04T13:09:02.106Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.106Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2029] [2024-06-04T13:09:02.106Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEUP, domListener); [2024-06-04T13:09:02.106Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.106Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2030] [2024-06-04T13:09:02.106Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEWHEEL, domListener); [2024-06-04T13:09:02.106Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.106Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2031] [2024-06-04T13:09:02.106Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDBLCLICK, domListener); [2024-06-04T13:09:02.106Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.106Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.106Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2032] [2024-06-04T13:09:02.106Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEMOVE, domListener); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2033] [2024-06-04T13:09:02.107Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGSTART, domListener); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2034] [2024-06-04T13:09:02.107Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGEND, domListener); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2035] [2024-06-04T13:09:02.107Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOVER, domListener); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2036] [2024-06-04T13:09:02.107Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOUT, domListener); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java:[506] [2024-06-04T13:09:02.107Z] offsetX = image.getBoundsInPixels().width - offsetX; [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java:[468] [2024-06-04T13:09:02.107Z] Rectangle rect = image.getBoundsInPixels(); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[49] [2024-06-04T13:09:02.107Z] Rectangle rect = image.getBoundsInPixels(); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[372] [2024-06-04T13:09:02.107Z] ImageData data = image.getImageDataAtCurrentZoom(); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[129] [2024-06-04T13:09:02.107Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.107Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[227] [2024-06-04T13:09:02.107Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:09:02.107Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.107Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java:[1163] [2024-06-04T13:09:02.108Z] ImageData data = image.getImageDataAtCurrentZoom(); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java:[506] [2024-06-04T13:09:02.108Z] Rectangle bounds = image.getBoundsInPixels (); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1170] [2024-06-04T13:09:02.108Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1192] [2024-06-04T13:09:02.108Z] Rectangle rect = item.image.getBoundsInPixels (); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2852] [2024-06-04T13:09:02.108Z] Rectangle bounds = image.getBoundsInPixels (); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2892] [2024-06-04T13:09:02.108Z] Rectangle bounds = image.getBoundsInPixels (); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6968] [2024-06-04T13:09:02.108Z] int y = Math.max (0, (nmcd.bottom - columns[i].image.getBoundsInPixels().height) / 2); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6970] [2024-06-04T13:09:02.108Z] x += columns[i].image.getBoundsInPixels().width + 12; [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[7294] [2024-06-04T13:09:02.108Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java:[416] [2024-06-04T13:09:02.108Z] Rectangle bounds = image.getBoundsInPixels (); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java:[388] [2024-06-04T13:09:02.108Z] Rectangle bounds = headerImage.getBoundsInPixels (); [2024-06-04T13:09:02.108Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:02.108Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:02.108Z] 31 problems (31 warnings) [2024-06-04T13:09:02.108Z] [INFO] [2024-06-04T13:09:02.108Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:02.108Z] [INFO] [2024-06-04T13:09:02.108Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:02.108Z] [INFO] [2024-06-04T13:09:02.108Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:05.388Z] [INFO] [2024-06-04T13:09:05.388Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:05.389Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/test/resources [2024-06-04T13:09:05.389Z] [INFO] [2024-06-04T13:09:05.389Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:05.389Z] [INFO] Resolving JUnit 5 classpath container [2024-06-04T13:09:05.389Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:09:05.389Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/test-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:09:05.389Z] [INFO] [2024-06-04T13:09:05.389Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:05.389Z] [INFO] Tests are skipped. [2024-06-04T13:09:05.389Z] [INFO] [2024-06-04T13:09:05.389Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:05.389Z] [INFO] [2024-06-04T13:09:05.389Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:05.389Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:09:05.681Z] [INFO] [2024-06-04T13:09:05.681Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:05.681Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.126.0-SNAPSHOT.jar [2024-06-04T13:09:06.251Z] [INFO] [2024-06-04T13:09:06.251Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:06.834Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF [2024-06-04T13:09:06.834Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:09:06.834Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:09:06.835Z] [2024-06-04T13:09:06.835Z] [INFO] [2024-06-04T13:09:06.835Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:06.835Z] [INFO] Executing tasks [2024-06-04T13:09:06.835Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload [2024-06-04T13:09:06.835Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/@dot.src [2024-06-04T13:09:06.835Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload [2024-06-04T13:09:07.090Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload/swt.jar [2024-06-04T13:09:07.652Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload/src.zip [2024-06-04T13:09:08.216Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swt-I20240604-1303-win32-win32-x86_64.zip [2024-06-04T13:09:08.216Z] [INFO] Executed tasks [2024-06-04T13:09:08.216Z] [INFO] [2024-06-04T13:09:08.216Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:09.145Z] [INFO] [2024-06-04T13:09:09.145Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:10.072Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.126.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:09:10.072Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.126.0-SNAPSHOT.jar [2024-06-04T13:09:16.607Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.126.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:09:16.607Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:09:20.772Z] [INFO] [2024-06-04T13:09:20.772Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-06-04T13:09:21.028Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF [2024-06-04T13:09:21.028Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:09:21.028Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:09:21.028Z] [2024-06-04T13:09:21.028Z] [INFO] [2024-06-04T13:09:21.028Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.win32.win32.aarch64 >--------- [2024-06-04T13:09:21.028Z] [INFO] Building [bundle] Standard Widget Toolkit for Windows on aarch64 3.126.0-SNAPSHOT [28/523] [2024-06-04T13:09:21.028Z] [INFO] from eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/.polyglot.META-INF [2024-06-04T13:09:21.028Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:09:21.028Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[win32/win32/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@44dba492 [2024-06-04T13:09:21.028Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:09:25.196Z] [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 [2024-06-04T13:09:25.454Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:09:26.826Z] [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 [2024-06-04T13:09:26.828Z] [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 [2024-06-04T13:09:27.086Z] [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 [2024-06-04T13:09:27.648Z] [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 [2024-06-04T13:09:27.905Z] [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 [2024-06-04T13:09:28.161Z] [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 [2024-06-04T13:09:28.728Z] [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 [2024-06-04T13:09:28.728Z] [INFO] Resolving test dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.aarch64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/.polyglot.META-INF [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] The project's OSGi version is 3.126.0.v20240528-0813 [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/saveproperties [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Windows on aarch64 [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.728Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.728Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/src/main/resources [2024-06-04T13:09:28.728Z] [INFO] [2024-06-04T13:09:28.729Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.729Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/src/main/resources [2024-06-04T13:09:28.729Z] [INFO] [2024-06-04T13:09:28.729Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.729Z] [INFO] Executing tasks [2024-06-04T13:09:28.985Z] [INFO] Executed tasks [2024-06-04T13:09:28.985Z] [INFO] [2024-06-04T13:09:28.985Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:28.985Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:09:28.985Z] [INFO] Compiling 627 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:09:32.266Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[3855] [2024-06-04T13:09:32.266Z] listener.getCaption(event); [2024-06-04T13:09:32.266Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.266Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:09:32.266Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[4043] [2024-06-04T13:09:32.266Z] listener.getSummary(event); [2024-06-04T13:09:32.266Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.266Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-06-04T13:09:32.266Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2025] [2024-06-04T13:09:32.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYDOWN, domListener); [2024-06-04T13:09:32.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.266Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2026] [2024-06-04T13:09:32.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYPRESS, domListener); [2024-06-04T13:09:32.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.266Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2027] [2024-06-04T13:09:32.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYUP, domListener); [2024-06-04T13:09:32.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.266Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2028] [2024-06-04T13:09:32.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEDOWN, domListener); [2024-06-04T13:09:32.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.266Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2029] [2024-06-04T13:09:32.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEUP, domListener); [2024-06-04T13:09:32.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.266Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2030] [2024-06-04T13:09:32.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEWHEEL, domListener); [2024-06-04T13:09:32.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2031] [2024-06-04T13:09:32.267Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDBLCLICK, domListener); [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2032] [2024-06-04T13:09:32.267Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEMOVE, domListener); [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2033] [2024-06-04T13:09:32.267Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGSTART, domListener); [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2034] [2024-06-04T13:09:32.267Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGEND, domListener); [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2035] [2024-06-04T13:09:32.267Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOVER, domListener); [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2036] [2024-06-04T13:09:32.267Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOUT, domListener); [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java:[506] [2024-06-04T13:09:32.267Z] offsetX = image.getBoundsInPixels().width - offsetX; [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java:[468] [2024-06-04T13:09:32.267Z] Rectangle rect = image.getBoundsInPixels(); [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[49] [2024-06-04T13:09:32.267Z] Rectangle rect = image.getBoundsInPixels(); [2024-06-04T13:09:32.267Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.267Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[372] [2024-06-04T13:09:32.268Z] ImageData data = image.getImageDataAtCurrentZoom(); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[129] [2024-06-04T13:09:32.268Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[227] [2024-06-04T13:09:32.268Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java:[1163] [2024-06-04T13:09:32.268Z] ImageData data = image.getImageDataAtCurrentZoom(); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java:[506] [2024-06-04T13:09:32.268Z] Rectangle bounds = image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1170] [2024-06-04T13:09:32.268Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1192] [2024-06-04T13:09:32.268Z] Rectangle rect = item.image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2852] [2024-06-04T13:09:32.268Z] Rectangle bounds = image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2892] [2024-06-04T13:09:32.268Z] Rectangle bounds = image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6968] [2024-06-04T13:09:32.268Z] int y = Math.max (0, (nmcd.bottom - columns[i].image.getBoundsInPixels().height) / 2); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6970] [2024-06-04T13:09:32.268Z] x += columns[i].image.getBoundsInPixels().width + 12; [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[7294] [2024-06-04T13:09:32.268Z] Rectangle rect = image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java:[416] [2024-06-04T13:09:32.268Z] Rectangle bounds = image.getBoundsInPixels (); [2024-06-04T13:09:32.268Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.268Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.268Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java:[388] [2024-06-04T13:09:32.269Z] Rectangle bounds = headerImage.getBoundsInPixels (); [2024-06-04T13:09:32.269Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:09:32.269Z] The method getBoundsInPixels() from the type Image is deprecated [2024-06-04T13:09:32.269Z] 31 problems (31 warnings) [2024-06-04T13:09:32.269Z] [INFO] [2024-06-04T13:09:32.269Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:32.269Z] [INFO] [2024-06-04T13:09:32.269Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:32.269Z] [INFO] [2024-06-04T13:09:32.269Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:36.433Z] [INFO] [2024-06-04T13:09:36.433Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:36.433Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/src/test/resources [2024-06-04T13:09:36.434Z] [INFO] [2024-06-04T13:09:36.434Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:36.434Z] [INFO] Resolving JUnit 5 classpath container [2024-06-04T13:09:36.434Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:09:36.434Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/test-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:09:36.434Z] [INFO] [2024-06-04T13:09:36.434Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:36.434Z] [INFO] Tests are skipped. [2024-06-04T13:09:36.434Z] [INFO] [2024-06-04T13:09:36.434Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:36.434Z] [INFO] [2024-06-04T13:09:36.434Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:36.434Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/org.eclipse.swt.win32.win32.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:09:36.690Z] [INFO] [2024-06-04T13:09:36.690Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:36.690Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/org.eclipse.swt.win32.win32.aarch64-3.126.0-SNAPSHOT.jar [2024-06-04T13:09:37.252Z] [INFO] [2024-06-04T13:09:37.252Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:37.815Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.aarch64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/.polyglot.META-INF [2024-06-04T13:09:37.815Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:09:37.815Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:09:37.815Z] [2024-06-04T13:09:37.815Z] [INFO] [2024-06-04T13:09:37.815Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:37.815Z] [INFO] Executing tasks [2024-06-04T13:09:37.815Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/swtdownload [2024-06-04T13:09:37.815Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/@dot.src [2024-06-04T13:09:37.815Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/swtdownload [2024-06-04T13:09:37.815Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/swtdownload/swt.jar [2024-06-04T13:09:38.377Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/swtdownload/src.zip [2024-06-04T13:09:38.938Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swt-I20240604-1303-win32-win32-aarch64.zip [2024-06-04T13:09:39.194Z] [INFO] Executed tasks [2024-06-04T13:09:39.194Z] [INFO] [2024-06-04T13:09:39.194Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:40.121Z] [INFO] [2024-06-04T13:09:40.121Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:41.048Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/org.eclipse.swt.win32.win32.aarch64-3.126.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:09:41.048Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/org.eclipse.swt.win32.win32.aarch64-3.126.0-SNAPSHOT.jar [2024-06-04T13:09:47.591Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/org.eclipse.swt.win32.win32.aarch64-3.126.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:09:47.591Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/org.eclipse.swt.win32.win32.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:09:51.759Z] [INFO] [2024-06-04T13:09:51.759Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-06-04T13:09:51.759Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.aarch64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/.polyglot.META-INF [2024-06-04T13:09:51.759Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:09:51.759Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:09:51.759Z] [2024-06-04T13:09:51.759Z] [INFO] [2024-06-04T13:09:51.759Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64 >--------- [2024-06-04T13:09:51.759Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 3.126.0-SNAPSHOT [29/523] [2024-06-04T13:09:51.759Z] [INFO] from eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/.polyglot.META-INF [2024-06-04T13:09:51.759Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:09:51.759Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/x86_64], 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@44dba492 [2024-06-04T13:09:51.760Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:09:55.927Z] [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 [2024-06-04T13:09:56.856Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:09:57.784Z] [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 [2024-06-04T13:09:58.041Z] [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 [2024-06-04T13:09:58.297Z] [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 [2024-06-04T13:09:59.225Z] [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 [2024-06-04T13:09:59.482Z] [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 [2024-06-04T13:09:59.738Z] [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 [2024-06-04T13:10:00.299Z] [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 [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] The project's OSGi version is 3.126.0.v20240528-0813 [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/saveproperties [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [INFO] Executing tasks [2024-06-04T13:10:00.555Z] [INFO] Executed tasks [2024-06-04T13:10:00.555Z] [INFO] [2024-06-04T13:10:00.555Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:00.555Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17). [2024-06-04T13:10:00.555Z] [INFO] Compiling 598 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:10:03.867Z] [INFO] [2024-06-04T13:10:03.867Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:03.867Z] [INFO] [2024-06-04T13:10:03.867Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:03.867Z] [INFO] [2024-06-04T13:10:03.867Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.049Z] [INFO] [2024-06-04T13:10:08.049Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.049Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/test/resources [2024-06-04T13:10:08.049Z] [INFO] [2024-06-04T13:10:08.049Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.049Z] [INFO] [2024-06-04T13:10:08.049Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.049Z] [INFO] Tests are skipped. [2024-06-04T13:10:08.049Z] [INFO] [2024-06-04T13:10:08.049Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.049Z] [INFO] [2024-06-04T13:10:08.049Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.049Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:10:08.049Z] [INFO] [2024-06-04T13:10:08.049Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.049Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.126.0-SNAPSHOT.jar [2024-06-04T13:10:08.306Z] [INFO] [2024-06-04T13:10:08.306Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.869Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/.polyglot.META-INF [2024-06-04T13:10:08.869Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:08.869Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:08.869Z] [2024-06-04T13:10:08.869Z] [INFO] [2024-06-04T13:10:08.869Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:08.869Z] [INFO] Executing tasks [2024-06-04T13:10:08.869Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload [2024-06-04T13:10:08.869Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/@dot.src [2024-06-04T13:10:08.869Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload [2024-06-04T13:10:08.869Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload/swt.jar [2024-06-04T13:10:09.796Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload/src.zip [2024-06-04T13:10:09.796Z] [INFO] [zip] library/build.sh already added, skipping [2024-06-04T13:10:10.052Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swt-I20240604-1303-cocoa-macosx-x86_64.zip [2024-06-04T13:10:10.307Z] [INFO] Executed tasks [2024-06-04T13:10:10.307Z] [INFO] [2024-06-04T13:10:10.307Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:11.236Z] [INFO] [2024-06-04T13:10:11.236Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:12.164Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.126.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:10:12.164Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.126.0-SNAPSHOT.jar [2024-06-04T13:10:18.699Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.126.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:10:18.699Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-06-04T13:10:22.866Z] [INFO] [2024-06-04T13:10:22.866Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-06-04T13:10:23.428Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/.polyglot.META-INF [2024-06-04T13:10:23.428Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:23.428Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:23.428Z] [2024-06-04T13:10:23.428Z] [INFO] [2024-06-04T13:10:23.428Z] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.bidi >------------ [2024-06-04T13:10:23.428Z] [INFO] Building [bundle] Bidirectional Text Support 1.5.100-SNAPSHOT [30/523] [2024-06-04T13:10:23.428Z] [INFO] from equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [2024-06-04T13:10:23.428Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:10:23.428Z] [INFO] [2024-06-04T13:10:23.428Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.428Z] [INFO] [2024-06-04T13:10:23.428Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] The project's OSGi version is 1.5.100.v20240321-1445 [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/saveproperties [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] Resolving class path of [bundle] Bidirectional Text Support [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/src/main/resources [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/src/main/resources [2024-06-04T13:10:23.684Z] [INFO] [2024-06-04T13:10:23.684Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.684Z] [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/src/test/resources [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.100-SNAPSHOT-sources.jar [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.100-SNAPSHOT.jar [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [2024-06-04T13:10:23.940Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:23.940Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:23.940Z] [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:23.940Z] [INFO] [2024-06-04T13:10:23.940Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:24.196Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [2024-06-04T13:10:24.196Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:24.196Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:24.196Z] [2024-06-04T13:10:24.196Z] [INFO] [2024-06-04T13:10:24.196Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:24.196Z] [INFO] [2024-06-04T13:10:24.196Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:24.196Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:10:24.196Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.100-SNAPSHOT.jar [2024-06-04T13:10:27.461Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:10:27.461Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.100-SNAPSHOT-sources.jar [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.bidi --- [2024-06-04T13:10:31.632Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [2024-06-04T13:10:31.632Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:31.632Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:31.632Z] [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] ---------------< org.eclipse.platform:org.eclipse.jface >--------------- [2024-06-04T13:10:31.632Z] [INFO] Building [bundle] JFace 3.34.0-SNAPSHOT [31/523] [2024-06-04T13:10:31.632Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF [2024-06-04T13:10:31.632Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] The project's OSGi version is 3.34.0.v20240502-1134 [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/saveproperties [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] Resolving class path of [bundle] JFace [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/main/resources [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/main/resources [2024-06-04T13:10:31.632Z] [INFO] [2024-06-04T13:10:31.632Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jface --- [2024-06-04T13:10:31.632Z] [INFO] Compiling 419 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:10:33.525Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java:[22] [2024-06-04T13:10:33.525Z] import org.eclipse.jface.dialogs.AnimatorFactory; [2024-06-04T13:10:33.525Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.525Z] The type AnimatorFactory is deprecated [2024-06-04T13:10:33.525Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java:[57] [2024-06-04T13:10:33.525Z] private static AnimatorFactory animatorFactory; [2024-06-04T13:10:33.525Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.525Z] The type AnimatorFactory is deprecated [2024-06-04T13:10:33.525Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java:[1046] [2024-06-04T13:10:33.525Z] public ViewerSorter getSorter() { [2024-06-04T13:10:33.525Z] ^^^^^^^^^^^^ [2024-06-04T13:10:33.525Z] The type ViewerSorter is deprecated [2024-06-04T13:10:33.525Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java:[1047] [2024-06-04T13:10:33.525Z] if (sorter instanceof ViewerSorter) [2024-06-04T13:10:33.525Z] ^^^^^^^^^^^^ [2024-06-04T13:10:33.525Z] The type ViewerSorter is deprecated [2024-06-04T13:10:33.525Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java:[1048] [2024-06-04T13:10:33.525Z] return (ViewerSorter)sorter; [2024-06-04T13:10:33.525Z] ^^^^^^^^^^^^ [2024-06-04T13:10:33.525Z] The type ViewerSorter is deprecated [2024-06-04T13:10:33.525Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreePathViewerSorter.java:[25] [2024-06-04T13:10:33.525Z] public class TreePathViewerSorter extends ViewerSorter { [2024-06-04T13:10:33.525Z] ^^^^^^^^^^^^ [2024-06-04T13:10:33.525Z] The type ViewerSorter is deprecated [2024-06-04T13:10:33.525Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[127] [2024-06-04T13:10:33.525Z] private volatile FastProgressReporter sortMon = new FastProgressReporter(); [2024-06-04T13:10:33.525Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.525Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[127] [2024-06-04T13:10:33.526Z] private volatile FastProgressReporter sortMon = new FastProgressReporter(); [2024-06-04T13:10:33.526Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.526Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[127] [2024-06-04T13:10:33.526Z] private volatile FastProgressReporter sortMon = new FastProgressReporter(); [2024-06-04T13:10:33.526Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.526Z] The constructor FastProgressReporter() is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[312] [2024-06-04T13:10:33.526Z] sortMon = new FastProgressReporter(); [2024-06-04T13:10:33.526Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.526Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[312] [2024-06-04T13:10:33.526Z] sortMon = new FastProgressReporter(); [2024-06-04T13:10:33.526Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.526Z] The constructor FastProgressReporter() is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[374] [2024-06-04T13:10:33.526Z] sortMon.cancel(); [2024-06-04T13:10:33.526Z] ^^^^^^^^ [2024-06-04T13:10:33.526Z] The method cancel() from the type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[386] [2024-06-04T13:10:33.526Z] sortMon.cancel(); [2024-06-04T13:10:33.526Z] ^^^^^^^^ [2024-06-04T13:10:33.526Z] The method cancel() from the type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[425] [2024-06-04T13:10:33.526Z] sortMon.cancel(); [2024-06-04T13:10:33.526Z] ^^^^^^^^ [2024-06-04T13:10:33.526Z] The method cancel() from the type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[478] [2024-06-04T13:10:33.526Z] sortMon.cancel(); [2024-06-04T13:10:33.526Z] ^^^^^^^^ [2024-06-04T13:10:33.526Z] The method cancel() from the type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[498] [2024-06-04T13:10:33.526Z] sortMon.cancel(); [2024-06-04T13:10:33.526Z] ^^^^^^^^ [2024-06-04T13:10:33.526Z] The method cancel() from the type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[367] [2024-06-04T13:10:33.526Z] private final int partition(int subTree, FastProgressReporter mon) throws InterruptedException { [2024-06-04T13:10:33.526Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.526Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[386] [2024-06-04T13:10:33.526Z] if (mon.isCanceled()) { [2024-06-04T13:10:33.526Z] ^^^^^^^^^^^^ [2024-06-04T13:10:33.526Z] The method isCanceled() from the type FastProgressReporter is deprecated [2024-06-04T13:10:33.526Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[849] [2024-06-04T13:10:33.526Z] /* package */ final void retainFirst(int n, FastProgressReporter mon) throws InterruptedException { [2024-06-04T13:10:33.526Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.526Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[870] [2024-06-04T13:10:33.527Z] retainFirst(n, new FastProgressReporter()); [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[870] [2024-06-04T13:10:33.527Z] retainFirst(n, new FastProgressReporter()); [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The constructor FastProgressReporter() is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[887] [2024-06-04T13:10:33.527Z] removeRange(first, length, new FastProgressReporter()); [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[887] [2024-06-04T13:10:33.527Z] removeRange(first, length, new FastProgressReporter()); [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The constructor FastProgressReporter() is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[907] [2024-06-04T13:10:33.527Z] /* package */ final void removeRange(int first, int length, FastProgressReporter mon) throws InterruptedException { [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[915] [2024-06-04T13:10:33.527Z] private final void removeRange(int node, int rangeStart, int rangeLength, FastProgressReporter mon) throws InterruptedException { [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1050] [2024-06-04T13:10:33.527Z] result = partition(result, new FastProgressReporter()); [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1050] [2024-06-04T13:10:33.527Z] result = partition(result, new FastProgressReporter()); [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The constructor FastProgressReporter() is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1201] [2024-06-04T13:10:33.527Z] /* package */ final int getFirst(Object[] result, boolean sorted, FastProgressReporter mon) throws InterruptedException { [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1224] [2024-06-04T13:10:33.527Z] returnValue = getFirst(result, sorted, new FastProgressReporter()); [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.527Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1224] [2024-06-04T13:10:33.527Z] returnValue = getFirst(result, sorted, new FastProgressReporter()); [2024-06-04T13:10:33.527Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.527Z] The constructor FastProgressReporter() is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1250] [2024-06-04T13:10:33.528Z] /* package */ final int getRange(Object[] result, int rangeStart, boolean sorted, FastProgressReporter mon) throws InterruptedException { [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1271] [2024-06-04T13:10:33.528Z] returnValue = getRange(result, rangeStart, sorted, new FastProgressReporter()); [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1271] [2024-06-04T13:10:33.528Z] returnValue = getRange(result, rangeStart, sorted, new FastProgressReporter()); [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The constructor FastProgressReporter() is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1289] [2024-06-04T13:10:33.528Z] getRange(result, index, false, new FastProgressReporter()); [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1289] [2024-06-04T13:10:33.528Z] getRange(result, index, false, new FastProgressReporter()); [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The constructor FastProgressReporter() is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1316] [2024-06-04T13:10:33.528Z] private final int getRange(Object[] result, int resultIdx, int rangeStart, int node, boolean sorted, FastProgressReporter mon) throws InterruptedException { [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1367] [2024-06-04T13:10:33.528Z] private final int getChildren(Object[] result, int resultIdx, int node, boolean sorted, FastProgressReporter mon) throws InterruptedException { [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The type FastProgressReporter is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java:[26] [2024-06-04T13:10:33.528Z] import org.eclipse.core.runtime.IProgressMonitorWithBlocking; [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The type IProgressMonitorWithBlocking is deprecated [2024-06-04T13:10:33.528Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java:[55] [2024-06-04T13:10:33.528Z] IProgressMonitorWithBlocking { [2024-06-04T13:10:33.528Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:10:33.528Z] The type IProgressMonitorWithBlocking is deprecated [2024-06-04T13:10:33.528Z] 39 problems (39 warnings) [2024-06-04T13:10:33.528Z] [INFO] [2024-06-04T13:10:33.528Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jface --- [2024-06-04T13:10:33.528Z] [INFO] [2024-06-04T13:10:33.528Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jface --- [2024-06-04T13:10:33.528Z] [INFO] [2024-06-04T13:10:33.528Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jface --- [2024-06-04T13:10:37.727Z] [INFO] [2024-06-04T13:10:37.727Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface --- [2024-06-04T13:10:37.727Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/src/test/resources [2024-06-04T13:10:37.727Z] [INFO] [2024-06-04T13:10:37.727Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jface --- [2024-06-04T13:10:37.727Z] [INFO] [2024-06-04T13:10:37.727Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface --- [2024-06-04T13:10:37.727Z] [INFO] [2024-06-04T13:10:37.727Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jface --- [2024-06-04T13:10:37.727Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.34.0-SNAPSHOT-sources.jar [2024-06-04T13:10:37.727Z] [INFO] [2024-06-04T13:10:37.727Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jface --- [2024-06-04T13:10:37.727Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.34.0-SNAPSHOT.jar [2024-06-04T13:10:37.727Z] [INFO] [2024-06-04T13:10:37.727Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface --- [2024-06-04T13:10:38.289Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface:3.34.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF [2024-06-04T13:10:38.289Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:38.289Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:38.289Z] [2024-06-04T13:10:38.289Z] [INFO] [2024-06-04T13:10:38.289Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface --- [2024-06-04T13:10:38.850Z] [INFO] [2024-06-04T13:10:38.850Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface --- [2024-06-04T13:10:39.412Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.34.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:10:39.412Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.34.0-SNAPSHOT.jar [2024-06-04T13:10:44.655Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.34.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:10:44.656Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.34.0-SNAPSHOT-sources.jar [2024-06-04T13:10:48.838Z] [INFO] [2024-06-04T13:10:48.838Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jface --- [2024-06-04T13:10:48.838Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface:3.34.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF [2024-06-04T13:10:48.838Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:48.838Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:48.838Z] [2024-06-04T13:10:48.838Z] [INFO] [2024-06-04T13:10:48.838Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.css.core >----------- [2024-06-04T13:10:48.838Z] [INFO] Building [bundle] Eclipse CSS Core Support 0.14.400-SNAPSHOT [32/523] [2024-06-04T13:10:48.838Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF [2024-06-04T13:10:48.838Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:10:50.204Z] [INFO] [2024-06-04T13:10:50.204Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.204Z] [INFO] [2024-06-04T13:10:50.204Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.204Z] [INFO] The project's OSGi version is 0.14.400.v20240427-1520 [2024-06-04T13:10:50.204Z] [INFO] [2024-06-04T13:10:50.204Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.204Z] [INFO] [2024-06-04T13:10:50.204Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.204Z] [INFO] [2024-06-04T13:10:50.204Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.205Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/saveproperties [2024-06-04T13:10:50.205Z] [INFO] [2024-06-04T13:10:50.205Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.205Z] [INFO] [2024-06-04T13:10:50.205Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.205Z] [INFO] [2024-06-04T13:10:50.205Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.205Z] [INFO] Resolving class path of [bundle] Eclipse CSS Core Support [2024-06-04T13:10:50.205Z] [INFO] [2024-06-04T13:10:50.205Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.205Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/main/resources [2024-06-04T13:10:50.205Z] [INFO] [2024-06-04T13:10:50.205Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.205Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/main/resources [2024-06-04T13:10:50.205Z] [INFO] [2024-06-04T13:10:50.205Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.205Z] [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:10:50.767Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/SACParserFactoryImpl.java:[52] [2024-06-04T13:10:50.767Z] return (Parser) classParser.newInstance(); [2024-06-04T13:10:50.767Z] ^^^^^^^^^^^^^ [2024-06-04T13:10:50.767Z] The method newInstance() from the type Class is deprecated since version 9 [2024-06-04T13:10:50.767Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/HttpResourcesLocatorImpl.java:[36] [2024-06-04T13:10:50.767Z] URL url = new java.net.URL((new File("./")).toURL(), uri); [2024-06-04T13:10:50.767Z] ^^^^^^^ [2024-06-04T13:10:50.767Z] The method toURL() from the type File is deprecated [2024-06-04T13:10:50.767Z] 2 problems (2 warnings) [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.767Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/test/resources [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.767Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.400-SNAPSHOT-sources.jar [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:50.767Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.400-SNAPSHOT.jar [2024-06-04T13:10:50.767Z] [INFO] [2024-06-04T13:10:50.767Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:51.024Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF [2024-06-04T13:10:51.024Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:51.024Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:51.024Z] [2024-06-04T13:10:51.024Z] [INFO] [2024-06-04T13:10:51.024Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:51.024Z] [INFO] [2024-06-04T13:10:51.024Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:51.279Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:10:51.279Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.400-SNAPSHOT.jar [2024-06-04T13:10:55.453Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:10:55.453Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.400-SNAPSHOT-sources.jar [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.css.core --- [2024-06-04T13:10:58.722Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF [2024-06-04T13:10:58.722Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:58.722Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:58.722Z] [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.css.swt >----------- [2024-06-04T13:10:58.722Z] [INFO] Building [bundle] Eclipse CSS SWT Support 0.15.400-SNAPSHOT [33/523] [2024-06-04T13:10:58.722Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF [2024-06-04T13:10:58.722Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.722Z] [INFO] The project's OSGi version is 0.15.400.v20240321-1245 [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.722Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/saveproperties [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.722Z] [INFO] [2024-06-04T13:10:58.722Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.979Z] [INFO] [2024-06-04T13:10:58.979Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.979Z] [INFO] Resolving class path of [bundle] Eclipse CSS SWT Support [2024-06-04T13:10:58.979Z] [INFO] [2024-06-04T13:10:58.979Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.979Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources [2024-06-04T13:10:58.979Z] [INFO] [2024-06-04T13:10:58.979Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.979Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources [2024-06-04T13:10:58.979Z] [INFO] [2024-06-04T13:10:58.979Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:58.979Z] [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.542Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/test/resources [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.542Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.400-SNAPSHOT-sources.jar [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.542Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.400-SNAPSHOT.jar [2024-06-04T13:10:59.542Z] [INFO] [2024-06-04T13:10:59.542Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.798Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.15.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF [2024-06-04T13:10:59.798Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:10:59.798Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:10:59.798Z] [2024-06-04T13:10:59.798Z] [INFO] [2024-06-04T13:10:59.798Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:10:59.798Z] [INFO] [2024-06-04T13:10:59.798Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:11:00.054Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:11:00.054Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.400-SNAPSHOT.jar [2024-06-04T13:11:04.221Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:11:04.221Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.400-SNAPSHOT-sources.jar [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.css.swt --- [2024-06-04T13:11:07.488Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.15.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF [2024-06-04T13:11:07.488Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:07.488Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:07.488Z] [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] ----< org.eclipse.platform:org.eclipse.core.databinding.observable >---- [2024-06-04T13:11:07.488Z] [INFO] Building [bundle] JFace Data Binding Observables 1.13.300-SNAPSHOT [34/523] [2024-06-04T13:11:07.488Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF [2024-06-04T13:11:07.488Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] The project's OSGi version is 1.13.300.v20240424-0444 [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/saveproperties [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] Resolving class path of [bundle] JFace Data Binding Observables [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/main/resources [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/main/resources [2024-06-04T13:11:07.488Z] [INFO] [2024-06-04T13:11:07.488Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:07.488Z] [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:11:08.051Z] [INFO] [2024-06-04T13:11:08.051Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.051Z] [INFO] [2024-06-04T13:11:08.051Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.051Z] [INFO] [2024-06-04T13:11:08.051Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.326Z] [INFO] [2024-06-04T13:11:08.327Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.327Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/test/resources [2024-06-04T13:11:08.327Z] [INFO] [2024-06-04T13:11:08.327Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.327Z] [INFO] [2024-06-04T13:11:08.327Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.327Z] [INFO] [2024-06-04T13:11:08.327Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.327Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.300-SNAPSHOT-sources.jar [2024-06-04T13:11:08.583Z] [INFO] [2024-06-04T13:11:08.583Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.583Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.300-SNAPSHOT.jar [2024-06-04T13:11:08.583Z] [INFO] [2024-06-04T13:11:08.583Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.839Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF [2024-06-04T13:11:08.839Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:08.839Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:08.839Z] [2024-06-04T13:11:08.839Z] [INFO] [2024-06-04T13:11:08.839Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:08.839Z] [INFO] [2024-06-04T13:11:08.839Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:09.096Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:11:09.096Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.300-SNAPSHOT.jar [2024-06-04T13:11:13.267Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:11:13.268Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.300-SNAPSHOT-sources.jar [2024-06-04T13:11:16.546Z] [INFO] [2024-06-04T13:11:16.546Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.databinding.observable --- [2024-06-04T13:11:16.546Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF [2024-06-04T13:11:16.547Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:16.547Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:16.547Z] [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] ------< org.eclipse.platform:org.eclipse.e4.core.di.annotations >------- [2024-06-04T13:11:16.547Z] [INFO] Building [bundle] Eclipse Dependency Injection Annotations 1.8.400-SNAPSHOT [35/523] [2024-06-04T13:11:16.547Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF [2024-06-04T13:11:16.547Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] The project's OSGi version is 1.8.400.v20240413-1529 [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/saveproperties [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Annotations [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/test/resources [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] [2024-06-04T13:11:16.547Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.400-SNAPSHOT-sources.jar [2024-06-04T13:11:16.548Z] [INFO] [2024-06-04T13:11:16.548Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.548Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.400-SNAPSHOT.jar [2024-06-04T13:11:16.548Z] [INFO] [2024-06-04T13:11:16.548Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.548Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF [2024-06-04T13:11:16.548Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:16.548Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:16.548Z] [2024-06-04T13:11:16.548Z] [INFO] [2024-06-04T13:11:16.548Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.548Z] [INFO] [2024-06-04T13:11:16.548Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:16.548Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:11:16.548Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.400-SNAPSHOT.jar [2024-06-04T13:11:20.716Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:11:20.716Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.400-SNAPSHOT-sources.jar [2024-06-04T13:11:23.232Z] [INFO] [2024-06-04T13:11:23.232Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.annotations --- [2024-06-04T13:11:23.232Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF [2024-06-04T13:11:23.232Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:23.232Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:23.232Z] [2024-06-04T13:11:23.232Z] [INFO] [2024-06-04T13:11:23.232Z] [INFO] ------------< org.eclipse.platform:org.eclipse.e4.core.di >------------- [2024-06-04T13:11:23.232Z] [INFO] Building [bundle] Eclipse Dependency Injection 1.9.400-SNAPSHOT [36/523] [2024-06-04T13:11:23.232Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF [2024-06-04T13:11:23.232Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:11:23.488Z] [INFO] [2024-06-04T13:11:23.488Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.488Z] [INFO] [2024-06-04T13:11:23.488Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] The project's OSGi version is 1.9.400.v20240414-1643 [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/saveproperties [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/main/resources [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/main/resources [2024-06-04T13:11:23.745Z] [INFO] [2024-06-04T13:11:23.745Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:23.745Z] [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:11:24.001Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/internal/di/ConstructorRequestor.java:[34] [2024-06-04T13:11:24.001Z] if (!location.isAccessible()) { [2024-06-04T13:11:24.001Z] ^^^^^^^^^^^^^^ [2024-06-04T13:11:24.001Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9 [2024-06-04T13:11:24.001Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/internal/di/FieldRequestor.java:[47] [2024-06-04T13:11:24.001Z] if (!field.isAccessible()) { [2024-06-04T13:11:24.001Z] ^^^^^^^^^^^^^^ [2024-06-04T13:11:24.001Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9 [2024-06-04T13:11:24.001Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/internal/di/MethodRequestor.java:[49] [2024-06-04T13:11:24.001Z] if (!location.isAccessible()) { [2024-06-04T13:11:24.001Z] ^^^^^^^^^^^^^^ [2024-06-04T13:11:24.001Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9 [2024-06-04T13:11:24.001Z] 3 problems (3 warnings) [2024-06-04T13:11:24.001Z] [INFO] [2024-06-04T13:11:24.001Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.001Z] [INFO] [2024-06-04T13:11:24.001Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.001Z] [INFO] [2024-06-04T13:11:24.001Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.001Z] [INFO] [2024-06-04T13:11:24.001Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.001Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/test/resources [2024-06-04T13:11:24.001Z] [INFO] [2024-06-04T13:11:24.001Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.001Z] [INFO] [2024-06-04T13:11:24.001Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.001Z] [INFO] [2024-06-04T13:11:24.002Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.002Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.400-SNAPSHOT-sources.jar [2024-06-04T13:11:24.002Z] [INFO] [2024-06-04T13:11:24.002Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.002Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.400-SNAPSHOT.jar [2024-06-04T13:11:24.002Z] [INFO] [2024-06-04T13:11:24.002Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.002Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di:1.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF [2024-06-04T13:11:24.002Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:24.002Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:24.002Z] [2024-06-04T13:11:24.002Z] [INFO] [2024-06-04T13:11:24.002Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.002Z] [INFO] [2024-06-04T13:11:24.002Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:24.258Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:11:24.258Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.400-SNAPSHOT.jar [2024-06-04T13:11:27.524Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:11:27.524Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.400-SNAPSHOT-sources.jar [2024-06-04T13:11:30.791Z] [INFO] [2024-06-04T13:11:30.791Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di --- [2024-06-04T13:11:31.047Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di:1.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF [2024-06-04T13:11:31.047Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:31.047Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:31.047Z] [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.contexts >---------- [2024-06-04T13:11:31.047Z] [INFO] Building [bundle] Eclipse Contexts 1.12.600-SNAPSHOT [37/523] [2024-06-04T13:11:31.047Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF [2024-06-04T13:11:31.047Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] The project's OSGi version is 1.12.600.v20240413-1529 [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/saveproperties [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] Resolving class path of [bundle] Eclipse Contexts [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/main/resources [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/main/resources [2024-06-04T13:11:31.047Z] [INFO] [2024-06-04T13:11:31.047Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.047Z] [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:11:31.303Z] [INFO] [2024-06-04T13:11:31.303Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.303Z] [INFO] [2024-06-04T13:11:31.303Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.303Z] [INFO] [2024-06-04T13:11:31.303Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.303Z] [INFO] [2024-06-04T13:11:31.303Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.303Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/test/resources [2024-06-04T13:11:31.303Z] [INFO] [2024-06-04T13:11:31.303Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.303Z] [INFO] [2024-06-04T13:11:31.304Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.304Z] [INFO] [2024-06-04T13:11:31.304Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.304Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.600-SNAPSHOT-sources.jar [2024-06-04T13:11:31.304Z] [INFO] [2024-06-04T13:11:31.304Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.567Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.600-SNAPSHOT.jar [2024-06-04T13:11:31.567Z] [INFO] [2024-06-04T13:11:31.567Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.567Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.contexts:1.12.600-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF [2024-06-04T13:11:31.567Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:31.567Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:31.567Z] [2024-06-04T13:11:31.567Z] [INFO] [2024-06-04T13:11:31.567Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.567Z] [INFO] [2024-06-04T13:11:31.567Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:31.567Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.600-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:11:31.567Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.600-SNAPSHOT.jar [2024-06-04T13:11:35.733Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.600-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:11:35.733Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.600-SNAPSHOT-sources.jar [2024-06-04T13:11:38.256Z] [INFO] [2024-06-04T13:11:38.256Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.core.contexts --- [2024-06-04T13:11:38.512Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.contexts:1.12.600-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF [2024-06-04T13:11:38.512Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:38.512Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:38.512Z] [2024-06-04T13:11:38.512Z] [INFO] [2024-06-04T13:11:38.512Z] [INFO] -------< org.eclipse.platform:org.eclipse.e4.core.di.extensions >------- [2024-06-04T13:11:38.512Z] [INFO] Building [bundle] Eclipse Dependency Injection Extensions 0.18.300-SNAPSHOT [38/523] [2024-06-04T13:11:38.512Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF [2024-06-04T13:11:38.512Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:11:38.512Z] [INFO] [2024-06-04T13:11:38.512Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.512Z] [INFO] [2024-06-04T13:11:38.512Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.512Z] [INFO] The project's OSGi version is 0.18.300.v20240413-1529 [2024-06-04T13:11:38.512Z] [INFO] [2024-06-04T13:11:38.512Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.512Z] [INFO] [2024-06-04T13:11:38.512Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.512Z] [INFO] [2024-06-04T13:11:38.512Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.512Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/saveproperties [2024-06-04T13:11:38.512Z] [INFO] [2024-06-04T13:11:38.512Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.512Z] [INFO] [2024-06-04T13:11:38.513Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.513Z] [INFO] [2024-06-04T13:11:38.513Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.513Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions [2024-06-04T13:11:38.513Z] [INFO] [2024-06-04T13:11:38.513Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.513Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources [2024-06-04T13:11:38.513Z] [INFO] [2024-06-04T13:11:38.513Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.513Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources [2024-06-04T13:11:38.513Z] [INFO] [2024-06-04T13:11:38.513Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.513Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:11:38.513Z] [INFO] [2024-06-04T13:11:38.513Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.513Z] [INFO] [2024-06-04T13:11:38.513Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.513Z] [INFO] [2024-06-04T13:11:38.513Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] [2024-06-04T13:11:38.769Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/test/resources [2024-06-04T13:11:38.769Z] [INFO] [2024-06-04T13:11:38.769Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] [2024-06-04T13:11:38.769Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] [2024-06-04T13:11:38.769Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.300-SNAPSHOT-sources.jar [2024-06-04T13:11:38.769Z] [INFO] [2024-06-04T13:11:38.769Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.300-SNAPSHOT.jar [2024-06-04T13:11:38.769Z] [INFO] [2024-06-04T13:11:38.769Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF [2024-06-04T13:11:38.769Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:38.769Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:38.769Z] [2024-06-04T13:11:38.769Z] [INFO] [2024-06-04T13:11:38.769Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] [2024-06-04T13:11:38.769Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:38.769Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:11:38.769Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.300-SNAPSHOT.jar [2024-06-04T13:11:42.936Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:11:42.937Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.300-SNAPSHOT-sources.jar [2024-06-04T13:11:45.451Z] [INFO] [2024-06-04T13:11:45.451Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.extensions --- [2024-06-04T13:11:45.707Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF [2024-06-04T13:11:45.707Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:45.707Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:45.707Z] [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --< org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier >--- [2024-06-04T13:11:45.707Z] [INFO] Building [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.500-SNAPSHOT [39/523] [2024-06-04T13:11:45.707Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF [2024-06-04T13:11:45.707Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.707Z] [INFO] The project's OSGi version is 0.17.500.v20240419-1233 [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.707Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/saveproperties [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.707Z] [INFO] [2024-06-04T13:11:45.707Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.708Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions Supplier [2024-06-04T13:11:45.708Z] [INFO] [2024-06-04T13:11:45.708Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.708Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/main/resources [2024-06-04T13:11:45.708Z] [INFO] [2024-06-04T13:11:45.708Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.708Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/main/resources [2024-06-04T13:11:45.708Z] [INFO] [2024-06-04T13:11:45.708Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.964Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:11:45.964Z] [INFO] [2024-06-04T13:11:45.964Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.964Z] [INFO] [2024-06-04T13:11:45.964Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:45.964Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:11:46.226Z] [INFO] 0 component(s) where generated, 4 where kept. [2024-06-04T13:11:46.226Z] [INFO] [2024-06-04T13:11:46.226Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.226Z] [INFO] [2024-06-04T13:11:46.226Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.226Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/test/resources [2024-06-04T13:11:46.226Z] [INFO] [2024-06-04T13:11:46.226Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.226Z] [INFO] [2024-06-04T13:11:46.226Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.226Z] [INFO] [2024-06-04T13:11:46.226Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.226Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.500-SNAPSHOT-sources.jar [2024-06-04T13:11:46.226Z] [INFO] [2024-06-04T13:11:46.226Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.226Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.500-SNAPSHOT.jar [2024-06-04T13:11:46.226Z] [INFO] [2024-06-04T13:11:46.226Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.482Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier:0.17.500-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF [2024-06-04T13:11:46.482Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:46.482Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:46.482Z] [2024-06-04T13:11:46.482Z] [INFO] [2024-06-04T13:11:46.482Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.482Z] [INFO] [2024-06-04T13:11:46.482Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:46.482Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.500-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:11:46.482Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.500-SNAPSHOT.jar [2024-06-04T13:11:49.749Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.500-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:11:49.749Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.500-SNAPSHOT-sources.jar [2024-06-04T13:11:53.929Z] [INFO] [2024-06-04T13:11:53.929Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.extensions.supplier --- [2024-06-04T13:11:53.929Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier:0.17.500-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF [2024-06-04T13:11:53.929Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:53.929Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:53.929Z] [2024-06-04T13:11:53.929Z] [INFO] [2024-06-04T13:11:53.929Z] [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.di >-------------- [2024-06-04T13:11:53.929Z] [INFO] Building [bundle] Eclipse UI Dependency Injection 1.5.400-SNAPSHOT [40/523] [2024-06-04T13:11:53.929Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF [2024-06-04T13:11:53.929Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:11:53.929Z] [INFO] [2024-06-04T13:11:53.929Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.929Z] [INFO] [2024-06-04T13:11:53.929Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.929Z] [INFO] The project's OSGi version is 1.5.400.v20240321-1245 [2024-06-04T13:11:53.929Z] [INFO] [2024-06-04T13:11:53.929Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.929Z] [INFO] [2024-06-04T13:11:53.929Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.929Z] [INFO] [2024-06-04T13:11:53.929Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.929Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/saveproperties [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] Resolving class path of [bundle] Eclipse UI Dependency Injection [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/main/resources [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/main/resources [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:11:53.930Z] [INFO] org.eclipse.e4.ui.internal.di.UIEventObjectSupplier.xml [2024-06-04T13:11:53.930Z] [INFO] 1 component(s) where generated. [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/test/resources [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.930Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:11:53.930Z] [INFO] [2024-06-04T13:11:53.930Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:53.931Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.400-SNAPSHOT.jar [2024-06-04T13:11:53.931Z] [INFO] [2024-06-04T13:11:53.931Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:54.188Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF [2024-06-04T13:11:54.188Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:11:54.188Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:11:54.188Z] [2024-06-04T13:11:54.188Z] [INFO] [2024-06-04T13:11:54.188Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:54.188Z] [INFO] [2024-06-04T13:11:54.188Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.di --- [2024-06-04T13:11:54.188Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:11:54.188Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.400-SNAPSHOT.jar [2024-06-04T13:11:57.454Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:11:57.454Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.di --- [2024-06-04T13:12:01.628Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF [2024-06-04T13:12:01.628Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:01.628Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:01.628Z] [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.expressions >---------- [2024-06-04T13:12:01.628Z] [INFO] Building [bundle] Expression Language 3.9.400-SNAPSHOT [41/523] [2024-06-04T13:12:01.628Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF [2024-06-04T13:12:01.628Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] The project's OSGi version is 3.9.400.v20240413-1529 [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/saveproperties [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] Resolving class path of [bundle] Expression Language [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/main/resources [2024-06-04T13:12:01.628Z] [INFO] [2024-06-04T13:12:01.628Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.628Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/main/resources [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.629Z] [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.629Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/test/resources [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.629Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.400-SNAPSHOT-sources.jar [2024-06-04T13:12:01.629Z] [INFO] [2024-06-04T13:12:01.629Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.885Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.400-SNAPSHOT.jar [2024-06-04T13:12:01.885Z] [INFO] [2024-06-04T13:12:01.885Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.885Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.expressions:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF [2024-06-04T13:12:01.885Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:01.885Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:01.885Z] [2024-06-04T13:12:01.885Z] [INFO] [2024-06-04T13:12:01.885Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.expressions --- [2024-06-04T13:12:01.885Z] [INFO] [2024-06-04T13:12:01.885Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.expressions --- [2024-06-04T13:12:02.141Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:12:02.141Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.400-SNAPSHOT.jar [2024-06-04T13:12:05.407Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:12:05.407Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.400-SNAPSHOT-sources.jar [2024-06-04T13:12:09.573Z] [INFO] [2024-06-04T13:12:09.573Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.expressions --- [2024-06-04T13:12:09.573Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.expressions:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF [2024-06-04T13:12:09.573Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:09.573Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:09.573Z] [2024-06-04T13:12:09.573Z] [INFO] [2024-06-04T13:12:09.573Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.services >---------- [2024-06-04T13:12:09.573Z] [INFO] Building [bundle] Eclipse Application Services 2.4.400-SNAPSHOT [42/523] [2024-06-04T13:12:09.573Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF [2024-06-04T13:12:09.573Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:12:09.573Z] [INFO] [2024-06-04T13:12:09.573Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] The project's OSGi version is 2.4.400.v20240413-1529 [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/saveproperties [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] Resolving class path of [bundle] Eclipse Application Services [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/main/resources [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/main/resources [2024-06-04T13:12:09.574Z] [INFO] [2024-06-04T13:12:09.574Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.574Z] [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:12:09.574Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/internal/services/MessageFactoryServiceImpl.java:[110] [2024-06-04T13:12:09.574Z] instance = AccessController.doPrivileged((PrivilegedAction) () -> createInstance(locale, messages, annotation, provider)); [2024-06-04T13:12:09.574Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:12:09.574Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:12:09.574Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/internal/services/ResourceBundleHelper.java:[714] [2024-06-04T13:12:09.574Z] .doPrivileged((PrivilegedExceptionAction) () -> { [2024-06-04T13:12:09.574Z] InputStream is = null; [2024-06-04T13:12:09.574Z] URL url = osgiBundle.getEntry(resourceName); [2024-06-04T13:12:09.574Z] if (url != null) { [2024-06-04T13:12:09.574Z] URLConnection connection = url.openConnection(); [2024-06-04T13:12:09.574Z] if (connection != null) { [2024-06-04T13:12:09.574Z] // Disable caches to get fresh data for [2024-06-04T13:12:09.574Z] // reloading. [2024-06-04T13:12:09.574Z] connection.setUseCaches(false); [2024-06-04T13:12:09.574Z] is = connection.getInputStream(); [2024-06-04T13:12:09.574Z] } [2024-06-04T13:12:09.574Z] } [2024-06-04T13:12:09.574Z] return is; [2024-06-04T13:12:09.574Z] }); [2024-06-04T13:12:09.574Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:12:09.574Z] The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [2024-06-04T13:12:09.575Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/services/nls/BaseMessageRegistry.java:[259] [2024-06-04T13:12:09.575Z] AccessController.doPrivileged((PrivilegedAction) () -> { [2024-06-04T13:12:09.575Z] m.setAccessible(true); [2024-06-04T13:12:09.575Z] try { [2024-06-04T13:12:09.575Z] m.invoke(control, value); [2024-06-04T13:12:09.575Z] } catch (Exception e) { [2024-06-04T13:12:09.575Z] // if anything fails on invoke we unregister the [2024-06-04T13:12:09.575Z] // binding to avoid further issues e.g. this can [2024-06-04T13:12:09.575Z] // happen in case of disposed SWT controls [2024-06-04T13:12:09.575Z] bindings.remove(MessageConsumerImplementation.this); [2024-06-04T13:12:09.575Z] Logger log = consumerLogger; [2024-06-04T13:12:09.575Z] if (log != null) { [2024-06-04T13:12:09.575Z] log.info( [2024-06-04T13:12:09.575Z] "Error on invoke '{}' on '{}' with error message '{}'. Binding is removed.", [2024-06-04T13:12:09.575Z] m.getName(), control.getClass(), e.getMessage()); [2024-06-04T13:12:09.575Z] } [2024-06-04T13:12:09.575Z] } [2024-06-04T13:12:09.575Z] return null; [2024-06-04T13:12:09.575Z] }); [2024-06-04T13:12:09.575Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:12:09.575Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:12:09.575Z] 3 problems (3 warnings) [2024-06-04T13:12:09.575Z] [INFO] [2024-06-04T13:12:09.575Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.575Z] [INFO] [2024-06-04T13:12:09.575Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.575Z] [INFO] [2024-06-04T13:12:09.575Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.575Z] [INFO] [2024-06-04T13:12:09.575Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.575Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/test/resources [2024-06-04T13:12:09.575Z] [INFO] [2024-06-04T13:12:09.575Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.575Z] [INFO] [2024-06-04T13:12:09.575Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.575Z] [INFO] [2024-06-04T13:12:09.575Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.575Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.400-SNAPSHOT-sources.jar [2024-06-04T13:12:09.575Z] [INFO] [2024-06-04T13:12:09.575Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.831Z] [WARNING] Checking Service-Component header that contains wildcards is currently not supported [2024-06-04T13:12:09.832Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.400-SNAPSHOT.jar [2024-06-04T13:12:09.832Z] [INFO] [2024-06-04T13:12:09.832Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.832Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.services:2.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF [2024-06-04T13:12:09.832Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:09.832Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:09.832Z] [2024-06-04T13:12:09.832Z] [INFO] [2024-06-04T13:12:09.832Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.832Z] [INFO] [2024-06-04T13:12:09.832Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:09.832Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:12:09.832Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.400-SNAPSHOT.jar [2024-06-04T13:12:13.997Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:12:13.997Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.400-SNAPSHOT-sources.jar [2024-06-04T13:12:17.262Z] [INFO] [2024-06-04T13:12:17.262Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.core.services --- [2024-06-04T13:12:17.262Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.services:2.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF [2024-06-04T13:12:17.262Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:17.262Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:17.262Z] [2024-06-04T13:12:17.262Z] [INFO] [2024-06-04T13:12:17.262Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.commands >---------- [2024-06-04T13:12:17.262Z] [INFO] Building [bundle] Eclipse e4 core commands 1.1.400-SNAPSHOT [43/523] [2024-06-04T13:12:17.263Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF [2024-06-04T13:12:17.263Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] The project's OSGi version is 1.1.400.v20240424-0444 [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/saveproperties [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] Resolving class path of [bundle] Eclipse e4 core commands [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/main/resources [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/main/resources [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] [2024-06-04T13:12:17.263Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.263Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:12:17.263Z] [INFO] org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction.xml [2024-06-04T13:12:17.263Z] [INFO] org.eclipse.e4.core.commands.internal.HandlerServiceCreationFunction.xml [2024-06-04T13:12:17.263Z] [INFO] 2 component(s) where generated. [2024-06-04T13:12:17.520Z] [INFO] [2024-06-04T13:12:17.520Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.520Z] [INFO] [2024-06-04T13:12:17.520Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.520Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/test/resources [2024-06-04T13:12:17.520Z] [INFO] [2024-06-04T13:12:17.520Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.520Z] [INFO] [2024-06-04T13:12:17.520Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.520Z] [INFO] [2024-06-04T13:12:17.520Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.521Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.400-SNAPSHOT-sources.jar [2024-06-04T13:12:17.521Z] [INFO] [2024-06-04T13:12:17.521Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.521Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.400-SNAPSHOT.jar [2024-06-04T13:12:17.521Z] [INFO] [2024-06-04T13:12:17.521Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.521Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF [2024-06-04T13:12:17.521Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:17.521Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:17.521Z] [2024-06-04T13:12:17.521Z] [INFO] [2024-06-04T13:12:17.521Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.521Z] [INFO] [2024-06-04T13:12:17.521Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:17.521Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:12:17.521Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.400-SNAPSHOT.jar [2024-06-04T13:12:21.687Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:12:21.687Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.400-SNAPSHOT-sources.jar [2024-06-04T13:12:24.204Z] [INFO] [2024-06-04T13:12:24.204Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.core.commands --- [2024-06-04T13:12:24.204Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF [2024-06-04T13:12:24.204Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:24.204Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:24.204Z] [2024-06-04T13:12:24.204Z] [INFO] [2024-06-04T13:12:24.204Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.event >------------ [2024-06-04T13:12:24.204Z] [INFO] Building [bundle] Event Admin 1.7.100-SNAPSHOT [44/523] [2024-06-04T13:12:24.204Z] [INFO] from equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF [2024-06-04T13:12:24.204Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:12:24.459Z] [INFO] [2024-06-04T13:12:24.459Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.459Z] [INFO] [2024-06-04T13:12:24.459Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.459Z] [INFO] The project's OSGi version is 1.7.100.v20240321-1445 [2024-06-04T13:12:24.459Z] [INFO] [2024-06-04T13:12:24.459Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.459Z] [INFO] [2024-06-04T13:12:24.459Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.459Z] [INFO] [2024-06-04T13:12:24.459Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.459Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/saveproperties [2024-06-04T13:12:24.459Z] [INFO] [2024-06-04T13:12:24.459Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.459Z] [INFO] [2024-06-04T13:12:24.459Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.459Z] [INFO] [2024-06-04T13:12:24.460Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.460Z] [INFO] Resolving class path of [bundle] Event Admin [2024-06-04T13:12:24.460Z] [INFO] [2024-06-04T13:12:24.460Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.460Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/main/resources [2024-06-04T13:12:24.460Z] [INFO] [2024-06-04T13:12:24.460Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.460Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/main/resources [2024-06-04T13:12:24.460Z] [INFO] [2024-06-04T13:12:24.460Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.460Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:12:24.715Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[115] [2024-06-04T13:12:24.715Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:12:24.715Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:12:24.715Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:12:24.715Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[115] [2024-06-04T13:12:24.715Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:12:24.715Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:12:24.715Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:12:24.715Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[142] [2024-06-04T13:12:24.715Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:12:24.715Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:12:24.715Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:12:24.715Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[142] [2024-06-04T13:12:24.715Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:12:24.715Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:12:24.715Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:12:24.715Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[145] [2024-06-04T13:12:24.715Z] sm.checkPermission(new TopicPermission(topic, TopicPermission.PUBLISH)); [2024-06-04T13:12:24.715Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:12:24.715Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:12:24.715Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java:[134] [2024-06-04T13:12:24.715Z] tempHandler = AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:12:24.715Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:12:24.715Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:12:24.715Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java:[134] [2024-06-04T13:12:24.715Z] tempHandler = AccessController.doPrivileged(new PrivilegedAction() { [2024-06-04T13:12:24.716Z] @Override [2024-06-04T13:12:24.716Z] public EventHandler run() { [2024-06-04T13:12:24.716Z] return context.getService(reference); [2024-06-04T13:12:24.716Z] } [2024-06-04T13:12:24.716Z] }); [2024-06-04T13:12:24.716Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:12:24.716Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-04T13:12:24.716Z] 7 problems (7 warnings) [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/src/test/resources [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.100-SNAPSHOT-sources.jar [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.100-SNAPSHOT.jar [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF [2024-06-04T13:12:24.716Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:24.716Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:24.716Z] [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.716Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF [2024-06-04T13:12:24.716Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:24.716Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:24.716Z] [2024-06-04T13:12:24.716Z] [INFO] [2024-06-04T13:12:24.716Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.972Z] [INFO] [2024-06-04T13:12:24.972Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.event --- [2024-06-04T13:12:24.972Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:12:24.972Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.100-SNAPSHOT.jar [2024-06-04T13:12:28.237Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:12:28.237Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.100-SNAPSHOT-sources.jar [2024-06-04T13:12:32.403Z] [INFO] [2024-06-04T13:12:32.403Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.event --- [2024-06-04T13:12:32.403Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF [2024-06-04T13:12:32.403Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:32.403Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:32.403Z] [2024-06-04T13:12:32.403Z] [INFO] [2024-06-04T13:12:32.403Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.services >----------- [2024-06-04T13:12:32.404Z] [INFO] Building [bundle] Eclipse UI Application Services 1.6.300-SNAPSHOT [45/523] [2024-06-04T13:12:32.404Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF [2024-06-04T13:12:32.404Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] The project's OSGi version is 1.6.300.v20231201-1637 [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/saveproperties [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] Resolving class path of [bundle] Eclipse UI Application Services [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/main/resources [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/main/resources [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:12:32.404Z] [INFO] org.eclipse.e4.ui.services.events.EventBrokerFactory.xml [2024-06-04T13:12:32.404Z] [INFO] 1 component(s) where generated. [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/test/resources [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT-sources.jar [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.404Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.404Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT.jar [2024-06-04T13:12:32.404Z] [INFO] [2024-06-04T13:12:32.405Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.405Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF [2024-06-04T13:12:32.405Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:32.405Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:32.405Z] [2024-06-04T13:12:32.405Z] [INFO] [2024-06-04T13:12:32.405Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.405Z] [INFO] [2024-06-04T13:12:32.405Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:32.405Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:12:32.405Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT.jar [2024-06-04T13:12:35.673Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:12:35.673Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT-sources.jar [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.services --- [2024-06-04T13:12:39.839Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF [2024-06-04T13:12:39.839Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:39.839Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:39.839Z] [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.bindings >----------- [2024-06-04T13:12:39.839Z] [INFO] Building [bundle] Eclipse Bindings Support 0.14.400-SNAPSHOT [46/523] [2024-06-04T13:12:39.839Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF [2024-06-04T13:12:39.839Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] The project's OSGi version is 0.14.400.v20240321-1245 [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/saveproperties [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] Resolving class path of [bundle] Eclipse Bindings Support [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/main/resources [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/main/resources [2024-06-04T13:12:39.839Z] [INFO] [2024-06-04T13:12:39.839Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.839Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:12:39.840Z] [INFO] [2024-06-04T13:12:39.840Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.840Z] [INFO] [2024-06-04T13:12:39.840Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:39.840Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:12:40.127Z] [INFO] org.eclipse.e4.ui.bindings.internal.BindingServiceCreationFunction.xml [2024-06-04T13:12:40.127Z] [INFO] 1 component(s) where generated. [2024-06-04T13:12:40.127Z] [INFO] [2024-06-04T13:12:40.127Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.127Z] [INFO] [2024-06-04T13:12:40.127Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.127Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/test/resources [2024-06-04T13:12:40.127Z] [INFO] [2024-06-04T13:12:40.127Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.127Z] [INFO] [2024-06-04T13:12:40.127Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.127Z] [INFO] [2024-06-04T13:12:40.127Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.127Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.14.400-SNAPSHOT-sources.jar [2024-06-04T13:12:40.127Z] [INFO] [2024-06-04T13:12:40.127Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.382Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.14.400-SNAPSHOT.jar [2024-06-04T13:12:40.382Z] [INFO] [2024-06-04T13:12:40.382Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.383Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF [2024-06-04T13:12:40.383Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:40.383Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:40.383Z] [2024-06-04T13:12:40.383Z] [INFO] [2024-06-04T13:12:40.383Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.383Z] [INFO] [2024-06-04T13:12:40.383Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:40.639Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.14.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:12:40.639Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.14.400-SNAPSHOT.jar [2024-06-04T13:12:43.908Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.14.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:12:43.908Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.14.400-SNAPSHOT-sources.jar [2024-06-04T13:12:47.200Z] [INFO] [2024-06-04T13:12:47.200Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.bindings --- [2024-06-04T13:12:47.200Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF [2024-06-04T13:12:47.200Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:47.200Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:47.200Z] [2024-06-04T13:12:47.200Z] [INFO] [2024-06-04T13:12:47.200Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.widgets >----------- [2024-06-04T13:12:47.200Z] [INFO] Building [bundle] Eclipse UI Custom widgets 1.4.100-SNAPSHOT [47/523] [2024-06-04T13:12:47.200Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF [2024-06-04T13:12:47.200Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:12:47.456Z] [INFO] [2024-06-04T13:12:47.456Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.456Z] [INFO] [2024-06-04T13:12:47.456Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.456Z] [INFO] The project's OSGi version is 1.4.100.v20231201-1637 [2024-06-04T13:12:47.456Z] [INFO] [2024-06-04T13:12:47.456Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.456Z] [INFO] [2024-06-04T13:12:47.456Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.456Z] [INFO] [2024-06-04T13:12:47.456Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.456Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/saveproperties [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] Resolving class path of [bundle] Eclipse UI Custom widgets [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/src/main/resources [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/src/main/resources [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/src/test/resources [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] [2024-06-04T13:12:47.457Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.457Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT-sources.jar [2024-06-04T13:12:47.714Z] [INFO] [2024-06-04T13:12:47.714Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.714Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT.jar [2024-06-04T13:12:47.714Z] [INFO] [2024-06-04T13:12:47.714Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.714Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF [2024-06-04T13:12:47.714Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:47.714Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:47.714Z] [2024-06-04T13:12:47.714Z] [INFO] [2024-06-04T13:12:47.714Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.714Z] [INFO] [2024-06-04T13:12:47.714Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:47.714Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:12:47.714Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT.jar [2024-06-04T13:12:50.981Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:12:50.981Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT-sources.jar [2024-06-04T13:12:54.246Z] [INFO] [2024-06-04T13:12:54.246Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.widgets --- [2024-06-04T13:12:54.246Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF [2024-06-04T13:12:54.246Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:54.246Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:54.246Z] [2024-06-04T13:12:54.246Z] [INFO] [2024-06-04T13:12:54.246Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.emf.xpath >------------ [2024-06-04T13:12:54.246Z] [INFO] Building [bundle] Eclipse Model Xpath 0.4.300-SNAPSHOT [48/523] [2024-06-04T13:12:54.246Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF [2024-06-04T13:12:54.246Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] The project's OSGi version is 0.4.300.v20240321-1245 [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/saveproperties [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] Resolving class path of [bundle] Eclipse Model Xpath [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/main/resources [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/main/resources [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.625Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.625Z] [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:12:55.625Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.626Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.626Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.626Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.626Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/test/resources [2024-06-04T13:12:55.626Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.626Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.626Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.626Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.300-SNAPSHOT-sources.jar [2024-06-04T13:12:55.626Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.626Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.300-SNAPSHOT.jar [2024-06-04T13:12:55.626Z] [INFO] [2024-06-04T13:12:55.626Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.882Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF [2024-06-04T13:12:55.882Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:12:55.882Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:12:55.882Z] [2024-06-04T13:12:55.882Z] [INFO] [2024-06-04T13:12:55.882Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.882Z] [INFO] [2024-06-04T13:12:55.882Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:12:55.882Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:12:55.882Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.300-SNAPSHOT.jar [2024-06-04T13:13:00.048Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:13:00.049Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.300-SNAPSHOT-sources.jar [2024-06-04T13:13:02.661Z] [INFO] [2024-06-04T13:13:02.661Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.emf.xpath --- [2024-06-04T13:13:02.661Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF [2024-06-04T13:13:02.661Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:02.661Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:02.661Z] [2024-06-04T13:13:02.661Z] [INFO] [2024-06-04T13:13:02.661Z] [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.model.workbench >------- [2024-06-04T13:13:02.661Z] [INFO] Building [bundle] Eclipse Workbench Model 2.4.300-SNAPSHOT [49/523] [2024-06-04T13:13:02.661Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF [2024-06-04T13:13:02.661Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:13:02.926Z] [INFO] [2024-06-04T13:13:02.926Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:02.926Z] [INFO] [2024-06-04T13:13:02.926Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.185Z] [INFO] The project's OSGi version is 2.4.300.v20240321-1245 [2024-06-04T13:13:03.185Z] [INFO] [2024-06-04T13:13:03.185Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.185Z] [INFO] [2024-06-04T13:13:03.185Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.185Z] [INFO] [2024-06-04T13:13:03.185Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.186Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/saveproperties [2024-06-04T13:13:03.186Z] [INFO] [2024-06-04T13:13:03.186Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.186Z] [INFO] [2024-06-04T13:13:03.186Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.186Z] [INFO] [2024-06-04T13:13:03.186Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.186Z] [INFO] Resolving class path of [bundle] Eclipse Workbench Model [2024-06-04T13:13:03.186Z] [INFO] [2024-06-04T13:13:03.186Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.186Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources [2024-06-04T13:13:03.186Z] [INFO] [2024-06-04T13:13:03.186Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.186Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources [2024-06-04T13:13:03.186Z] [INFO] [2024-06-04T13:13:03.186Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:03.186Z] [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:13:04.128Z] [INFO] [2024-06-04T13:13:04.128Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.128Z] [INFO] [2024-06-04T13:13:04.128Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.128Z] [INFO] [2024-06-04T13:13:04.128Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.384Z] [INFO] [2024-06-04T13:13:04.384Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.384Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/test/resources [2024-06-04T13:13:04.384Z] [INFO] [2024-06-04T13:13:04.384Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.384Z] [INFO] [2024-06-04T13:13:04.384Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.384Z] [INFO] [2024-06-04T13:13:04.384Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.384Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.300-SNAPSHOT-sources.jar [2024-06-04T13:13:04.640Z] [INFO] [2024-06-04T13:13:04.640Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.640Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.300-SNAPSHOT.jar [2024-06-04T13:13:04.640Z] [INFO] [2024-06-04T13:13:04.640Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:04.896Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF [2024-06-04T13:13:04.896Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:04.896Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:04.896Z] [2024-06-04T13:13:04.896Z] [INFO] [2024-06-04T13:13:04.896Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:05.160Z] [INFO] [2024-06-04T13:13:05.160Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:05.160Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:13:05.160Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.300-SNAPSHOT.jar [2024-06-04T13:13:09.331Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:13:09.331Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.300-SNAPSHOT-sources.jar [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.model.workbench --- [2024-06-04T13:13:14.575Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF [2024-06-04T13:13:14.575Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:14.575Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:14.575Z] [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] -----< org.eclipse.platform:org.eclipse.core.databinding.property >----- [2024-06-04T13:13:14.575Z] [INFO] Building [bundle] JFace Data Binding Properties 1.10.300-SNAPSHOT [50/523] [2024-06-04T13:13:14.575Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF [2024-06-04T13:13:14.575Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] The project's OSGi version is 1.10.300.v20240424-0444 [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/saveproperties [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] Resolving class path of [bundle] JFace Data Binding Properties [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/main/resources [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.575Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/main/resources [2024-06-04T13:13:14.575Z] [INFO] [2024-06-04T13:13:14.575Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/test/resources [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.300-SNAPSHOT-sources.jar [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.300-SNAPSHOT.jar [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.10.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF [2024-06-04T13:13:14.576Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:14.576Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:14.576Z] [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.576Z] [INFO] [2024-06-04T13:13:14.576Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:14.832Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:13:14.832Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.300-SNAPSHOT.jar [2024-06-04T13:13:18.999Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:13:18.999Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.300-SNAPSHOT-sources.jar [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.databinding.property --- [2024-06-04T13:13:22.266Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.10.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF [2024-06-04T13:13:22.266Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:22.266Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:22.266Z] [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.databinding >---------- [2024-06-04T13:13:22.266Z] [INFO] Building [bundle] JFace Data Binding 1.13.300-SNAPSHOT [51/523] [2024-06-04T13:13:22.266Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF [2024-06-04T13:13:22.266Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] The project's OSGi version is 1.13.300.v20240424-0444 [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/saveproperties [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] Resolving class path of [bundle] JFace Data Binding [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/main/resources [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/main/resources [2024-06-04T13:13:22.266Z] [INFO] [2024-06-04T13:13:22.266Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.266Z] [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:13:22.832Z] [INFO] [2024-06-04T13:13:22.832Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.832Z] [INFO] [2024-06-04T13:13:22.832Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.832Z] [INFO] [2024-06-04T13:13:22.832Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.832Z] [INFO] [2024-06-04T13:13:22.832Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.832Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/test/resources [2024-06-04T13:13:22.832Z] [INFO] [2024-06-04T13:13:22.832Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.832Z] [INFO] [2024-06-04T13:13:22.832Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.832Z] [INFO] [2024-06-04T13:13:22.832Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.databinding --- [2024-06-04T13:13:22.832Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.300-SNAPSHOT-sources.jar [2024-06-04T13:13:23.127Z] [INFO] [2024-06-04T13:13:23.127Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.databinding --- [2024-06-04T13:13:23.127Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.300-SNAPSHOT.jar [2024-06-04T13:13:23.127Z] [INFO] [2024-06-04T13:13:23.127Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding --- [2024-06-04T13:13:23.382Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF [2024-06-04T13:13:23.383Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:23.383Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:23.383Z] [2024-06-04T13:13:23.383Z] [INFO] [2024-06-04T13:13:23.383Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding --- [2024-06-04T13:13:23.638Z] [INFO] [2024-06-04T13:13:23.638Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.databinding --- [2024-06-04T13:13:23.895Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:13:23.895Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.300-SNAPSHOT.jar [2024-06-04T13:13:28.062Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:13:28.062Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.300-SNAPSHOT-sources.jar [2024-06-04T13:13:31.348Z] [INFO] [2024-06-04T13:13:31.348Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.databinding --- [2024-06-04T13:13:31.348Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF [2024-06-04T13:13:31.348Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:31.348Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:31.348Z] [2024-06-04T13:13:31.348Z] [INFO] [2024-06-04T13:13:31.348Z] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme >-------- [2024-06-04T13:13:31.348Z] [INFO] Building [bundle] Eclipse CSS SWT Theme Support 0.14.400-SNAPSHOT [52/523] [2024-06-04T13:13:31.348Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF [2024-06-04T13:13:31.348Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:13:31.348Z] [INFO] [2024-06-04T13:13:31.348Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.348Z] [INFO] [2024-06-04T13:13:31.348Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.348Z] [INFO] The project's OSGi version is 0.14.400.v20240424-0956 [2024-06-04T13:13:31.348Z] [INFO] [2024-06-04T13:13:31.348Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.349Z] [INFO] [2024-06-04T13:13:31.349Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.349Z] [INFO] [2024-06-04T13:13:31.349Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.349Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/saveproperties [2024-06-04T13:13:31.349Z] [INFO] [2024-06-04T13:13:31.349Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.349Z] [INFO] [2024-06-04T13:13:31.349Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.349Z] [INFO] [2024-06-04T13:13:31.349Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.349Z] [INFO] Resolving class path of [bundle] Eclipse CSS SWT Theme Support [2024-06-04T13:13:31.604Z] [INFO] [2024-06-04T13:13:31.605Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.605Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/main/resources [2024-06-04T13:13:31.605Z] [INFO] [2024-06-04T13:13:31.605Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.605Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/main/resources [2024-06-04T13:13:31.605Z] [INFO] [2024-06-04T13:13:31.605Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.605Z] [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.861Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:13:31.861Z] [INFO] org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngineManager.xml [2024-06-04T13:13:31.861Z] [INFO] 1 component(s) where generated. [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.861Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/test/resources [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.861Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.400-SNAPSHOT-sources.jar [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:31.861Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.400-SNAPSHOT.jar [2024-06-04T13:13:31.861Z] [INFO] [2024-06-04T13:13:31.861Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:32.117Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF [2024-06-04T13:13:32.117Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:32.117Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:32.117Z] [2024-06-04T13:13:32.117Z] [INFO] [2024-06-04T13:13:32.117Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:32.117Z] [INFO] [2024-06-04T13:13:32.117Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:32.117Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:13:32.117Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.400-SNAPSHOT.jar [2024-06-04T13:13:35.384Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:13:35.384Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.400-SNAPSHOT-sources.jar [2024-06-04T13:13:38.651Z] [INFO] [2024-06-04T13:13:38.651Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.css.swt.theme --- [2024-06-04T13:13:38.651Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF [2024-06-04T13:13:38.651Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:38.651Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:38.651Z] [2024-06-04T13:13:38.651Z] [INFO] [2024-06-04T13:13:38.651Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.workbench >---------- [2024-06-04T13:13:38.651Z] [INFO] Building [bundle] Eclipse e4 Workbench 1.15.400-SNAPSHOT [53/523] [2024-06-04T13:13:38.651Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF [2024-06-04T13:13:38.651Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:13:39.213Z] [INFO] [2024-06-04T13:13:39.214Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.214Z] [INFO] [2024-06-04T13:13:39.214Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.214Z] [INFO] The project's OSGi version is 1.15.400.v20240502-1134 [2024-06-04T13:13:39.214Z] [INFO] [2024-06-04T13:13:39.214Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.214Z] [INFO] [2024-06-04T13:13:39.214Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.214Z] [INFO] [2024-06-04T13:13:39.214Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.214Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/saveproperties [2024-06-04T13:13:39.214Z] [INFO] [2024-06-04T13:13:39.214Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.214Z] [INFO] [2024-06-04T13:13:39.214Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.214Z] [INFO] [2024-06-04T13:13:39.214Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.214Z] [INFO] Resolving class path of [bundle] Eclipse e4 Workbench [2024-06-04T13:13:39.470Z] [INFO] [2024-06-04T13:13:39.470Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.470Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/main/resources [2024-06-04T13:13:39.470Z] [INFO] [2024-06-04T13:13:39.470Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.470Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/main/resources [2024-06-04T13:13:39.470Z] [INFO] [2024-06-04T13:13:39.470Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:39.470Z] [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:13:40.031Z] [INFO] [2024-06-04T13:13:40.031Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.031Z] [INFO] [2024-06-04T13:13:40.031Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.031Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:13:40.031Z] [INFO] org.eclipse.e4.ui.internal.LocaleChangeServiceContextFunction.xml [2024-06-04T13:13:40.031Z] [INFO] org.eclipse.e4.ui.internal.workbench.ExtensionTrackeContextFunction.xml [2024-06-04T13:13:40.031Z] [INFO] org.eclipse.e4.ui.internal.workbench.ModelAssembler.xml [2024-06-04T13:13:40.031Z] [INFO] org.eclipse.e4.ui.internal.workbench.PartServiceCreationFunction.xml [2024-06-04T13:13:40.031Z] [INFO] org.eclipse.e4.ui.internal.workbench.ProgressMonitorFunction.xml [2024-06-04T13:13:40.031Z] [INFO] 5 component(s) where generated. [2024-06-04T13:13:40.031Z] [INFO] [2024-06-04T13:13:40.031Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.287Z] [INFO] [2024-06-04T13:13:40.287Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.287Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/test/resources [2024-06-04T13:13:40.287Z] [INFO] [2024-06-04T13:13:40.287Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.287Z] [INFO] [2024-06-04T13:13:40.287Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.287Z] [INFO] [2024-06-04T13:13:40.287Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.287Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.400-SNAPSHOT-sources.jar [2024-06-04T13:13:40.287Z] [INFO] [2024-06-04T13:13:40.287Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.288Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.400-SNAPSHOT.jar [2024-06-04T13:13:40.288Z] [INFO] [2024-06-04T13:13:40.288Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.543Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.15.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF [2024-06-04T13:13:40.543Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:40.543Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:40.543Z] [2024-06-04T13:13:40.543Z] [INFO] [2024-06-04T13:13:40.543Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.543Z] [INFO] [2024-06-04T13:13:40.543Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:40.800Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:13:40.800Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.400-SNAPSHOT.jar [2024-06-04T13:13:44.966Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:13:44.967Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.400-SNAPSHOT-sources.jar [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench --- [2024-06-04T13:13:48.238Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.15.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF [2024-06-04T13:13:48.238Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:48.238Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:48.238Z] [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.ui.workbench3 >---------- [2024-06-04T13:13:48.238Z] [INFO] Building [bundle] Bundle for Workbench APIs available in e4 0.17.400-SNAPSHOT [54/523] [2024-06-04T13:13:48.238Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF [2024-06-04T13:13:48.238Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.238Z] [INFO] The project's OSGi version is 0.17.400.v20240321-1245 [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.238Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/saveproperties [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.238Z] [INFO] [2024-06-04T13:13:48.238Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.238Z] [INFO] Resolving class path of [bundle] Bundle for Workbench APIs available in e4 [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/main/resources [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/main/resources [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/test/resources [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.495Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.400-SNAPSHOT-sources.jar [2024-06-04T13:13:48.495Z] [INFO] [2024-06-04T13:13:48.495Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.496Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.400-SNAPSHOT.jar [2024-06-04T13:13:48.496Z] [INFO] [2024-06-04T13:13:48.496Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.752Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.17.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF [2024-06-04T13:13:48.752Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:48.752Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:48.752Z] [2024-06-04T13:13:48.752Z] [INFO] [2024-06-04T13:13:48.752Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.752Z] [INFO] [2024-06-04T13:13:48.752Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:48.752Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:13:48.752Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.400-SNAPSHOT.jar [2024-06-04T13:13:52.028Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:13:52.028Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.400-SNAPSHOT-sources.jar [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench3 --- [2024-06-04T13:13:56.196Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.17.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF [2024-06-04T13:13:56.196Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:56.196Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:56.196Z] [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] -------------< org.eclipse.platform:org.eclipse.urischeme >------------- [2024-06-04T13:13:56.196Z] [INFO] Building [bundle] Eclipse URI Scheme Handling 1.3.300-SNAPSHOT [55/523] [2024-06-04T13:13:56.196Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF [2024-06-04T13:13:56.196Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.196Z] [INFO] The project's OSGi version is 1.3.300.v20240424-0956 [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.196Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/saveproperties [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.196Z] [INFO] [2024-06-04T13:13:56.196Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.196Z] [INFO] Resolving class path of [bundle] Eclipse URI Scheme Handling [2024-06-04T13:13:56.452Z] [INFO] [2024-06-04T13:13:56.452Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.452Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/main/resources [2024-06-04T13:13:56.452Z] [INFO] [2024-06-04T13:13:56.452Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.452Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/main/resources [2024-06-04T13:13:56.452Z] [INFO] [2024-06-04T13:13:56.452Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.452Z] [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/test/resources [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.300-SNAPSHOT-sources.jar [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.300-SNAPSHOT.jar [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.711Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF [2024-06-04T13:13:56.711Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:13:56.711Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:13:56.711Z] [2024-06-04T13:13:56.711Z] [INFO] [2024-06-04T13:13:56.711Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.968Z] [INFO] [2024-06-04T13:13:56.968Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.urischeme --- [2024-06-04T13:13:56.968Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:13:56.969Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.300-SNAPSHOT.jar [2024-06-04T13:14:00.238Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:14:00.238Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.300-SNAPSHOT-sources.jar [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.urischeme --- [2024-06-04T13:14:04.407Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF [2024-06-04T13:14:04.407Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:04.407Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:04.407Z] [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] ---------< org.eclipse.platform:org.eclipse.jface.databinding >--------- [2024-06-04T13:14:04.407Z] [INFO] Building [bundle] JFace Data Binding for SWT and JFace 1.15.300-SNAPSHOT [56/523] [2024-06-04T13:14:04.407Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF [2024-06-04T13:14:04.407Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.407Z] [INFO] The project's OSGi version is 1.15.300.v20240424-0444 [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.407Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/saveproperties [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.407Z] [INFO] Resolving class path of [bundle] JFace Data Binding for SWT and JFace [2024-06-04T13:14:04.407Z] [INFO] [2024-06-04T13:14:04.407Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/main/resources [2024-06-04T13:14:04.408Z] [INFO] [2024-06-04T13:14:04.408Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/main/resources [2024-06-04T13:14:04.408Z] [INFO] [2024-06-04T13:14:04.408Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.408Z] [INFO] Compiling 174 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:14:04.680Z] [INFO] [2024-06-04T13:14:04.680Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.680Z] [INFO] [2024-06-04T13:14:04.680Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.680Z] [INFO] [2024-06-04T13:14:04.680Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.936Z] [INFO] [2024-06-04T13:14:04.936Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.936Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/test/resources [2024-06-04T13:14:04.936Z] [INFO] [2024-06-04T13:14:04.936Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.936Z] [INFO] [2024-06-04T13:14:04.936Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.936Z] [INFO] [2024-06-04T13:14:04.936Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:04.936Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.15.300-SNAPSHOT-sources.jar [2024-06-04T13:14:04.936Z] [INFO] [2024-06-04T13:14:04.936Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:05.228Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.15.300-SNAPSHOT.jar [2024-06-04T13:14:05.228Z] [INFO] [2024-06-04T13:14:05.228Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:05.485Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF [2024-06-04T13:14:05.485Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:05.485Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:05.485Z] [2024-06-04T13:14:05.485Z] [INFO] [2024-06-04T13:14:05.485Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:05.742Z] [INFO] [2024-06-04T13:14:05.742Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:06.305Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.15.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:14:06.305Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.15.300-SNAPSHOT.jar [2024-06-04T13:14:10.475Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.15.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:14:10.475Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.15.300-SNAPSHOT-sources.jar [2024-06-04T13:14:13.748Z] [INFO] [2024-06-04T13:14:13.748Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jface.databinding --- [2024-06-04T13:14:13.749Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF [2024-06-04T13:14:13.749Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:13.749Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:13.749Z] [2024-06-04T13:14:13.749Z] [INFO] [2024-06-04T13:14:13.749Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.dialogs >----------- [2024-06-04T13:14:13.749Z] [INFO] Building [bundle] Eclipse e4 dialogs 1.5.0-SNAPSHOT [57/523] [2024-06-04T13:14:13.749Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF [2024-06-04T13:14:13.749Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:14:14.004Z] [INFO] [2024-06-04T13:14:14.004Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] The project's OSGi version is 1.5.0.v20240424-0957 [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/saveproperties [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] Resolving class path of [bundle] Eclipse e4 dialogs [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/main/resources [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.005Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/main/resources [2024-06-04T13:14:14.005Z] [INFO] [2024-06-04T13:14:14.005Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.261Z] [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:14:14.525Z] [INFO] [2024-06-04T13:14:14.525Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.525Z] [INFO] [2024-06-04T13:14:14.525Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.525Z] [INFO] [2024-06-04T13:14:14.525Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.525Z] [INFO] [2024-06-04T13:14:14.525Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.526Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/test/resources [2024-06-04T13:14:14.526Z] [INFO] [2024-06-04T13:14:14.526Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.526Z] [INFO] [2024-06-04T13:14:14.526Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.526Z] [INFO] [2024-06-04T13:14:14.526Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.526Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.5.0-SNAPSHOT-sources.jar [2024-06-04T13:14:14.526Z] [INFO] [2024-06-04T13:14:14.526Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.526Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.5.0-SNAPSHOT.jar [2024-06-04T13:14:14.526Z] [INFO] [2024-06-04T13:14:14.526Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.526Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF [2024-06-04T13:14:14.526Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:14.526Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:14.526Z] [2024-06-04T13:14:14.526Z] [INFO] [2024-06-04T13:14:14.526Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.782Z] [INFO] [2024-06-04T13:14:14.782Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:14.782Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.5.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:14:14.782Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.5.0-SNAPSHOT.jar [2024-06-04T13:14:18.053Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.5.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:14:18.053Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.5.0-SNAPSHOT-sources.jar [2024-06-04T13:14:21.319Z] [INFO] [2024-06-04T13:14:21.319Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.dialogs --- [2024-06-04T13:14:21.575Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF [2024-06-04T13:14:21.575Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:21.575Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:21.575Z] [2024-06-04T13:14:21.575Z] [INFO] [2024-06-04T13:14:21.575Z] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.workbench.swt >-------- [2024-06-04T13:14:21.575Z] [INFO] Building [bundle] Eclipse e4 Workbench SWT 0.17.400-SNAPSHOT [58/523] [2024-06-04T13:14:21.575Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF [2024-06-04T13:14:21.575Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:14:22.136Z] [INFO] [2024-06-04T13:14:22.136Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.136Z] [INFO] [2024-06-04T13:14:22.136Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.136Z] [INFO] The project's OSGi version is 0.17.400.v20240425-0840 [2024-06-04T13:14:22.136Z] [INFO] [2024-06-04T13:14:22.136Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.136Z] [INFO] [2024-06-04T13:14:22.136Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.136Z] [INFO] [2024-06-04T13:14:22.136Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.136Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/saveproperties [2024-06-04T13:14:22.136Z] [INFO] [2024-06-04T13:14:22.136Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.136Z] [INFO] [2024-06-04T13:14:22.136Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.392Z] [INFO] [2024-06-04T13:14:22.392Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.392Z] [INFO] Resolving class path of [bundle] Eclipse e4 Workbench SWT [2024-06-04T13:14:22.647Z] [INFO] [2024-06-04T13:14:22.647Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.648Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/main/resources [2024-06-04T13:14:22.648Z] [INFO] [2024-06-04T13:14:22.648Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.648Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/main/resources [2024-06-04T13:14:22.648Z] [INFO] [2024-06-04T13:14:22.648Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:22.648Z] [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:14:23.209Z] [INFO] [2024-06-04T13:14:23.209Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.209Z] [INFO] [2024-06-04T13:14:23.209Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.209Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:14:23.464Z] [INFO] org.eclipse.e4.ui.internal.workbench.swt.ContextListener.xml [2024-06-04T13:14:23.464Z] [INFO] org.eclipse.e4.ui.internal.workbench.swt.E4Testable.xml [2024-06-04T13:14:23.464Z] [INFO] org.eclipse.e4.ui.internal.workbench.swt.MenuServiceCreationFunction.xml [2024-06-04T13:14:23.464Z] [INFO] org.eclipse.e4.ui.internal.workbench.swt.StatusReporterCreationFunction.xml [2024-06-04T13:14:23.464Z] [INFO] 4 component(s) where generated. [2024-06-04T13:14:23.464Z] [INFO] [2024-06-04T13:14:23.464Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.464Z] [INFO] [2024-06-04T13:14:23.464Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.464Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/test/resources [2024-06-04T13:14:23.464Z] [INFO] [2024-06-04T13:14:23.464Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.725Z] [INFO] [2024-06-04T13:14:23.725Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.725Z] [INFO] [2024-06-04T13:14:23.725Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.726Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.400-SNAPSHOT-sources.jar [2024-06-04T13:14:23.726Z] [INFO] [2024-06-04T13:14:23.726Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.726Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.400-SNAPSHOT.jar [2024-06-04T13:14:23.726Z] [INFO] [2024-06-04T13:14:23.726Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.726Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.17.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF [2024-06-04T13:14:23.726Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:23.726Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:23.726Z] [2024-06-04T13:14:23.726Z] [INFO] [2024-06-04T13:14:23.726Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.981Z] [INFO] [2024-06-04T13:14:23.981Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:23.981Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:14:23.981Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.400-SNAPSHOT.jar [2024-06-04T13:14:28.147Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:14:28.147Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.400-SNAPSHOT-sources.jar [2024-06-04T13:14:30.662Z] [INFO] [2024-06-04T13:14:30.662Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench.swt --- [2024-06-04T13:14:30.918Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.17.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF [2024-06-04T13:14:30.918Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:30.918Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:30.918Z] [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --------------< eclipse.platform.ua:eclipse.platform.ua >--------------- [2024-06-04T13:14:30.918Z] [INFO] Building eclipse.platform.ua 4.33.0-SNAPSHOT [59/523] [2024-06-04T13:14:30.918Z] [INFO] from eclipse.platform/ua/pom.xml [2024-06-04T13:14:30.918Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/saveproperties [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/src/main/resources [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.ua --- [2024-06-04T13:14:30.918Z] [INFO] [2024-06-04T13:14:30.918Z] [INFO] -----------------< org.eclipse.help:org.eclipse.help >------------------ [2024-06-04T13:14:30.919Z] [INFO] Building org.eclipse.help 3.10.400-SNAPSHOT [60/523] [2024-06-04T13:14:30.919Z] [INFO] from eclipse.platform/ua/org.eclipse.help/pom.xml [2024-06-04T13:14:30.919Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:14:31.174Z] [INFO] [2024-06-04T13:14:31.174Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.help --- [2024-06-04T13:14:31.174Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] The project's OSGi version is 3.10.400.v20240415-0528 [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/saveproperties [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] Resolving class path of org.eclipse.help [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/src/main/resources [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/src/main/resources [2024-06-04T13:14:31.175Z] [INFO] [2024-06-04T13:14:31.175Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.help --- [2024-06-04T13:14:31.175Z] [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:14:31.737Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/src/org/eclipse/help/internal/context/IStyledContext.java:[20] [2024-06-04T13:14:31.737Z] * org.eclipse.help.ui.internal.ContextHelpDialog TODO Create interface that [2024-06-04T13:14:31.737Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:14:31.737Z] TODO Create interface that [2024-06-04T13:14:31.737Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/src/org/eclipse/help/internal/util/ProductPreferences.java:[369] [2024-06-04T13:14:31.737Z] // TODO Auto-generated method stub [2024-06-04T13:14:31.737Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:14:31.737Z] TODO Auto-generated method stub [2024-06-04T13:14:31.737Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/src/org/eclipse/help/internal/util/ResourceLocator.java:[390] [2024-06-04T13:14:31.737Z] // TODO add override for ws and os similar to how it's done with locale [2024-06-04T13:14:31.737Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:14:31.737Z] TODO add override for ws and os similar to how it's done with locale [2024-06-04T13:14:31.737Z] 3 problems (null, 3 warnings) [2024-06-04T13:14:31.737Z] [INFO] [2024-06-04T13:14:31.737Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.help --- [2024-06-04T13:14:31.737Z] [INFO] [2024-06-04T13:14:31.737Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.help --- [2024-06-04T13:14:31.737Z] [INFO] [2024-06-04T13:14:31.737Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.help --- [2024-06-04T13:14:31.995Z] [INFO] [2024-06-04T13:14:31.995Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.help --- [2024-06-04T13:14:31.995Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/src/test/resources [2024-06-04T13:14:31.995Z] [INFO] [2024-06-04T13:14:31.995Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.help --- [2024-06-04T13:14:31.995Z] [INFO] [2024-06-04T13:14:31.995Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help --- [2024-06-04T13:14:31.995Z] [INFO] [2024-06-04T13:14:31.995Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.help --- [2024-06-04T13:14:31.995Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/target/org.eclipse.help-3.10.400-SNAPSHOT-sources.jar [2024-06-04T13:14:31.995Z] [INFO] [2024-06-04T13:14:31.995Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.help --- [2024-06-04T13:14:31.995Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/target/org.eclipse.help-3.10.400-SNAPSHOT.jar [2024-06-04T13:14:32.250Z] [INFO] [2024-06-04T13:14:32.250Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help --- [2024-06-04T13:14:32.251Z] [INFO] MavenProject: org.eclipse.help:org.eclipse.help:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/pom.xml [2024-06-04T13:14:32.251Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:32.251Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:32.251Z] [2024-06-04T13:14:32.251Z] [INFO] [2024-06-04T13:14:32.251Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help --- [2024-06-04T13:14:32.251Z] [INFO] [2024-06-04T13:14:32.251Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.help --- [2024-06-04T13:14:32.506Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/target/org.eclipse.help-3.10.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:14:32.506Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/target/org.eclipse.help-3.10.400-SNAPSHOT.jar [2024-06-04T13:14:36.672Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/target/org.eclipse.help-3.10.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:14:36.672Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/target/org.eclipse.help-3.10.400-SNAPSHOT-sources.jar [2024-06-04T13:14:39.938Z] [INFO] [2024-06-04T13:14:39.938Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.help --- [2024-06-04T13:14:39.938Z] [INFO] MavenProject: org.eclipse.help:org.eclipse.help:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help/pom.xml [2024-06-04T13:14:39.938Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:39.938Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:39.938Z] [2024-06-04T13:14:39.938Z] [INFO] [2024-06-04T13:14:39.938Z] [INFO] ---< org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt >--- [2024-06-04T13:14:39.938Z] [INFO] Building [bundle] Eclipse e4 Workbench SWT Renderer 0.16.400-SNAPSHOT [61/523] [2024-06-04T13:14:39.938Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF [2024-06-04T13:14:39.938Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:14:40.194Z] [INFO] [2024-06-04T13:14:40.194Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.194Z] [INFO] [2024-06-04T13:14:40.194Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.194Z] [INFO] The project's OSGi version is 0.16.400.v20240418-1547 [2024-06-04T13:14:40.194Z] [INFO] [2024-06-04T13:14:40.194Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.194Z] [INFO] [2024-06-04T13:14:40.194Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.194Z] [INFO] [2024-06-04T13:14:40.194Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.194Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/saveproperties [2024-06-04T13:14:40.194Z] [INFO] [2024-06-04T13:14:40.194Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.194Z] [INFO] [2024-06-04T13:14:40.194Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.194Z] [INFO] [2024-06-04T13:14:40.194Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.194Z] [INFO] Resolving class path of [bundle] Eclipse e4 Workbench SWT Renderer [2024-06-04T13:14:40.450Z] [INFO] [2024-06-04T13:14:40.450Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.450Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/main/resources [2024-06-04T13:14:40.450Z] [INFO] [2024-06-04T13:14:40.450Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.450Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/main/resources [2024-06-04T13:14:40.450Z] [INFO] [2024-06-04T13:14:40.450Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:40.450Z] [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:14:41.030Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java:[1257] [2024-06-04T13:14:41.030Z] boolean accessible = field.isAccessible(); [2024-06-04T13:14:41.030Z] ^^^^^^^^^^^^^^ [2024-06-04T13:14:41.030Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9 [2024-06-04T13:14:41.030Z] 1 problem (1 warning) [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/test/resources [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.030Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400-SNAPSHOT-sources.jar [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.030Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400-SNAPSHOT.jar [2024-06-04T13:14:41.030Z] [INFO] [2024-06-04T13:14:41.030Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.286Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF [2024-06-04T13:14:41.286Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:41.286Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:41.286Z] [2024-06-04T13:14:41.286Z] [INFO] [2024-06-04T13:14:41.286Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.286Z] [INFO] [2024-06-04T13:14:41.286Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:41.542Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:14:41.542Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400-SNAPSHOT.jar [2024-06-04T13:14:45.708Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:14:45.708Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400-SNAPSHOT-sources.jar [2024-06-04T13:14:48.224Z] [INFO] [2024-06-04T13:14:48.224Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench.renderers.swt --- [2024-06-04T13:14:48.480Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF [2024-06-04T13:14:48.480Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:48.480Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:48.480Z] [2024-06-04T13:14:48.480Z] [INFO] [2024-06-04T13:14:48.480Z] [INFO] ----< org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt >----- [2024-06-04T13:14:48.480Z] [INFO] Building [bundle] Eclipse e4 Workbench Add-ons 1.5.400-SNAPSHOT [62/523] [2024-06-04T13:14:48.480Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF [2024-06-04T13:14:48.480Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:14:48.736Z] [INFO] [2024-06-04T13:14:48.736Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.736Z] [INFO] [2024-06-04T13:14:48.736Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.992Z] [INFO] The project's OSGi version is 1.5.400.v20240416-0658 [2024-06-04T13:14:48.992Z] [INFO] [2024-06-04T13:14:48.992Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.992Z] [INFO] [2024-06-04T13:14:48.992Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.992Z] [INFO] [2024-06-04T13:14:48.993Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/saveproperties [2024-06-04T13:14:48.993Z] [INFO] [2024-06-04T13:14:48.993Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.993Z] [INFO] [2024-06-04T13:14:48.993Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.993Z] [INFO] [2024-06-04T13:14:48.993Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.993Z] [INFO] Resolving class path of [bundle] Eclipse e4 Workbench Add-ons [2024-06-04T13:14:48.993Z] [INFO] [2024-06-04T13:14:48.993Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/main/resources [2024-06-04T13:14:48.993Z] [INFO] [2024-06-04T13:14:48.993Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/main/resources [2024-06-04T13:14:48.993Z] [INFO] [2024-06-04T13:14:48.993Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:48.993Z] [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:14:49.555Z] [INFO] [2024-06-04T13:14:49.555Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.555Z] [INFO] [2024-06-04T13:14:49.555Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.556Z] [INFO] [2024-06-04T13:14:49.556Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.556Z] [INFO] [2024-06-04T13:14:49.556Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.556Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/test/resources [2024-06-04T13:14:49.556Z] [INFO] [2024-06-04T13:14:49.556Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.556Z] [INFO] [2024-06-04T13:14:49.556Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.556Z] [INFO] [2024-06-04T13:14:49.556Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.556Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:14:49.556Z] [INFO] [2024-06-04T13:14:49.556Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.556Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.400-SNAPSHOT.jar [2024-06-04T13:14:49.556Z] [INFO] [2024-06-04T13:14:49.556Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.556Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF [2024-06-04T13:14:49.556Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:49.556Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:49.556Z] [2024-06-04T13:14:49.828Z] [INFO] [2024-06-04T13:14:49.828Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.828Z] [INFO] [2024-06-04T13:14:49.828Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:49.828Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:14:49.828Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.400-SNAPSHOT.jar [2024-06-04T13:14:54.006Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:14:54.006Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:14:57.273Z] [INFO] [2024-06-04T13:14:57.273Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench.addons.swt --- [2024-06-04T13:14:57.273Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF [2024-06-04T13:14:57.273Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:14:57.273Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:14:57.273Z] [2024-06-04T13:14:57.273Z] [INFO] [2024-06-04T13:14:57.273Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.workbench >------------ [2024-06-04T13:14:57.273Z] [INFO] Building [bundle] Eclipse Workbench 3.132.0-SNAPSHOT [63/523] [2024-06-04T13:14:57.273Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.workbench/.polyglot.META-INF [2024-06-04T13:14:57.274Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] The project's OSGi version is 3.132.0.v20240524-2010 [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/saveproperties [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] Resolving class path of [bundle] Eclipse Workbench [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-35) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI Editor Support added. [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.274Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.274Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/src/main/resources [2024-06-04T13:14:57.274Z] [INFO] [2024-06-04T13:14:57.275Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.275Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/src/main/resources [2024-06-04T13:14:57.275Z] [INFO] [2024-06-04T13:14:57.275Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.workbench --- [2024-06-04T13:14:57.275Z] [INFO] Compiling 1162 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:15:03.826Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[27] [2024-06-04T13:15:03.826Z] import org.osgi.service.packageadmin.ExportedPackage; [2024-06-04T13:15:03.826Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.826Z] The type ExportedPackage is deprecated [2024-06-04T13:15:03.826Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[28] [2024-06-04T13:15:03.826Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:15:03.826Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.826Z] The type PackageAdmin is deprecated [2024-06-04T13:15:03.826Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[141] [2024-06-04T13:15:03.826Z] PackageAdmin admin = getPackageAdmin(); [2024-06-04T13:15:03.826Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.826Z] The type PackageAdmin is deprecated [2024-06-04T13:15:03.826Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[146] [2024-06-04T13:15:03.826Z] ExportedPackage[] packages = admin.getExportedPackages(packageName); [2024-06-04T13:15:03.826Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.826Z] The type ExportedPackage is deprecated [2024-06-04T13:15:03.826Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[146] [2024-06-04T13:15:03.827Z] ExportedPackage[] packages = admin.getExportedPackages(packageName); [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The method getExportedPackages(String) from the type PackageAdmin is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[151] [2024-06-04T13:15:03.827Z] if (packages[0].getExportingBundle().getState() == Bundle.ACTIVE) { [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The method getExportingBundle() from the type ExportedPackage is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[157] [2024-06-04T13:15:03.827Z] .getAdapter(packages[0].getExportingBundle().loadClass(type.className)); [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The method getExportingBundle() from the type ExportedPackage is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[224] [2024-06-04T13:15:03.827Z] private PackageAdmin getPackageAdmin() { [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The type PackageAdmin is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[227] [2024-06-04T13:15:03.827Z] PackageAdmin.class.getName(), null); [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The type PackageAdmin is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[231] [2024-06-04T13:15:03.827Z] return (PackageAdmin) packageTracker.getService(); [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The type PackageAdmin is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java:[27] [2024-06-04T13:15:03.827Z] import org.eclipse.ui.contexts.IWorkbenchContextSupport; [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The type IWorkbenchContextSupport is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/WorkbenchTriggerPointAdvisor.java:[118] [2024-06-04T13:15:03.827Z] WorkbenchPlugin.getDefault().savePluginPreferences(); [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java:[34] [2024-06-04T13:15:03.827Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The type ViewerSorter is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java:[259] [2024-06-04T13:15:03.827Z] editorTable = new FilteredTree(contents, SWT.SINGLE | SWT.BORDER, new PatternFilter(), true); [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java:[37] [2024-06-04T13:15:03.827Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The type ViewerSorter is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActivityPersistanceHelper.java:[254] [2024-06-04T13:15:03.827Z] WorkbenchPlugin.getDefault().savePluginPreferences(); [2024-06-04T13:15:03.827Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.827Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:15:03.827Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[30] [2024-06-04T13:15:03.827Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[31] [2024-06-04T13:15:03.828Z] import org.eclipse.ui.INestableKeyBindingService; [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[47] [2024-06-04T13:15:03.828Z] public final class KeyBindingService implements INestableKeyBindingService { [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[54] [2024-06-04T13:15:03.828Z] private final Map nestedServices = new HashMap<>(); [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[71] [2024-06-04T13:15:03.828Z] private IKeyBindingService activeService; [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[119] [2024-06-04T13:15:03.828Z] final IKeyBindingService service = nestedServices.get(nestedSite); [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[133] [2024-06-04T13:15:03.828Z] private void activateNestedService(IKeyBindingService service) { [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[255] [2024-06-04T13:15:03.828Z] public IKeyBindingService getKeyBindingService(IWorkbenchSite nestedSite) { [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[264] [2024-06-04T13:15:03.828Z] IKeyBindingService service = nestedServices.get(nestedSite); [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[339] [2024-06-04T13:15:03.828Z] final IKeyBindingService service = nestedServices.remove(nestedSite); [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java:[36] [2024-06-04T13:15:03.828Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java:[240] [2024-06-04T13:15:03.828Z] e4Context.set(IKeyBindingService.class.getName(), new ContextFunction() { [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java:[547] [2024-06-04T13:15:03.828Z] public IKeyBindingService getKeyBindingService() { [2024-06-04T13:15:03.828Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.828Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.828Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java:[548] [2024-06-04T13:15:03.828Z] return e4Context.get(IKeyBindingService.class); [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java:[29] [2024-06-04T13:15:03.829Z] import org.eclipse.ui.IActionDelegateWithEvent; [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java:[233] [2024-06-04T13:15:03.829Z] if (delegate instanceof IActionDelegateWithEvent) { [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java:[234] [2024-06-04T13:15:03.829Z] ((IActionDelegateWithEvent) delegate).runWithEvent(this, event); [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java:[234] [2024-06-04T13:15:03.829Z] ((IActionDelegateWithEvent) delegate).runWithEvent(this, event); [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The method runWithEvent(IAction, Event) from the type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ProductProperties.java:[307] [2024-06-04T13:15:03.829Z] property = product.getProperty(WINDOW_IMAGE); [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The field IProductConstants.WINDOW_IMAGE is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java:[20] [2024-06-04T13:15:03.829Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java:[59] [2024-06-04T13:15:03.829Z] public IKeyBindingService getKeyBindingService() { [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java:[60] [2024-06-04T13:15:03.829Z] return viewSite.getKeyBindingService(); [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:[142] [2024-06-04T13:15:03.829Z] import org.eclipse.osgi.internal.location.LocationHelper; [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] Discouraged access: The type 'LocationHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/target/classes') [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:[194] [2024-06-04T13:15:03.829Z] import org.eclipse.ui.contexts.IWorkbenchContextSupport; [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The type IWorkbenchContextSupport is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:[3162] [2024-06-04T13:15:03.829Z] public IWorkbenchContextSupport getContextSupport() { [2024-06-04T13:15:03.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.829Z] The type IWorkbenchContextSupport is deprecated [2024-06-04T13:15:03.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[535] [2024-06-04T13:15:03.829Z] ListSelectionDialog dialog = new ListSelectionDialog(getShell(), parts, [2024-06-04T13:15:03.829Z] ArrayContentProvider.getInstance(), labelProvider, [2024-06-04T13:15:03.830Z] WorkbenchMessages.EditorManager_saveResourcesMessage); [2024-06-04T13:15:03.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.830Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:15:03.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[646] [2024-06-04T13:15:03.830Z] ListSelectionDialog dialog = new ListSelectionDialog(getShell(), listParts, [2024-06-04T13:15:03.830Z] ArrayContentProvider.getInstance(), labelProvider, [2024-06-04T13:15:03.830Z] WorkbenchMessages.EditorManager_saveResourcesMessage); [2024-06-04T13:15:03.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.830Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:15:03.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[907] [2024-06-04T13:15:03.830Z] boolean enableAnimations = preferenceStore.getBoolean(IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS); [2024-06-04T13:15:03.830Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.830Z] The field IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS is deprecated [2024-06-04T13:15:03.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[908] [2024-06-04T13:15:03.830Z] preferenceStore.setValue(IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, false); [2024-06-04T13:15:03.830Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.830Z] The field IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS is deprecated [2024-06-04T13:15:03.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[933] [2024-06-04T13:15:03.830Z] preferenceStore.setValue(IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, enableAnimations); [2024-06-04T13:15:03.830Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.830Z] The field IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS is deprecated [2024-06-04T13:15:03.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java:[166] [2024-06-04T13:15:03.830Z] contextMenuCreator.dispose(); [2024-06-04T13:15:03.830Z] ^^^^^^^^^ [2024-06-04T13:15:03.830Z] The method dispose() from the type QuickMenuCreator is deprecated [2024-06-04T13:15:03.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityActionBarAdvisor.java:[44] [2024-06-04T13:15:03.830Z] wbAdvisor.fillActionBars(abc.getWindowConfigurer().getWindow(), abc, flags); [2024-06-04T13:15:03.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.830Z] The method fillActionBars(IWorkbenchWindow, IActionBarConfigurer, int) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityActionBarAdvisor.java:[50] [2024-06-04T13:15:03.830Z] return wbAdvisor.isApplicationMenu(abc.getWindowConfigurer(), menuId); [2024-06-04T13:15:03.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.830Z] The method isApplicationMenu(IWorkbenchWindowConfigurer, String) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[50] [2024-06-04T13:15:03.830Z] wbAdvisor.preWindowOpen(getWindowConfigurer()); [2024-06-04T13:15:03.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.830Z] The method preWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[60] [2024-06-04T13:15:03.831Z] wbAdvisor.postWindowRestore(getWindowConfigurer()); [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The method postWindowRestore(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[65] [2024-06-04T13:15:03.831Z] wbAdvisor.openIntro(getWindowConfigurer()); [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The method openIntro(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[70] [2024-06-04T13:15:03.831Z] wbAdvisor.postWindowCreate(getWindowConfigurer()); [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The method postWindowCreate(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[75] [2024-06-04T13:15:03.831Z] wbAdvisor.postWindowOpen(getWindowConfigurer()); [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The method postWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[80] [2024-06-04T13:15:03.831Z] return wbAdvisor.preWindowShellClose(getWindowConfigurer()); [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The method preWindowShellClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[85] [2024-06-04T13:15:03.831Z] wbAdvisor.postWindowClose(getWindowConfigurer()); [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The method postWindowClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[89] [2024-06-04T13:15:03.831Z] return wbAdvisor.isApplicationMenu(getWindowConfigurer(), menuId); [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The method isApplicationMenu(IWorkbenchWindowConfigurer, String) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[98] [2024-06-04T13:15:03.831Z] wbAdvisor.createWindowContents(getWindowConfigurer(), shell); [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The method createWindowContents(IWorkbenchWindowConfigurer, Shell) from the type WorkbenchAdvisor is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[18] [2024-06-04T13:15:03.831Z] import org.eclipse.ui.contexts.IContext; [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The type IContext is deprecated [2024-06-04T13:15:03.831Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[19] [2024-06-04T13:15:03.831Z] import org.eclipse.ui.contexts.IContextListener; [2024-06-04T13:15:03.831Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.831Z] The type IContextListener is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[20] [2024-06-04T13:15:03.832Z] import org.eclipse.ui.contexts.NotDefinedException; [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type NotDefinedException is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[30] [2024-06-04T13:15:03.832Z] public class ContextLegacyWrapper implements IContext { [2024-06-04T13:15:03.832Z] ^^^^^^^^ [2024-06-04T13:15:03.832Z] The type IContext is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[64] [2024-06-04T13:15:03.832Z] public void addContextListener(IContextListener contextListener) { [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type IContextListener is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[87] [2024-06-04T13:15:03.832Z] public String getName() throws NotDefinedException { [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type NotDefinedException is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[91] [2024-06-04T13:15:03.832Z] throw new NotDefinedException(e); [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type NotDefinedException is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[91] [2024-06-04T13:15:03.832Z] throw new NotDefinedException(e); [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The constructor NotDefinedException(NotDefinedException) is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[96] [2024-06-04T13:15:03.832Z] public String getParentId() throws NotDefinedException { [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type NotDefinedException is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[100] [2024-06-04T13:15:03.832Z] throw new NotDefinedException(e); [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type NotDefinedException is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[100] [2024-06-04T13:15:03.832Z] throw new NotDefinedException(e); [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The constructor NotDefinedException(NotDefinedException) is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[115] [2024-06-04T13:15:03.832Z] public void removeContextListener(IContextListener contextListener) { [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type IContextListener is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[27] [2024-06-04T13:15:03.832Z] import org.eclipse.ui.contexts.ContextManagerEvent; [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type ContextManagerEvent is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[28] [2024-06-04T13:15:03.832Z] import org.eclipse.ui.contexts.IContext; [2024-06-04T13:15:03.832Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.832Z] The type IContext is deprecated [2024-06-04T13:15:03.832Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[29] [2024-06-04T13:15:03.832Z] import org.eclipse.ui.contexts.IContextManager; [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The type IContextManager is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[30] [2024-06-04T13:15:03.833Z] import org.eclipse.ui.contexts.IContextManagerListener; [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The type IContextManagerListener is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[39] [2024-06-04T13:15:03.833Z] implements org.eclipse.core.commands.contexts.IContextManagerListener, IContextManager { [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The type IContextManager is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[131] [2024-06-04T13:15:03.833Z] private List contextManagerListeners; [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The type IContextManagerListener is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[151] [2024-06-04T13:15:03.833Z] public void addContextManagerListener(IContextManagerListener contextManagerListener) { [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The type IContextManagerListener is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[185] [2024-06-04T13:15:03.833Z] new ContextManagerEvent(this, definedContextsChanged, contextManagerEvent.isActiveContextsChanged(), [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The type ContextManagerEvent is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[185] [2024-06-04T13:15:03.833Z] new ContextManagerEvent(this, definedContextsChanged, contextManagerEvent.isActiveContextsChanged(), [2024-06-04T13:15:03.833Z] previouslyDefinedContextIds, contextManagerEvent.getPreviouslyActiveContextIds())); [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The constructor ContextManagerEvent(IContextManager, boolean, boolean, Set, Set) is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[190] [2024-06-04T13:15:03.833Z] protected void fireContextManagerChanged(ContextManagerEvent contextManagerEvent) { [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The type ContextManagerEvent is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[196] [2024-06-04T13:15:03.833Z] for (IContextManagerListener contextManagerListener : contextManagerListeners) { [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The type IContextManagerListener is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[197] [2024-06-04T13:15:03.833Z] contextManagerListener.contextManagerChanged(contextManagerEvent); [2024-06-04T13:15:03.833Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.833Z] The method contextManagerChanged(ContextManagerEvent) from the type IContextManagerListener is deprecated [2024-06-04T13:15:03.833Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[203] [2024-06-04T13:15:03.834Z] public IContext getContext(String contextId) { [2024-06-04T13:15:03.834Z] ^^^^^^^^ [2024-06-04T13:15:03.834Z] The type IContext is deprecated [2024-06-04T13:15:03.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[218] [2024-06-04T13:15:03.834Z] public void removeContextManagerListener(IContextManagerListener contextManagerListener) { [2024-06-04T13:15:03.834Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.834Z] The type IContextManagerListener is deprecated [2024-06-04T13:15:03.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[23] [2024-06-04T13:15:03.834Z] import org.eclipse.ui.contexts.IContext; [2024-06-04T13:15:03.834Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.834Z] The type IContext is deprecated [2024-06-04T13:15:03.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[39] [2024-06-04T13:15:03.834Z] private final IContext context; [2024-06-04T13:15:03.834Z] ^^^^^^^^ [2024-06-04T13:15:03.834Z] The type IContext is deprecated [2024-06-04T13:15:03.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[50] [2024-06-04T13:15:03.834Z] private final org.eclipse.ui.contexts.IContextListener wrappedListener; [2024-06-04T13:15:03.834Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.834Z] The type IContextListener is deprecated [2024-06-04T13:15:03.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[63] [2024-06-04T13:15:03.834Z] public LegacyContextListenerWrapper(final org.eclipse.ui.contexts.IContextListener listener, [2024-06-04T13:15:03.834Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.834Z] The type IContextListener is deprecated [2024-06-04T13:15:03.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[64] [2024-06-04T13:15:03.834Z] final ContextManager contextManager, final IContext context) { [2024-06-04T13:15:03.834Z] ^^^^^^^^ [2024-06-04T13:15:03.834Z] The type IContext is deprecated [2024-06-04T13:15:03.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[84] [2024-06-04T13:15:03.834Z] wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent( [2024-06-04T13:15:03.834Z] new ContextLegacyWrapper(contextEvent.getContext(), contextManager), contextEvent.isDefinedChanged(), [2024-06-04T13:15:03.834Z] false, contextEvent.isNameChanged(), contextEvent.isParentIdChanged())); [2024-06-04T13:15:03.834Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.834Z] The method contextChanged(ContextEvent) from the type IContextListener is deprecated [2024-06-04T13:15:03.834Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[84] [2024-06-04T13:15:03.834Z] wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent( [2024-06-04T13:15:03.834Z] new ContextLegacyWrapper(contextEvent.getContext(), contextManager), contextEvent.isDefinedChanged(), [2024-06-04T13:15:03.834Z] false, contextEvent.isNameChanged(), contextEvent.isParentIdChanged())); [2024-06-04T13:15:03.834Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.834Z] The constructor ContextEvent(IContext, boolean, boolean, boolean, boolean) is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[84] [2024-06-04T13:15:03.835Z] wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent( [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The type ContextEvent is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[91] [2024-06-04T13:15:03.835Z] final String contextId = context.getId(); [2024-06-04T13:15:03.835Z] ^^^^^^^ [2024-06-04T13:15:03.835Z] The method getId() from the type IContext is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[110] [2024-06-04T13:15:03.835Z] .contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false)); [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The method contextChanged(ContextEvent) from the type IContextListener is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[110] [2024-06-04T13:15:03.835Z] .contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false)); [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The constructor ContextEvent(IContext, boolean, boolean, boolean, boolean) is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[110] [2024-06-04T13:15:03.835Z] .contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false)); [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The type ContextEvent is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[120] [2024-06-04T13:15:03.835Z] if (object instanceof org.eclipse.ui.contexts.IContextListener) { [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The type IContextListener is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[121] [2024-06-04T13:15:03.835Z] final org.eclipse.ui.contexts.IContextListener other = (org.eclipse.ui.contexts.IContextListener) object; [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The type IContextListener is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[121] [2024-06-04T13:15:03.835Z] final org.eclipse.ui.contexts.IContextListener other = (org.eclipse.ui.contexts.IContextListener) object; [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The type IContextListener is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[23] [2024-06-04T13:15:03.835Z] import org.eclipse.ui.contexts.EnabledSubmission; [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The type EnabledSubmission is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[25] [2024-06-04T13:15:03.835Z] import org.eclipse.ui.contexts.IContextManager; [2024-06-04T13:15:03.835Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.835Z] The type IContextManager is deprecated [2024-06-04T13:15:03.835Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[27] [2024-06-04T13:15:03.836Z] import org.eclipse.ui.contexts.IWorkbenchContextSupport; [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The type IWorkbenchContextSupport is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[37] [2024-06-04T13:15:03.836Z] public class WorkbenchContextSupport implements IWorkbenchContextSupport { [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The type IWorkbenchContextSupport is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[45] [2024-06-04T13:15:03.836Z] private Map activationsBySubmission = null; [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The type EnabledSubmission is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[85] [2024-06-04T13:15:03.836Z] public final void addEnabledSubmission(final EnabledSubmission enabledSubmission) { [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The type EnabledSubmission is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[86] [2024-06-04T13:15:03.836Z] final IContextActivation activation = contextService.activateContext(enabledSubmission.getContextId(), [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The method getContextId() from the type EnabledSubmission is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[87] [2024-06-04T13:15:03.836Z] new LegacyHandlerSubmissionExpression(enabledSubmission.getActivePartId(), [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The method getActivePartId() from the type EnabledSubmission is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[88] [2024-06-04T13:15:03.836Z] enabledSubmission.getActiveShell(), enabledSubmission.getActiveWorkbenchPartSite())); [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The method getActiveShell() from the type EnabledSubmission is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[88] [2024-06-04T13:15:03.836Z] enabledSubmission.getActiveShell(), enabledSubmission.getActiveWorkbenchPartSite())); [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The method getActiveWorkbenchPartSite() from the type EnabledSubmission is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[97] [2024-06-04T13:15:03.836Z] final Iterator submissionItr = enabledSubmissions.iterator(); [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The type EnabledSubmission is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[104] [2024-06-04T13:15:03.836Z] public final IContextManager getContextManager() { [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The type IContextManager is deprecated [2024-06-04T13:15:03.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[129] [2024-06-04T13:15:03.836Z] public final void removeEnabledSubmission(final EnabledSubmission enabledSubmission) { [2024-06-04T13:15:03.836Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.836Z] The type EnabledSubmission is deprecated [2024-06-04T13:15:03.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[143] [2024-06-04T13:15:03.837Z] final Iterator submissionItr = enabledSubmissions.iterator(); [2024-06-04T13:15:03.837Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.837Z] The type EnabledSubmission is deprecated [2024-06-04T13:15:03.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/FullDecoratorDefinition.java:[59] [2024-06-04T13:15:03.837Z] Platform.run( [2024-06-04T13:15:03.837Z] new SafeRunnable(NLS.bind(WorkbenchMessages.DecoratorManager_ErrorActivatingDecorator, getName())) { [2024-06-04T13:15:03.837Z] @Override [2024-06-04T13:15:03.837Z] public void run() { [2024-06-04T13:15:03.837Z] try { [2024-06-04T13:15:03.837Z] decorator = (ILabelDecorator) WorkbenchPlugin.createExtension(definingElement, [2024-06-04T13:15:03.837Z] DecoratorDefinition.ATT_CLASS); [2024-06-04T13:15:03.837Z] decorator.addListener(WorkbenchPlugin.getDefault().getDecoratorManager()); [2024-06-04T13:15:03.837Z] } catch (CoreException exception) { [2024-06-04T13:15:03.837Z] exceptions[0] = exception; [2024-06-04T13:15:03.837Z] } [2024-06-04T13:15:03.837Z] } [2024-06-04T13:15:03.837Z] }); [2024-06-04T13:15:03.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.837Z] The method run(ISafeRunnable) from the type Platform is deprecated [2024-06-04T13:15:03.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java:[114] [2024-06-04T13:15:03.837Z] FilteredTree filteredTree = new FilteredTree(parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER, [2024-06-04T13:15:03.837Z] new WizardPatternFilter(), true); [2024-06-04T13:15:03.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.837Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [2024-06-04T13:15:03.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[44] [2024-06-04T13:15:03.837Z] import org.eclipse.ui.IActionDelegateWithEvent; [2024-06-04T13:15:03.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.837Z] The type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[279] [2024-06-04T13:15:03.837Z] } else if ((delegate instanceof IActionDelegateWithEvent) && (trigger instanceof Event)) { [2024-06-04T13:15:03.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.837Z] The type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[281] [2024-06-04T13:15:03.837Z] final IActionDelegateWithEvent delegateWithEvent = (IActionDelegateWithEvent) delegate; [2024-06-04T13:15:03.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.837Z] The type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[281] [2024-06-04T13:15:03.837Z] final IActionDelegateWithEvent delegateWithEvent = (IActionDelegateWithEvent) delegate; [2024-06-04T13:15:03.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.837Z] The type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[283] [2024-06-04T13:15:03.837Z] delegateWithEvent.runWithEvent(action, triggeringEvent); [2024-06-04T13:15:03.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.837Z] The method runWithEvent(IAction, Event) from the type IActionDelegateWithEvent is deprecated [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/CommandLegacyActionWrapper.java:[327] [2024-06-04T13:15:03.838Z] baseCommand.execute(executionEvent); [2024-06-04T13:15:03.838Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.838Z] The method execute(ExecutionEvent) from the type Command is deprecated [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/QuickMenuHandler.java:[68] [2024-06-04T13:15:03.838Z] creator.dispose(); [2024-06-04T13:15:03.838Z] ^^^^^^^^^ [2024-06-04T13:15:03.838Z] The method dispose() from the type QuickMenuCreator is deprecated [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java:[30] [2024-06-04T13:15:03.838Z] import org.eclipse.help.IHelp; [2024-06-04T13:15:03.838Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.838Z] The type IHelp has been deprecated since version 2023-12 and marked for removal [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java:[190] [2024-06-04T13:15:03.838Z] private class CompatibilityIHelpImplementation implements IHelp { [2024-06-04T13:15:03.838Z] ^^^^^ [2024-06-04T13:15:03.838Z] The type IHelp has been deprecated since version 2023-12 and marked for removal [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java:[358] [2024-06-04T13:15:03.838Z] private IHelp helpCompatibilityWrapper = null; [2024-06-04T13:15:03.838Z] ^^^^^ [2024-06-04T13:15:03.838Z] The type IHelp has been deprecated since version 2023-12 and marked for removal [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[23] [2024-06-04T13:15:03.838Z] import org.eclipse.ui.keys.IKeyFormatter; [2024-06-04T13:15:03.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.838Z] The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[24] [2024-06-04T13:15:03.838Z] import org.eclipse.ui.keys.Key; [2024-06-04T13:15:03.838Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.838Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[25] [2024-06-04T13:15:03.838Z] import org.eclipse.ui.keys.KeySequence; [2024-06-04T13:15:03.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.838Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[26] [2024-06-04T13:15:03.838Z] import org.eclipse.ui.keys.KeyStroke; [2024-06-04T13:15:03.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.838Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[27] [2024-06-04T13:15:03.838Z] import org.eclipse.ui.keys.ModifierKey; [2024-06-04T13:15:03.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.838Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[28] [2024-06-04T13:15:03.838Z] import org.eclipse.ui.keys.NaturalKey; [2024-06-04T13:15:03.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.839Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[38] [2024-06-04T13:15:03.839Z] public abstract class AbstractKeyFormatter implements IKeyFormatter { [2024-06-04T13:15:03.839Z] ^^^^^^^^^^^^^ [2024-06-04T13:15:03.839Z] The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[62] [2024-06-04T13:15:03.839Z] public String format(Key key) { [2024-06-04T13:15:03.839Z] ^^^ [2024-06-04T13:15:03.839Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[63] [2024-06-04T13:15:03.839Z] String name = key.toString(); [2024-06-04T13:15:03.839Z] ^^^^^^^^^^ [2024-06-04T13:15:03.839Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[68] [2024-06-04T13:15:03.839Z] public String format(KeySequence keySequence) { [2024-06-04T13:15:03.839Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.839Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[71] [2024-06-04T13:15:03.839Z] Iterator keyStrokeItr = keySequence.getKeyStrokes().iterator(); [2024-06-04T13:15:03.839Z] ^^^^^^^^^ [2024-06-04T13:15:03.839Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[71] [2024-06-04T13:15:03.839Z] Iterator keyStrokeItr = keySequence.getKeyStrokes().iterator(); [2024-06-04T13:15:03.839Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.839Z] The method getKeyStrokes() from the type KeySequence has been deprecated and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[84] [2024-06-04T13:15:03.839Z] public String format(KeyStroke keyStroke) { [2024-06-04T13:15:03.839Z] ^^^^^^^^^ [2024-06-04T13:15:03.839Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[88] [2024-06-04T13:15:03.839Z] SortedSet modifierKeys = new TreeSet<>(getModifierKeyComparator()); [2024-06-04T13:15:03.839Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.839Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[89] [2024-06-04T13:15:03.839Z] modifierKeys.addAll(keyStroke.getModifierKeys()); [2024-06-04T13:15:03.839Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.839Z] The method getModifierKeys() from the type KeyStroke has been deprecated and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[91] [2024-06-04T13:15:03.839Z] Iterator modifierKeyItr = modifierKeys.iterator(); [2024-06-04T13:15:03.839Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.839Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[98] [2024-06-04T13:15:03.839Z] NaturalKey naturalKey = keyStroke.getNaturalKey(); [2024-06-04T13:15:03.839Z] ^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[98] [2024-06-04T13:15:03.840Z] NaturalKey naturalKey = keyStroke.getNaturalKey(); [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The method getNaturalKey() from the type KeyStroke has been deprecated and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[17] [2024-06-04T13:15:03.840Z] import org.eclipse.ui.keys.ModifierKey; [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[19] [2024-06-04T13:15:03.840Z] abstract class AbstractModifierKeyComparator implements Comparator { [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[22] [2024-06-04T13:15:03.840Z] public int compare(ModifierKey modifierKeyLeft, ModifierKey modifierKeyRight) { [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[22] [2024-06-04T13:15:03.840Z] public int compare(ModifierKey modifierKeyLeft, ModifierKey modifierKeyRight) { [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[29] [2024-06-04T13:15:03.840Z] return modifierKeyLeft.compareTo(modifierKeyRight); [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The method compareTo(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[32] [2024-06-04T13:15:03.840Z] protected abstract int rank(ModifierKey modifierKey); [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[18] [2024-06-04T13:15:03.840Z] import org.eclipse.ui.keys.ModifierKey; [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[25] [2024-06-04T13:15:03.840Z] public class AlphabeticModifierKeyComparator implements Comparator { [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.840Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[28] [2024-06-04T13:15:03.840Z] public int compare(ModifierKey modifierKeyLeft, ModifierKey modifierKeyRight) { [2024-06-04T13:15:03.840Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.840Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[28] [2024-06-04T13:15:03.841Z] public int compare(ModifierKey modifierKeyLeft, ModifierKey modifierKeyRight) { [2024-06-04T13:15:03.841Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[29] [2024-06-04T13:15:03.841Z] return modifierKeyLeft.toString().compareTo(modifierKeyRight.toString()); [2024-06-04T13:15:03.841Z] ^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[29] [2024-06-04T13:15:03.841Z] return modifierKeyLeft.toString().compareTo(modifierKeyRight.toString()); [2024-06-04T13:15:03.841Z] ^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java:[610] [2024-06-04T13:15:03.841Z] } else if (Util.WS_CARBON.equals(platform)) { [2024-06-04T13:15:03.841Z] ^^^^^^^^^ [2024-06-04T13:15:03.841Z] The field Util.WS_CARBON is deprecated [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[24] [2024-06-04T13:15:03.841Z] import org.eclipse.ui.keys.KeySequence; [2024-06-04T13:15:03.841Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[25] [2024-06-04T13:15:03.841Z] import org.eclipse.ui.keys.KeyStroke; [2024-06-04T13:15:03.841Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[26] [2024-06-04T13:15:03.841Z] import org.eclipse.ui.keys.ModifierKey; [2024-06-04T13:15:03.841Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[27] [2024-06-04T13:15:03.841Z] import org.eclipse.ui.keys.NaturalKey; [2024-06-04T13:15:03.841Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[38] [2024-06-04T13:15:03.841Z] public String format(KeySequence keySequence) { [2024-06-04T13:15:03.841Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[41] [2024-06-04T13:15:03.841Z] List keyStrokes = keySequence.getKeyStrokes(); [2024-06-04T13:15:03.841Z] ^^^^^^^^^ [2024-06-04T13:15:03.841Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.841Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[41] [2024-06-04T13:15:03.841Z] List keyStrokes = keySequence.getKeyStrokes(); [2024-06-04T13:15:03.841Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.841Z] The method getKeyStrokes() from the type KeySequence has been deprecated and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[42] [2024-06-04T13:15:03.842Z] KeyStroke[] keyStrokeArray = keyStrokes.toArray(new KeyStroke[keyStrokes.size()]); [2024-06-04T13:15:03.842Z] ^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[42] [2024-06-04T13:15:03.842Z] KeyStroke[] keyStrokeArray = keyStrokes.toArray(new KeyStroke[keyStrokes.size()]); [2024-06-04T13:15:03.842Z] ^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[43] [2024-06-04T13:15:03.842Z] Set previousModifierKeys = Collections.emptySet(); [2024-06-04T13:15:03.842Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[44] [2024-06-04T13:15:03.842Z] List naturalKeys = new ArrayList<>(); [2024-06-04T13:15:03.842Z] ^^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[46] [2024-06-04T13:15:03.842Z] KeyStroke keyStroke = keyStrokeArray[i]; [2024-06-04T13:15:03.842Z] ^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[47] [2024-06-04T13:15:03.842Z] Set currentModifierKeys = keyStroke.getModifierKeys(); [2024-06-04T13:15:03.842Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[47] [2024-06-04T13:15:03.842Z] Set currentModifierKeys = keyStroke.getModifierKeys(); [2024-06-04T13:15:03.842Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.842Z] The method getModifierKeys() from the type KeyStroke has been deprecated and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[62] [2024-06-04T13:15:03.842Z] naturalKeys.add(keyStroke.getNaturalKey()); [2024-06-04T13:15:03.842Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.842Z] The method getNaturalKey() from the type KeyStroke has been deprecated and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[70] [2024-06-04T13:15:03.842Z] public String formatKeyStrokes(Set modifierKeys, List naturalKeys) { [2024-06-04T13:15:03.842Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[75] [2024-06-04T13:15:03.842Z] SortedSet sortedModifierKeys = new TreeSet<>(getModifierKeyComparator()); [2024-06-04T13:15:03.842Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.842Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[77] [2024-06-04T13:15:03.842Z] Iterator sortedModifierKeyItr = sortedModifierKeys.iterator(); [2024-06-04T13:15:03.842Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.842Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[87] [2024-06-04T13:15:03.843Z] if (naturalKey instanceof NaturalKey) { [2024-06-04T13:15:03.843Z] ^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[88] [2024-06-04T13:15:03.843Z] stringBuffer.append(format((NaturalKey) naturalKey)); [2024-06-04T13:15:03.843Z] ^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[21] [2024-06-04T13:15:03.843Z] import org.eclipse.ui.keys.Key; [2024-06-04T13:15:03.843Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[22] [2024-06-04T13:15:03.843Z] import org.eclipse.ui.keys.KeySequence; [2024-06-04T13:15:03.843Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[23] [2024-06-04T13:15:03.843Z] import org.eclipse.ui.keys.KeyStroke; [2024-06-04T13:15:03.843Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[24] [2024-06-04T13:15:03.843Z] import org.eclipse.ui.keys.ModifierKey; [2024-06-04T13:15:03.843Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[54] [2024-06-04T13:15:03.843Z] public String format(Key key) { [2024-06-04T13:15:03.843Z] ^^^ [2024-06-04T13:15:03.843Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[55] [2024-06-04T13:15:03.843Z] if (key instanceof ModifierKey) { [2024-06-04T13:15:03.843Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[56] [2024-06-04T13:15:03.843Z] String formattedName = Util.translateString(RESOURCE_BUNDLE, key.toString(), null, false, false); [2024-06-04T13:15:03.843Z] ^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[67] [2024-06-04T13:15:03.843Z] return Util.translateString(RESOURCE_BUNDLE, KEY_DELIMITER_KEY, KeyStroke.KEY_DELIMITER, false, false); [2024-06-04T13:15:03.843Z] ^^^^^^^^^ [2024-06-04T13:15:03.843Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.843Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[67] [2024-06-04T13:15:03.843Z] return Util.translateString(RESOURCE_BUNDLE, KEY_DELIMITER_KEY, KeyStroke.KEY_DELIMITER, false, false); [2024-06-04T13:15:03.843Z] ^^^^^^^^^^^^^ [2024-06-04T13:15:03.843Z] The field KeyStroke.KEY_DELIMITER has been deprecated and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[72] [2024-06-04T13:15:03.844Z] return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false, [2024-06-04T13:15:03.844Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[72] [2024-06-04T13:15:03.844Z] return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false, [2024-06-04T13:15:03.844Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[19] [2024-06-04T13:15:03.844Z] import org.eclipse.ui.keys.Key; [2024-06-04T13:15:03.844Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[20] [2024-06-04T13:15:03.844Z] import org.eclipse.ui.keys.KeySequence; [2024-06-04T13:15:03.844Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[21] [2024-06-04T13:15:03.844Z] import org.eclipse.ui.keys.KeyStroke; [2024-06-04T13:15:03.844Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[38] [2024-06-04T13:15:03.844Z] public String format(Key key) { [2024-06-04T13:15:03.844Z] ^^^ [2024-06-04T13:15:03.844Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[39] [2024-06-04T13:15:03.844Z] return key.toString(); [2024-06-04T13:15:03.844Z] ^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[44] [2024-06-04T13:15:03.844Z] return KeyStroke.KEY_DELIMITER; [2024-06-04T13:15:03.844Z] ^^^^^^^^^ [2024-06-04T13:15:03.844Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[44] [2024-06-04T13:15:03.844Z] return KeyStroke.KEY_DELIMITER; [2024-06-04T13:15:03.844Z] ^^^^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The field KeyStroke.KEY_DELIMITER has been deprecated and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[49] [2024-06-04T13:15:03.844Z] return KeySequence.KEY_STROKE_DELIMITER; [2024-06-04T13:15:03.844Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.844Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[49] [2024-06-04T13:15:03.844Z] return KeySequence.KEY_STROKE_DELIMITER; [2024-06-04T13:15:03.844Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.844Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[22] [2024-06-04T13:15:03.845Z] import org.eclipse.ui.keys.CharacterKey; [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[23] [2024-06-04T13:15:03.845Z] import org.eclipse.ui.keys.Key; [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[24] [2024-06-04T13:15:03.845Z] import org.eclipse.ui.keys.KeySequence; [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[25] [2024-06-04T13:15:03.845Z] import org.eclipse.ui.keys.ModifierKey; [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[26] [2024-06-04T13:15:03.845Z] import org.eclipse.ui.keys.SpecialKey; [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[33] [2024-06-04T13:15:03.845Z] protected int rank(ModifierKey modifierKey) { [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[34] [2024-06-04T13:15:03.845Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[34] [2024-06-04T13:15:03.845Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.845Z] ^^^^^ [2024-06-04T13:15:03.845Z] The field ModifierKey.SHIFT has been deprecated and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[34] [2024-06-04T13:15:03.845Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[38] [2024-06-04T13:15:03.845Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[38] [2024-06-04T13:15:03.845Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.845Z] ^^^^ [2024-06-04T13:15:03.845Z] The field ModifierKey.CTRL has been deprecated and marked for removal [2024-06-04T13:15:03.845Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[38] [2024-06-04T13:15:03.845Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.845Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.845Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[42] [2024-06-04T13:15:03.846Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.846Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.846Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[42] [2024-06-04T13:15:03.846Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.846Z] ^^^ [2024-06-04T13:15:03.846Z] The field ModifierKey.ALT has been deprecated and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[42] [2024-06-04T13:15:03.846Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.846Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.846Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[46] [2024-06-04T13:15:03.846Z] if (ModifierKey.COMMAND.equals(modifierKey)) { [2024-06-04T13:15:03.846Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.846Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[46] [2024-06-04T13:15:03.846Z] if (ModifierKey.COMMAND.equals(modifierKey)) { [2024-06-04T13:15:03.846Z] ^^^^^^^ [2024-06-04T13:15:03.846Z] The field ModifierKey.COMMAND has been deprecated and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[46] [2024-06-04T13:15:03.846Z] if (ModifierKey.COMMAND.equals(modifierKey)) { [2024-06-04T13:15:03.846Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.846Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[61] [2024-06-04T13:15:03.846Z] KEY_LOOKUP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$ [2024-06-04T13:15:03.846Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.846Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[61] [2024-06-04T13:15:03.846Z] KEY_LOOKUP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$ [2024-06-04T13:15:03.846Z] ^^ [2024-06-04T13:15:03.846Z] The field CharacterKey.BS has been deprecated and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[61] [2024-06-04T13:15:03.846Z] KEY_LOOKUP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$ [2024-06-04T13:15:03.846Z] ^^^^^^^^^^ [2024-06-04T13:15:03.846Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[62] [2024-06-04T13:15:03.846Z] KEY_LOOKUP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$ [2024-06-04T13:15:03.846Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.846Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[62] [2024-06-04T13:15:03.846Z] KEY_LOOKUP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$ [2024-06-04T13:15:03.846Z] ^^ [2024-06-04T13:15:03.846Z] The field CharacterKey.CR has been deprecated and marked for removal [2024-06-04T13:15:03.846Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[62] [2024-06-04T13:15:03.846Z] KEY_LOOKUP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$ [2024-06-04T13:15:03.846Z] ^^^^^^^^^^ [2024-06-04T13:15:03.846Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[63] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.847Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[63] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^ [2024-06-04T13:15:03.847Z] The field CharacterKey.DEL has been deprecated and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[63] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^^^^^^ [2024-06-04T13:15:03.847Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[64] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.847Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[64] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^ [2024-06-04T13:15:03.847Z] The field CharacterKey.SPACE has been deprecated and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[64] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^^^^^^ [2024-06-04T13:15:03.847Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[65] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.847Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[65] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^ [2024-06-04T13:15:03.847Z] The field ModifierKey.ALT has been deprecated and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[65] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^^^^^^ [2024-06-04T13:15:03.847Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[66] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.847Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[66] [2024-06-04T13:15:03.847Z] KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$ [2024-06-04T13:15:03.847Z] ^^^^^^^ [2024-06-04T13:15:03.847Z] The field ModifierKey.COMMAND has been deprecated and marked for removal [2024-06-04T13:15:03.847Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[66] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[67] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[67] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^ [2024-06-04T13:15:03.848Z] The field ModifierKey.CTRL has been deprecated and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[67] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[68] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[68] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^ [2024-06-04T13:15:03.848Z] The field ModifierKey.SHIFT has been deprecated and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[68] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[69] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[69] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The field SpecialKey.ARROW_DOWN has been deprecated and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[69] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[70] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^ [2024-06-04T13:15:03.848Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[70] [2024-06-04T13:15:03.848Z] KEY_LOOKUP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$ [2024-06-04T13:15:03.848Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The field SpecialKey.ARROW_LEFT has been deprecated and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[70] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[71] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[71] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The field SpecialKey.ARROW_RIGHT has been deprecated and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[71] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[72] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[72] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^ [2024-06-04T13:15:03.849Z] The field SpecialKey.ARROW_UP has been deprecated and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[72] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[73] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[73] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^ [2024-06-04T13:15:03.849Z] The field SpecialKey.END has been deprecated and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[73] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[74] [2024-06-04T13:15:03.849Z] KEY_LOOKUP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$ [2024-06-04T13:15:03.849Z] ^^^^^^^^^^ [2024-06-04T13:15:03.849Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[74] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.850Z] The field SpecialKey.NUMPAD_ENTER has been deprecated and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[74] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^^^^ [2024-06-04T13:15:03.850Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[75] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^^^^ [2024-06-04T13:15:03.850Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[75] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^ [2024-06-04T13:15:03.850Z] The field SpecialKey.HOME has been deprecated and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[75] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^^^^ [2024-06-04T13:15:03.850Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[76] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^^^^ [2024-06-04T13:15:03.850Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[76] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^^^ [2024-06-04T13:15:03.850Z] The field SpecialKey.PAGE_DOWN has been deprecated and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[76] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^^^^ [2024-06-04T13:15:03.850Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[77] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^^^^ [2024-06-04T13:15:03.850Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[77] [2024-06-04T13:15:03.850Z] KEY_LOOKUP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$ [2024-06-04T13:15:03.850Z] ^^^^^^^ [2024-06-04T13:15:03.850Z] The field SpecialKey.PAGE_UP has been deprecated and marked for removal [2024-06-04T13:15:03.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[77] [2024-06-04T13:15:03.851Z] KEY_LOOKUP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$ [2024-06-04T13:15:03.851Z] ^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[81] [2024-06-04T13:15:03.851Z] public String format(Key key) { [2024-06-04T13:15:03.851Z] ^^^ [2024-06-04T13:15:03.851Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[82] [2024-06-04T13:15:03.851Z] String string = (String) KEY_LOOKUP.get(key.toString()); [2024-06-04T13:15:03.851Z] ^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[93] [2024-06-04T13:15:03.851Z] return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false, [2024-06-04T13:15:03.851Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[93] [2024-06-04T13:15:03.851Z] return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false, [2024-06-04T13:15:03.851Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[21] [2024-06-04T13:15:03.851Z] import org.eclipse.ui.keys.CharacterKey; [2024-06-04T13:15:03.851Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[22] [2024-06-04T13:15:03.851Z] import org.eclipse.ui.keys.Key; [2024-06-04T13:15:03.851Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[23] [2024-06-04T13:15:03.851Z] import org.eclipse.ui.keys.KeySequence; [2024-06-04T13:15:03.851Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[24] [2024-06-04T13:15:03.851Z] import org.eclipse.ui.keys.KeyStroke; [2024-06-04T13:15:03.851Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[25] [2024-06-04T13:15:03.851Z] import org.eclipse.ui.keys.ModifierKey; [2024-06-04T13:15:03.851Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[26] [2024-06-04T13:15:03.851Z] import org.eclipse.ui.keys.SpecialKey; [2024-06-04T13:15:03.851Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.851Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.851Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[52] [2024-06-04T13:15:03.852Z] private static final Comparator MODIFIER_KEY_COMPARATOR = new NativeModifierKeyComparator(); [2024-06-04T13:15:03.852Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.852Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[69] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.852Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[69] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^ [2024-06-04T13:15:03.852Z] The field CharacterKey.BS has been deprecated and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[69] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^^^^^^^^^ [2024-06-04T13:15:03.852Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[70] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.852Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[70] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^ [2024-06-04T13:15:03.852Z] The field CharacterKey.CR has been deprecated and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[70] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^^^^^^^^^ [2024-06-04T13:15:03.852Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[71] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.852Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[71] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^^ [2024-06-04T13:15:03.852Z] The field CharacterKey.DEL has been deprecated and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[71] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^^^^^^^^^ [2024-06-04T13:15:03.852Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.852Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[72] [2024-06-04T13:15:03.852Z] CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$ [2024-06-04T13:15:03.852Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.852Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[72] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^ [2024-06-04T13:15:03.853Z] The field CharacterKey.SPACE has been deprecated and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[72] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^^^^^^ [2024-06-04T13:15:03.853Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[73] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.853Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[73] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^ [2024-06-04T13:15:03.853Z] The field ModifierKey.ALT has been deprecated and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[73] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^^^^^^ [2024-06-04T13:15:03.853Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[74] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.853Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[74] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^^^ [2024-06-04T13:15:03.853Z] The field ModifierKey.COMMAND has been deprecated and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[74] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^^^^^^ [2024-06-04T13:15:03.853Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[75] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.853Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[75] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^ [2024-06-04T13:15:03.853Z] The field ModifierKey.CTRL has been deprecated and marked for removal [2024-06-04T13:15:03.853Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[75] [2024-06-04T13:15:03.853Z] CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$ [2024-06-04T13:15:03.853Z] ^^^^^^^^^^ [2024-06-04T13:15:03.853Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[76] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[76] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^ [2024-06-04T13:15:03.854Z] The field ModifierKey.SHIFT has been deprecated and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[76] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[77] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[77] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The field SpecialKey.ARROW_DOWN has been deprecated and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[77] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[78] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[78] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The field SpecialKey.ARROW_LEFT has been deprecated and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[78] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[79] [2024-06-04T13:15:03.854Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$ [2024-06-04T13:15:03.854Z] ^^^^^^^^^^ [2024-06-04T13:15:03.854Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.854Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[79] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The field SpecialKey.ARROW_RIGHT has been deprecated and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[79] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[80] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[80] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^ [2024-06-04T13:15:03.855Z] The field SpecialKey.ARROW_UP has been deprecated and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[80] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[81] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[81] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^ [2024-06-04T13:15:03.855Z] The field SpecialKey.END has been deprecated and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[81] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[82] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[82] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The field SpecialKey.NUMPAD_ENTER has been deprecated and marked for removal [2024-06-04T13:15:03.855Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[82] [2024-06-04T13:15:03.855Z] CARBON_KEY_LOOK_UP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$ [2024-06-04T13:15:03.855Z] ^^^^^^^^^^ [2024-06-04T13:15:03.855Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[83] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^^^^^^^ [2024-06-04T13:15:03.856Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[83] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^ [2024-06-04T13:15:03.856Z] The field SpecialKey.HOME has been deprecated and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[83] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^^^^^^^ [2024-06-04T13:15:03.856Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[84] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^^^^^^^ [2024-06-04T13:15:03.856Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[84] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^^^^^^ [2024-06-04T13:15:03.856Z] The field SpecialKey.PAGE_DOWN has been deprecated and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[84] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^^^^^^^ [2024-06-04T13:15:03.856Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[85] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^^^^^^^ [2024-06-04T13:15:03.856Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[85] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^^^^ [2024-06-04T13:15:03.856Z] The field SpecialKey.PAGE_UP has been deprecated and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[85] [2024-06-04T13:15:03.856Z] CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$ [2024-06-04T13:15:03.856Z] ^^^^^^^^^^ [2024-06-04T13:15:03.856Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[97] [2024-06-04T13:15:03.856Z] public String format(Key key) { [2024-06-04T13:15:03.856Z] ^^^ [2024-06-04T13:15:03.856Z] The type Key has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.856Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[98] [2024-06-04T13:15:03.856Z] String name = key.toString(); [2024-06-04T13:15:03.856Z] ^^^^^^^^^^ [2024-06-04T13:15:03.856Z] The method toString() from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[118] [2024-06-04T13:15:03.857Z] return Util.translateString(RESOURCE_BUNDLE, KEY_DELIMITER_KEY, KeyStroke.KEY_DELIMITER, false, false); [2024-06-04T13:15:03.857Z] ^^^^^^^^^ [2024-06-04T13:15:03.857Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[118] [2024-06-04T13:15:03.857Z] return Util.translateString(RESOURCE_BUNDLE, KEY_DELIMITER_KEY, KeyStroke.KEY_DELIMITER, false, false); [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The field KeyStroke.KEY_DELIMITER has been deprecated and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[126] [2024-06-04T13:15:03.857Z] KeySequence.KEY_STROKE_DELIMITER, false, false); [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[126] [2024-06-04T13:15:03.857Z] KeySequence.KEY_STROKE_DELIMITER, false, false); [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[128] [2024-06-04T13:15:03.857Z] return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false, [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[128] [2024-06-04T13:15:03.857Z] return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false, [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[133] [2024-06-04T13:15:03.857Z] protected Comparator getModifierKeyComparator() { [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[19] [2024-06-04T13:15:03.857Z] import org.eclipse.ui.keys.ModifierKey; [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[28] [2024-06-04T13:15:03.857Z] class NativeModifierKeyComparator implements Comparator { [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.857Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[36] [2024-06-04T13:15:03.857Z] public int compare(ModifierKey left, ModifierKey right) { [2024-06-04T13:15:03.857Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.857Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[36] [2024-06-04T13:15:03.858Z] public int compare(ModifierKey left, ModifierKey right) { [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[37] [2024-06-04T13:15:03.858Z] ModifierKey modifierKeyLeft = left; [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[38] [2024-06-04T13:15:03.858Z] ModifierKey modifierKeyRight = right; [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[45] [2024-06-04T13:15:03.858Z] return modifierKeyLeft.compareTo(modifierKeyRight); [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The method compareTo(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[55] [2024-06-04T13:15:03.858Z] private int rank(ModifierKey modifierKey) { [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[81] [2024-06-04T13:15:03.858Z] private final int rankGNOME(ModifierKey modifierKey) { [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[82] [2024-06-04T13:15:03.858Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[82] [2024-06-04T13:15:03.858Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.858Z] ^^^^^ [2024-06-04T13:15:03.858Z] The field ModifierKey.SHIFT has been deprecated and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[82] [2024-06-04T13:15:03.858Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[86] [2024-06-04T13:15:03.858Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.858Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.858Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.858Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[86] [2024-06-04T13:15:03.858Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.858Z] ^^^^ [2024-06-04T13:15:03.858Z] The field ModifierKey.CTRL has been deprecated and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[86] [2024-06-04T13:15:03.859Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.859Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[90] [2024-06-04T13:15:03.859Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.859Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[90] [2024-06-04T13:15:03.859Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^ [2024-06-04T13:15:03.859Z] The field ModifierKey.ALT has been deprecated and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[90] [2024-06-04T13:15:03.859Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.859Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[130] [2024-06-04T13:15:03.859Z] private final int rankMacOSX(ModifierKey modifierKey) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.859Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[131] [2024-06-04T13:15:03.859Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.859Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[131] [2024-06-04T13:15:03.859Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^ [2024-06-04T13:15:03.859Z] The field ModifierKey.SHIFT has been deprecated and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[131] [2024-06-04T13:15:03.859Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.859Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[135] [2024-06-04T13:15:03.859Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.859Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[135] [2024-06-04T13:15:03.859Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^ [2024-06-04T13:15:03.859Z] The field ModifierKey.CTRL has been deprecated and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[135] [2024-06-04T13:15:03.859Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.859Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.859Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[139] [2024-06-04T13:15:03.859Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.859Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.860Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[139] [2024-06-04T13:15:03.860Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^ [2024-06-04T13:15:03.860Z] The field ModifierKey.ALT has been deprecated and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[139] [2024-06-04T13:15:03.860Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.860Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[143] [2024-06-04T13:15:03.860Z] if (ModifierKey.COMMAND.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.860Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[143] [2024-06-04T13:15:03.860Z] if (ModifierKey.COMMAND.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^^^^^ [2024-06-04T13:15:03.860Z] The field ModifierKey.COMMAND has been deprecated and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[143] [2024-06-04T13:15:03.860Z] if (ModifierKey.COMMAND.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.860Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[158] [2024-06-04T13:15:03.860Z] private final int rankWindows(ModifierKey modifierKey) { [2024-06-04T13:15:03.860Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.860Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[159] [2024-06-04T13:15:03.860Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.860Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[159] [2024-06-04T13:15:03.860Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^^ [2024-06-04T13:15:03.860Z] The field ModifierKey.CTRL has been deprecated and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[159] [2024-06-04T13:15:03.860Z] if (ModifierKey.CTRL.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.860Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[163] [2024-06-04T13:15:03.860Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.860Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.860Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[163] [2024-06-04T13:15:03.860Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.860Z] ^^^ [2024-06-04T13:15:03.860Z] The field ModifierKey.ALT has been deprecated and marked for removal [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[163] [2024-06-04T13:15:03.861Z] if (ModifierKey.ALT.equals(modifierKey)) { [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[167] [2024-06-04T13:15:03.861Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[167] [2024-06-04T13:15:03.861Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.861Z] ^^^^^ [2024-06-04T13:15:03.861Z] The field ModifierKey.SHIFT has been deprecated and marked for removal [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[167] [2024-06-04T13:15:03.861Z] if (ModifierKey.SHIFT.equals(modifierKey)) { [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The method equals(Object) from the type Key has been deprecated and marked for removal [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java:[218] [2024-06-04T13:15:03.861Z] super(parent, treeStyle, filter, true); [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/ExternalEditor.java:[93] [2024-06-04T13:15:03.861Z] URL localName = Platform.asLocalURL(entry); [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The method asLocalURL(URL) from the type Platform is deprecated [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[20] [2024-06-04T13:15:03.861Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The type Preferences is deprecated [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[58] [2024-06-04T13:15:03.861Z] pluginId = configElement.getNamespace(); [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The method getNamespace() from the type IConfigurationElement is deprecated [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[162] [2024-06-04T13:15:03.861Z] Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences(); [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The type Preferences is deprecated [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[162] [2024-06-04T13:15:03.861Z] Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences(); [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[164] [2024-06-04T13:15:03.861Z] if (prefs.getBoolean(prefId)) { [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:15:03.861Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[181] [2024-06-04T13:15:03.861Z] Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences(); [2024-06-04T13:15:03.861Z] ^^^^^^^^^^^ [2024-06-04T13:15:03.861Z] The type Preferences is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[181] [2024-06-04T13:15:03.862Z] Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences(); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[183] [2024-06-04T13:15:03.862Z] prefs.setValue(prefId, !newValue); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java:[969] [2024-06-04T13:15:03.862Z] tree = new FilteredTree(parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER, filter, true); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ThemeElementHelper.java:[121] [2024-06-04T13:15:03.862Z] defaultFont = registry.bestDataArray(fontData, display); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The method bestDataArray(FontData[], Display) from the type FontRegistry is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[275] [2024-06-04T13:15:03.862Z] viewer.setAllChecked(false); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[341] [2024-06-04T13:15:03.862Z] viewer.setAllChecked(true); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[353] [2024-06-04T13:15:03.862Z] viewer.setAllChecked(false); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/intro/IIntroSite.java:[17] [2024-06-04T13:15:03.862Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/EditorPart.java:[278] [2024-06-04T13:15:03.862Z] setTitle(getPartName()); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The method setTitle(String) from the type WorkbenchPart is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[54] [2024-06-04T13:15:03.862Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[55] [2024-06-04T13:15:03.862Z] import org.eclipse.ui.INestableKeyBindingService; [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.862Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.862Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[866] [2024-06-04T13:15:03.862Z] final IKeyBindingService service = getSite().getKeyBindingService(); [2024-06-04T13:15:03.862Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[866] [2024-06-04T13:15:03.863Z] final IKeyBindingService service = getSite().getKeyBindingService(); [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[869] [2024-06-04T13:15:03.863Z] if (service instanceof INestableKeyBindingService) { [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[870] [2024-06-04T13:15:03.863Z] final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[870] [2024-06-04T13:15:03.863Z] final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[871] [2024-06-04T13:15:03.863Z] nestableService.activateKeyBindingService(null); [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[912] [2024-06-04T13:15:03.863Z] final IKeyBindingService service = getSite().getKeyBindingService(); [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[912] [2024-06-04T13:15:03.863Z] final IKeyBindingService service = getSite().getKeyBindingService(); [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[918] [2024-06-04T13:15:03.863Z] if (service instanceof INestableKeyBindingService) { [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[919] [2024-06-04T13:15:03.863Z] final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[919] [2024-06-04T13:15:03.863Z] final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; [2024-06-04T13:15:03.863Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.863Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.863Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[920] [2024-06-04T13:15:03.863Z] nestableService.activateKeyBindingService(editor.getEditorSite()); [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[938] [2024-06-04T13:15:03.864Z] if (service instanceof INestableKeyBindingService) { [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[939] [2024-06-04T13:15:03.864Z] final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[939] [2024-06-04T13:15:03.864Z] final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[940] [2024-06-04T13:15:03.864Z] nestableService.activateKeyBindingService(null); [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[33] [2024-06-04T13:15:03.864Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[34] [2024-06-04T13:15:03.864Z] import org.eclipse.ui.INestableKeyBindingService; [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[104] [2024-06-04T13:15:03.864Z] private IKeyBindingService service; [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[226] [2024-06-04T13:15:03.864Z] IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService(); [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[226] [2024-06-04T13:15:03.864Z] IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService(); [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[227] [2024-06-04T13:15:03.864Z] if (parentService instanceof INestableKeyBindingService) { [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.864Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[228] [2024-06-04T13:15:03.864Z] INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService; [2024-06-04T13:15:03.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.864Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[228] [2024-06-04T13:15:03.865Z] INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService; [2024-06-04T13:15:03.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.865Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[229] [2024-06-04T13:15:03.865Z] nestableParent.removeKeyBindingService(this); [2024-06-04T13:15:03.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.865Z] The method removeKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[311] [2024-06-04T13:15:03.865Z] public IKeyBindingService getKeyBindingService() { [2024-06-04T13:15:03.865Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.865Z] The type IKeyBindingService is deprecated [2024-06-04T13:15:03.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[313] [2024-06-04T13:15:03.865Z] service = getMultiPageEditor().getEditorSite().getKeyBindingService(); [2024-06-04T13:15:03.865Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.865Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:15:03.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[314] [2024-06-04T13:15:03.865Z] if (service instanceof INestableKeyBindingService) { [2024-06-04T13:15:03.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.865Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[315] [2024-06-04T13:15:03.865Z] INestableKeyBindingService nestableService = (INestableKeyBindingService) service; [2024-06-04T13:15:03.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.865Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[315] [2024-06-04T13:15:03.865Z] INestableKeyBindingService nestableService = (INestableKeyBindingService) service; [2024-06-04T13:15:03.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.865Z] The type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[316] [2024-06-04T13:15:03.865Z] service = nestableService.getKeyBindingService(this); [2024-06-04T13:15:03.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:03.865Z] The method getKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [2024-06-04T13:15:03.865Z] 427 problems (427 warnings) [2024-06-04T13:15:03.865Z] [INFO] [2024-06-04T13:15:03.865Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:03.865Z] [INFO] [2024-06-04T13:15:03.865Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:03.865Z] [INFO] Using Declarative Service specification version 1.4.0 to generate component definitions [2024-06-04T13:15:03.865Z] [INFO] org.eclipse.ui.internal.WindowsDefenderConfigurator.xml [2024-06-04T13:15:03.865Z] [INFO] org.eclipse.ui.internal.themes.ColorAndFontProviderImpl.xml [2024-06-04T13:15:03.865Z] [INFO] 2 component(s) where generated. [2024-06-04T13:15:03.865Z] [INFO] [2024-06-04T13:15:03.865Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:11.955Z] [INFO] [2024-06-04T13:15:11.955Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:11.956Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/src/test/resources [2024-06-04T13:15:11.956Z] [INFO] [2024-06-04T13:15:11.956Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:11.956Z] [INFO] [2024-06-04T13:15:11.956Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:11.956Z] [INFO] [2024-06-04T13:15:11.956Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:11.956Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.132.0-SNAPSHOT-sources.jar [2024-06-04T13:15:11.956Z] [INFO] [2024-06-04T13:15:11.956Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:11.956Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.132.0-SNAPSHOT.jar [2024-06-04T13:15:12.895Z] [INFO] [2024-06-04T13:15:12.895Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:13.458Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.132.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/.polyglot.META-INF [2024-06-04T13:15:13.458Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:13.458Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:13.458Z] [2024-06-04T13:15:13.458Z] [INFO] [2024-06-04T13:15:13.458Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:14.827Z] [INFO] [2024-06-04T13:15:14.827Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:16.196Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.132.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:15:16.196Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.132.0-SNAPSHOT.jar [2024-06-04T13:15:24.288Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.132.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:15:24.288Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.132.0-SNAPSHOT-sources.jar [2024-06-04T13:15:29.535Z] [INFO] [2024-06-04T13:15:29.535Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.workbench --- [2024-06-04T13:15:30.096Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.132.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/.polyglot.META-INF [2024-06-04T13:15:30.096Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:30.096Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:30.096Z] [2024-06-04T13:15:30.096Z] [INFO] [2024-06-04T13:15:30.096Z] [INFO] ----------------< org.eclipse.platform:org.eclipse.ui >----------------- [2024-06-04T13:15:30.096Z] [INFO] Building [bundle] Eclipse UI 3.206.0-SNAPSHOT [64/523] [2024-06-04T13:15:30.096Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF [2024-06-04T13:15:30.096Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:15:31.460Z] [INFO] [2024-06-04T13:15:31.460Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui --- [2024-06-04T13:15:31.460Z] [INFO] [2024-06-04T13:15:31.460Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui --- [2024-06-04T13:15:31.460Z] [INFO] The project's OSGi version is 3.206.0.v20240524-2010 [2024-06-04T13:15:31.460Z] [INFO] [2024-06-04T13:15:31.460Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui --- [2024-06-04T13:15:31.460Z] [INFO] [2024-06-04T13:15:31.460Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui --- [2024-06-04T13:15:31.460Z] [INFO] [2024-06-04T13:15:31.460Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui --- [2024-06-04T13:15:31.460Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/saveproperties [2024-06-04T13:15:31.460Z] [INFO] [2024-06-04T13:15:31.460Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui --- [2024-06-04T13:15:31.460Z] [INFO] [2024-06-04T13:15:31.460Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui --- [2024-06-04T13:15:31.460Z] [INFO] [2024-06-04T13:15:31.460Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui --- [2024-06-04T13:15:31.460Z] [INFO] Resolving class path of [bundle] Eclipse UI [2024-06-04T13:15:31.716Z] [INFO] [2024-06-04T13:15:31.716Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui --- [2024-06-04T13:15:31.716Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/src/main/resources [2024-06-04T13:15:31.716Z] [INFO] [2024-06-04T13:15:31.716Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui --- [2024-06-04T13:15:31.716Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/src/main/resources [2024-06-04T13:15:31.716Z] [INFO] [2024-06-04T13:15:31.716Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui --- [2024-06-04T13:15:31.971Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:15:31.971Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPlugin.java:[98] [2024-06-04T13:15:31.971Z] UIPlugin.this.savePluginPreferences(); [2024-06-04T13:15:31.971Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:31.971Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:15:31.971Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java:[56] [2024-06-04T13:15:31.971Z] node.put(IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE, [2024-06-04T13:15:31.971Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:31.971Z] The field IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE is deprecated [2024-06-04T13:15:31.971Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java:[58] [2024-06-04T13:15:31.971Z] node.put(IWorkbenchPreferenceConstants.SHIFT_OPEN_NEW_PERSPECTIVE, [2024-06-04T13:15:31.971Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:31.971Z] The field IWorkbenchPreferenceConstants.SHIFT_OPEN_NEW_PERSPECTIVE is deprecated [2024-06-04T13:15:31.972Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java:[60] [2024-06-04T13:15:31.972Z] node.put(IWorkbenchPreferenceConstants.ALTERNATE_OPEN_NEW_PERSPECTIVE, [2024-06-04T13:15:31.972Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:31.972Z] The field IWorkbenchPreferenceConstants.ALTERNATE_OPEN_NEW_PERSPECTIVE is deprecated [2024-06-04T13:15:31.972Z] 4 problems (4 warnings) [2024-06-04T13:15:31.972Z] [INFO] [2024-06-04T13:15:31.972Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui --- [2024-06-04T13:15:31.972Z] [INFO] [2024-06-04T13:15:31.972Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui --- [2024-06-04T13:15:31.972Z] [INFO] [2024-06-04T13:15:31.972Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui --- [2024-06-04T13:15:32.228Z] [INFO] [2024-06-04T13:15:32.228Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui --- [2024-06-04T13:15:32.228Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/src/test/resources [2024-06-04T13:15:32.228Z] [INFO] [2024-06-04T13:15:32.228Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui --- [2024-06-04T13:15:32.228Z] [INFO] [2024-06-04T13:15:32.228Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui --- [2024-06-04T13:15:32.228Z] [INFO] [2024-06-04T13:15:32.228Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui --- [2024-06-04T13:15:32.228Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.206.0-SNAPSHOT-sources.jar [2024-06-04T13:15:32.228Z] [INFO] [2024-06-04T13:15:32.228Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui --- [2024-06-04T13:15:32.228Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.206.0-SNAPSHOT.jar [2024-06-04T13:15:32.484Z] [INFO] [2024-06-04T13:15:32.484Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui --- [2024-06-04T13:15:32.484Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui:3.206.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF [2024-06-04T13:15:32.484Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:32.484Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:32.484Z] [2024-06-04T13:15:32.484Z] [INFO] [2024-06-04T13:15:32.484Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui --- [2024-06-04T13:15:32.740Z] [INFO] [2024-06-04T13:15:32.740Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui --- [2024-06-04T13:15:32.995Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.206.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:15:32.995Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.206.0-SNAPSHOT.jar [2024-06-04T13:15:37.161Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.206.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:15:37.162Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.206.0-SNAPSHOT-sources.jar [2024-06-04T13:15:40.429Z] [INFO] [2024-06-04T13:15:40.429Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui --- [2024-06-04T13:15:40.429Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui:3.206.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF [2024-06-04T13:15:40.429Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:40.429Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:40.429Z] [2024-06-04T13:15:40.429Z] [INFO] [2024-06-04T13:15:40.429Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.forms >-------------- [2024-06-04T13:15:40.429Z] [INFO] Building [bundle] Eclipse Forms 3.13.300-SNAPSHOT [65/523] [2024-06-04T13:15:40.429Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF [2024-06-04T13:15:40.429Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] The project's OSGi version is 3.13.300.v20240424-0956 [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/saveproperties [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] Resolving class path of [bundle] Eclipse Forms [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/main/resources [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.685Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/main/resources [2024-06-04T13:15:40.685Z] [INFO] [2024-06-04T13:15:40.685Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.forms --- [2024-06-04T13:15:40.942Z] [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:15:41.505Z] [INFO] [2024-06-04T13:15:41.505Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.forms --- [2024-06-04T13:15:41.505Z] [INFO] [2024-06-04T13:15:41.505Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.forms --- [2024-06-04T13:15:41.505Z] [INFO] [2024-06-04T13:15:41.505Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.forms --- [2024-06-04T13:15:41.761Z] [INFO] [2024-06-04T13:15:41.761Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.forms --- [2024-06-04T13:15:41.761Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/test/resources [2024-06-04T13:15:41.761Z] [INFO] [2024-06-04T13:15:41.761Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.forms --- [2024-06-04T13:15:41.761Z] [INFO] [2024-06-04T13:15:41.761Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.forms --- [2024-06-04T13:15:41.761Z] [INFO] [2024-06-04T13:15:41.761Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.forms --- [2024-06-04T13:15:41.761Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.13.300-SNAPSHOT-sources.jar [2024-06-04T13:15:41.762Z] [INFO] [2024-06-04T13:15:41.762Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.forms --- [2024-06-04T13:15:42.027Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.13.300-SNAPSHOT.jar [2024-06-04T13:15:42.027Z] [INFO] [2024-06-04T13:15:42.027Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms --- [2024-06-04T13:15:42.284Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.forms:3.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF [2024-06-04T13:15:42.284Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:42.284Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:42.284Z] [2024-06-04T13:15:42.284Z] [INFO] [2024-06-04T13:15:42.284Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.forms --- [2024-06-04T13:15:42.543Z] [INFO] [2024-06-04T13:15:42.543Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.forms --- [2024-06-04T13:15:42.804Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.13.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:15:42.804Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.13.300-SNAPSHOT.jar [2024-06-04T13:15:46.972Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:15:46.972Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.13.300-SNAPSHOT-sources.jar [2024-06-04T13:15:50.238Z] [INFO] [2024-06-04T13:15:50.238Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.forms --- [2024-06-04T13:15:50.238Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.forms:3.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF [2024-06-04T13:15:50.239Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:50.239Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:50.239Z] [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] ------------< org.eclipse.platform:eclipse.platform.debug >------------- [2024-06-04T13:15:50.239Z] [INFO] Building eclipse.platform.debug 4.33.0-SNAPSHOT [66/523] [2024-06-04T13:15:50.239Z] [INFO] from eclipse.platform/debug/pom.xml [2024-06-04T13:15:50.239Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/saveproperties [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/src/main/resources [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.debug --- [2024-06-04T13:15:50.239Z] [INFO] [2024-06-04T13:15:50.239Z] [INFO] ----------< org.eclipse.platform:org.eclipse.core.variables >----------- [2024-06-04T13:15:50.239Z] [INFO] Building [bundle] Core Variables 3.6.400-SNAPSHOT [67/523] [2024-06-04T13:15:50.239Z] [INFO] from eclipse.platform/debug/org.eclipse.core.variables/.polyglot.META-INF [2024-06-04T13:15:50.239Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.495Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.495Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.495Z] [INFO] The project's OSGi version is 3.6.400.v20240413-1529 [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.495Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.495Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.495Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.495Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/saveproperties [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.495Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.495Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.495Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.495Z] [INFO] Resolving class path of [bundle] Core Variables [2024-06-04T13:15:50.495Z] [INFO] [2024-06-04T13:15:50.496Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.496Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/src/main/resources [2024-06-04T13:15:50.496Z] [INFO] [2024-06-04T13:15:50.496Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.496Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/src/main/resources [2024-06-04T13:15:50.496Z] [INFO] [2024-06-04T13:15:50.496Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.496Z] [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/src/test/resources [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.400-SNAPSHOT-sources.jar [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.400-SNAPSHOT.jar [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.variables --- [2024-06-04T13:15:50.752Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.variables:3.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/.polyglot.META-INF [2024-06-04T13:15:50.752Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:50.752Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:50.752Z] [2024-06-04T13:15:50.752Z] [INFO] [2024-06-04T13:15:50.752Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.variables --- [2024-06-04T13:15:51.009Z] [INFO] [2024-06-04T13:15:51.009Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.variables --- [2024-06-04T13:15:51.009Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:15:51.009Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.400-SNAPSHOT.jar [2024-06-04T13:15:54.277Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:15:54.277Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.400-SNAPSHOT-sources.jar [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.variables --- [2024-06-04T13:15:58.444Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.variables:3.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.variables/.polyglot.META-INF [2024-06-04T13:15:58.444Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:58.444Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:58.444Z] [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ant.core >-------------- [2024-06-04T13:15:58.444Z] [INFO] Building [bundle] Ant Build Tool Core 3.7.400-SNAPSHOT [68/523] [2024-06-04T13:15:58.444Z] [INFO] from eclipse.platform/ant/org.eclipse.ant.core/.polyglot.META-INF [2024-06-04T13:15:58.444Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.444Z] [INFO] The project's OSGi version is 3.7.400.v20240413-1529 [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.444Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/saveproperties [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.444Z] [INFO] Resolving class path of [bundle] Ant Build Tool Core [2024-06-04T13:15:58.444Z] [INFO] [2024-06-04T13:15:58.444Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-13) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.445Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src_ant added. [2024-06-04T13:15:58.445Z] [INFO] [2024-06-04T13:15:58.445Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.445Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/main/resources [2024-06-04T13:15:58.445Z] [INFO] [2024-06-04T13:15:58.445Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.445Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/main/resources [2024-06-04T13:15:58.445Z] [INFO] [2024-06-04T13:15:58.445Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.445Z] [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/core/AntCorePreferences.java:[919] [2024-06-04T13:15:58.445Z] * TODO Should be promoted to API post 3.1 [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] TODO Should be promoted to API post 3.1 [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[65] [2024-06-04T13:15:58.445Z] fSecurityManager.checkExit(status); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkExit(int) from the type SecurityManager is deprecated [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[76] [2024-06-04T13:15:58.445Z] fSecurityManager.checkPermission(perm); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[83] [2024-06-04T13:15:58.445Z] fSecurityManager.checkAccept(host, port); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkAccept(String, int) from the type SecurityManager is deprecated [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[90] [2024-06-04T13:15:58.445Z] fSecurityManager.checkAccess(t); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkAccess(Thread) from the type SecurityManager is deprecated [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[97] [2024-06-04T13:15:58.445Z] fSecurityManager.checkAccess(g); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkAccess(ThreadGroup) from the type SecurityManager is deprecated [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[104] [2024-06-04T13:15:58.445Z] fSecurityManager.checkConnect(host, port, context); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkConnect(String, int, Object) from the type SecurityManager is deprecated [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[111] [2024-06-04T13:15:58.445Z] fSecurityManager.checkConnect(host, port); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkConnect(String, int) from the type SecurityManager is deprecated [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[118] [2024-06-04T13:15:58.445Z] fSecurityManager.checkCreateClassLoader(); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkCreateClassLoader() from the type SecurityManager is deprecated [2024-06-04T13:15:58.445Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[125] [2024-06-04T13:15:58.445Z] fSecurityManager.checkDelete(file); [2024-06-04T13:15:58.445Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.445Z] The method checkDelete(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[132] [2024-06-04T13:15:58.446Z] fSecurityManager.checkExec(cmd); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkExec(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[139] [2024-06-04T13:15:58.446Z] fSecurityManager.checkLink(lib); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkLink(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[146] [2024-06-04T13:15:58.446Z] fSecurityManager.checkListen(port); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkListen(int) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[168] [2024-06-04T13:15:58.446Z] fSecurityManager.checkMulticast(maddr); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkMulticast(InetAddress) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[175] [2024-06-04T13:15:58.446Z] fSecurityManager.checkPackageAccess(pkg); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkPackageAccess(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[182] [2024-06-04T13:15:58.446Z] fSecurityManager.checkPackageDefinition(pkg); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkPackageDefinition(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[189] [2024-06-04T13:15:58.446Z] fSecurityManager.checkPermission(perm, context); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkPermission(Permission, Object) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[196] [2024-06-04T13:15:58.446Z] fSecurityManager.checkPrintJobAccess(); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkPrintJobAccess() from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[203] [2024-06-04T13:15:58.446Z] fSecurityManager.checkPropertiesAccess(); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkPropertiesAccess() from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[205] [2024-06-04T13:15:58.446Z] super.checkPropertiesAccess(); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkPropertiesAccess() from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[211] [2024-06-04T13:15:58.446Z] fSecurityManager.checkPropertyAccess(key); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkPropertyAccess(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[218] [2024-06-04T13:15:58.446Z] fSecurityManager.checkRead(fd); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^ [2024-06-04T13:15:58.446Z] The method checkRead(FileDescriptor) from the type SecurityManager is deprecated [2024-06-04T13:15:58.446Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[225] [2024-06-04T13:15:58.446Z] fSecurityManager.checkRead(file, context); [2024-06-04T13:15:58.446Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method checkRead(String, Object) from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[232] [2024-06-04T13:15:58.447Z] fSecurityManager.checkRead(file); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method checkRead(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[239] [2024-06-04T13:15:58.447Z] fSecurityManager.checkSecurityAccess(target); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method checkSecurityAccess(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[246] [2024-06-04T13:15:58.447Z] fSecurityManager.checkSetFactory(); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method checkSetFactory() from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[253] [2024-06-04T13:15:58.447Z] fSecurityManager.checkWrite(fd); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method checkWrite(FileDescriptor) from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[260] [2024-06-04T13:15:58.447Z] fSecurityManager.checkWrite(file); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method checkWrite(String) from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[267] [2024-06-04T13:15:58.447Z] return fSecurityManager.getSecurityContext(); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method getSecurityContext() from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[269] [2024-06-04T13:15:58.447Z] return super.getSecurityContext(); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method getSecurityContext() from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[275] [2024-06-04T13:15:58.447Z] fSecurityManager.getThreadGroup(); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method getThreadGroup() from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[277] [2024-06-04T13:15:58.447Z] return super.getThreadGroup(); [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] The method getThreadGroup() from the type SecurityManager is deprecated [2024-06-04T13:15:58.447Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[283] [2024-06-04T13:15:58.447Z] // XXX: This also means you must not add @Override annotations even if Eclipse try to add them. [2024-06-04T13:15:58.447Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:15:58.447Z] XXX: This also means you must not add @Override annotations even if Eclipse try to add them. [2024-06-04T13:15:58.447Z] 33 problems (null, 33 warnings) [2024-06-04T13:15:58.447Z] [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:15:58.447Z] [INFO] [2024-06-04T13:15:58.447Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.447Z] [INFO] [2024-06-04T13:15:58.447Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.447Z] [INFO] [2024-06-04T13:15:58.447Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.704Z] [INFO] [2024-06-04T13:15:58.704Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.704Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/src/test/resources [2024-06-04T13:15:58.704Z] [INFO] [2024-06-04T13:15:58.704Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.704Z] [INFO] [2024-06-04T13:15:58.704Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.704Z] [INFO] [2024-06-04T13:15:58.704Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.704Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.400-SNAPSHOT-sources.jar [2024-06-04T13:15:58.704Z] [INFO] [2024-06-04T13:15:58.704Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.704Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/lib/antsupportlib.jar [2024-06-04T13:15:58.704Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.400-SNAPSHOT.jar [2024-06-04T13:15:58.704Z] [INFO] [2024-06-04T13:15:58.704Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.960Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.core:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/.polyglot.META-INF [2024-06-04T13:15:58.960Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:15:58.960Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:15:58.960Z] [2024-06-04T13:15:58.960Z] [INFO] [2024-06-04T13:15:58.961Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.961Z] [INFO] [2024-06-04T13:15:58.961Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.core --- [2024-06-04T13:15:58.961Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.400-SNAPSHOT.jar' is disabled. [2024-06-04T13:15:58.961Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:15:58.961Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.400-SNAPSHOT.jar [2024-06-04T13:16:02.229Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.400-SNAPSHOT-sources.jar' is disabled. [2024-06-04T13:16:02.229Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:16:02.229Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.400-SNAPSHOT-sources.jar [2024-06-04T13:16:06.400Z] [INFO] [2024-06-04T13:16:06.400Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ant.core --- [2024-06-04T13:16:06.400Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.core:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.core/.polyglot.META-INF [2024-06-04T13:16:06.400Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:06.400Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:06.400Z] [2024-06-04T13:16:06.400Z] [INFO] [2024-06-04T13:16:06.400Z] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.http.service.api >------ [2024-06-04T13:16:06.400Z] [INFO] Building [bundle] OSGi service http APIs 1.2.2-SNAPSHOT [69/523] [2024-06-04T13:16:06.400Z] [INFO] from equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF [2024-06-04T13:16:06.400Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] The project's OSGi version is 1.2.2.v20231218-2126 [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/saveproperties [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] Resolving class path of [bundle] OSGi service http APIs [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/src/main/resources [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/src/main/resources [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/src/test/resources [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT-sources.jar [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.401Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT.jar [2024-06-04T13:16:06.401Z] [INFO] [2024-06-04T13:16:06.401Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.402Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.service.api:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF [2024-06-04T13:16:06.402Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:06.402Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:06.402Z] [2024-06-04T13:16:06.402Z] [INFO] [2024-06-04T13:16:06.402Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.402Z] [INFO] [2024-06-04T13:16:06.402Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.402Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.service.api:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF [2024-06-04T13:16:06.402Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:06.402Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:06.402Z] [2024-06-04T13:16:06.402Z] [INFO] [2024-06-04T13:16:06.402Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.402Z] [INFO] [2024-06-04T13:16:06.402Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:06.402Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:16:06.402Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT.jar [2024-06-04T13:16:09.674Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:16:09.674Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT-sources.jar [2024-06-04T13:16:12.942Z] [INFO] [2024-06-04T13:16:12.942Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.service.api --- [2024-06-04T13:16:12.942Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.service.api:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF [2024-06-04T13:16:12.942Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:12.942Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:12.942Z] [2024-06-04T13:16:12.942Z] [INFO] [2024-06-04T13:16:12.942Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.http.servlet >-------- [2024-06-04T13:16:12.942Z] [INFO] Building [bundle] Http Services Servlet 1.8.200-SNAPSHOT [70/523] [2024-06-04T13:16:12.942Z] [INFO] from equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [2024-06-04T13:16:12.942Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:16:13.198Z] [INFO] [2024-06-04T13:16:13.198Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] The project's OSGi version is 1.8.200.v20240321-1445 [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/saveproperties [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] Resolving class path of [bundle] Http Services Servlet [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/main/resources [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/main/resources [2024-06-04T13:16:13.199Z] [INFO] [2024-06-04T13:16:13.199Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.199Z] [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:16:13.761Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[72] [2024-06-04T13:16:13.761Z] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { [2024-06-04T13:16:13.761Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.761Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.761Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[72] [2024-06-04T13:16:13.761Z] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { [2024-06-04T13:16:13.761Z] httpServiceRuntime.registerHttpServiceFilter(bundle, alias, filter, initparams, httpContextHolder); [2024-06-04T13:16:13.762Z] return null; [2024-06-04T13:16:13.762Z] }); [2024-06-04T13:16:13.762Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.762Z] The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [2024-06-04T13:16:13.762Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[98] [2024-06-04T13:16:13.762Z] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { [2024-06-04T13:16:13.762Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.762Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.762Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[98] [2024-06-04T13:16:13.762Z] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { [2024-06-04T13:16:13.762Z] httpServiceRuntime.registerHttpServiceResources(bundle, alias, name, httpContextHolder); [2024-06-04T13:16:13.762Z] return null; [2024-06-04T13:16:13.762Z] }); [2024-06-04T13:16:13.762Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.762Z] The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [2024-06-04T13:16:13.762Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[117] [2024-06-04T13:16:13.762Z] AccessController.doPrivileged(new PrivilegedExceptionAction() { [2024-06-04T13:16:13.762Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.762Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.762Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[117] [2024-06-04T13:16:13.762Z] AccessController.doPrivileged(new PrivilegedExceptionAction() { [2024-06-04T13:16:13.762Z] @Override [2024-06-04T13:16:13.762Z] public Void run() throws NamespaceException, ServletException { [2024-06-04T13:16:13.762Z] httpServiceRuntime.registerHttpServiceServlet(bundle, alias, servlet, initparams, [2024-06-04T13:16:13.762Z] httpContextHolder); [2024-06-04T13:16:13.762Z] return null; [2024-06-04T13:16:13.762Z] } [2024-06-04T13:16:13.762Z] }); [2024-06-04T13:16:13.763Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.763Z] The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [2024-06-04T13:16:13.763Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[21] [2024-06-04T13:16:13.763Z] import java.security.AccessController; [2024-06-04T13:16:13.763Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.763Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.763Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[358] [2024-06-04T13:16:13.763Z] Servlet servlet = new ResourceServlet(prefix, curServletContextHelper, AccessController.getContext()); [2024-06-04T13:16:13.763Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.763Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.763Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[358] [2024-06-04T13:16:13.763Z] Servlet servlet = new ResourceServlet(prefix, curServletContextHelper, AccessController.getContext()); [2024-06-04T13:16:13.763Z] ^^^^^^^^^^^^ [2024-06-04T13:16:13.763Z] The method getContext() from the type AccessController is deprecated [2024-06-04T13:16:13.763Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[1036] [2024-06-04T13:16:13.763Z] eventListeners, AccessController.getContext()); [2024-06-04T13:16:13.763Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.763Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.763Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[1036] [2024-06-04T13:16:13.763Z] eventListeners, AccessController.getContext()); [2024-06-04T13:16:13.763Z] ^^^^^^^^^^^^ [2024-06-04T13:16:13.763Z] The method getContext() from the type AccessController is deprecated [2024-06-04T13:16:13.764Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[18] [2024-06-04T13:16:13.764Z] import java.security.AccessControlContext; [2024-06-04T13:16:13.764Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.764Z] The type AccessControlContext has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.764Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[77] [2024-06-04T13:16:13.764Z] AccessControlContext accessControlContext = bundle.adapt(AccessControlContext.class); [2024-06-04T13:16:13.764Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.764Z] The type AccessControlContext has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.764Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[77] [2024-06-04T13:16:13.764Z] AccessControlContext accessControlContext = bundle.adapt(AccessControlContext.class); [2024-06-04T13:16:13.764Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.764Z] The type AccessControlContext has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.764Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[80] [2024-06-04T13:16:13.764Z] accessControlContext.checkPermission(new FilePermission(baseStorage.getAbsolutePath(), "read,write")); //$NON-NLS-1$ [2024-06-04T13:16:13.764Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.764Z] The method checkPermission(Permission) from the type AccessControlContext is deprecated [2024-06-04T13:16:13.764Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[43] [2024-06-04T13:16:13.764Z] private final AccessControlContext acc; [2024-06-04T13:16:13.764Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.764Z] The type AccessControlContext has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.764Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[45] [2024-06-04T13:16:13.764Z] public ResourceServlet(String internalName, ServletContextHelper servletContextHelper, AccessControlContext acc) { [2024-06-04T13:16:13.764Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.765Z] The type AccessControlContext has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.765Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[74] [2024-06-04T13:16:13.765Z] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { [2024-06-04T13:16:13.765Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.765Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.765Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[74] [2024-06-04T13:16:13.765Z] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { [2024-06-04T13:16:13.765Z] URLConnection connection = resourceURL.openConnection(); [2024-06-04T13:16:13.765Z] long lastModified = connection.getLastModified(); [2024-06-04T13:16:13.765Z] int contentLength = connection.getContentLength(); [2024-06-04T13:16:13.765Z] String etag = null; [2024-06-04T13:16:13.765Z] if (lastModified != -1 && contentLength != -1) [2024-06-04T13:16:13.765Z] etag = "W/\"" + contentLength + "-" + lastModified + "\""; //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$ [2024-06-04T13:16:13.765Z] // Check for cache revalidation. [2024-06-04T13:16:13.765Z] // We should prefer ETag validation as the guarantees are stronger and all HTTP [2024-06-04T13:16:13.765Z] // 1.1 clients should be using it [2024-06-04T13:16:13.765Z] String ifNoneMatch = req.getHeader(IF_NONE_MATCH); [2024-06-04T13:16:13.765Z] if (ifNoneMatch != null && etag != null && ifNoneMatch.indexOf(etag) != -1) { [2024-06-04T13:16:13.765Z] resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED); [2024-06-04T13:16:13.765Z] return Boolean.TRUE; [2024-06-04T13:16:13.765Z] } [2024-06-04T13:16:13.765Z] long ifModifiedSince = req.getDateHeader(IF_MODIFIED_SINCE); [2024-06-04T13:16:13.765Z] // for purposes of comparison we add 999 to ifModifiedSince since the fidelity [2024-06-04T13:16:13.765Z] // of the IMS header generally doesn't include milli-seconds [2024-06-04T13:16:13.765Z] if (ifModifiedSince > -1 && lastModified > 0 && lastModified <= (ifModifiedSince + 999)) { [2024-06-04T13:16:13.765Z] resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED); [2024-06-04T13:16:13.765Z] return Boolean.TRUE; [2024-06-04T13:16:13.765Z] } [2024-06-04T13:16:13.765Z] String rangeHeader = req.getHeader(RANGE); [2024-06-04T13:16:13.765Z] Range range = null; [2024-06-04T13:16:13.765Z] if (rangeHeader != null) { [2024-06-04T13:16:13.765Z] range = Range.createFromRangeHeader(rangeHeader); [2024-06-04T13:16:13.765Z] range.completeLength = contentLength; [2024-06-04T13:16:13.765Z] range.updateBytePos(); [2024-06-04T13:16:13.765Z] if (!range.isValid()) { [2024-06-04T13:16:13.765Z] resp.setHeader(ACCEPT_RANGES, RANGE_UNIT_BYTES); [2024-06-04T13:16:13.765Z] resp.setStatus(HttpServletResponse.SC_REQUESTED_RANGE_NOT_SATISFIABLE); [2024-06-04T13:16:13.765Z] return Boolean.TRUE; [2024-06-04T13:16:13.765Z] } [2024-06-04T13:16:13.765Z] } [2024-06-04T13:16:13.765Z] // return the full contents regularly [2024-06-04T13:16:13.765Z] if (contentLength != -1) [2024-06-04T13:16:13.765Z] resp.setContentLength(contentLength); [2024-06-04T13:16:13.765Z] String filename = new File(resourcePath).getName(); [2024-06-04T13:16:13.765Z] String contentType = servletContextHelper.getMimeType(filename); [2024-06-04T13:16:13.765Z] if (contentType == null) [2024-06-04T13:16:13.765Z] contentType = getServletConfig().getServletContext().getMimeType(filename); [2024-06-04T13:16:13.765Z] if (contentType != null) [2024-06-04T13:16:13.765Z] resp.setContentType(contentType); [2024-06-04T13:16:13.765Z] if (lastModified > 0) [2024-06-04T13:16:13.765Z] resp.setDateHeader(LAST_MODIFIED, lastModified); [2024-06-04T13:16:13.765Z] if (etag != null) [2024-06-04T13:16:13.765Z] resp.setHeader(ETAG, etag); [2024-06-04T13:16:13.765Z] if (range == null && (servletContextHelper instanceof RangeAwareServletContextHelper) [2024-06-04T13:16:13.765Z] && ((RangeAwareServletContextHelper) servletContextHelper).rangeableContentType(contentType, [2024-06-04T13:16:13.765Z] req.getHeader("User-Agent"))) { //$NON-NLS-1$ [2024-06-04T13:16:13.765Z] range = new Range(); [2024-06-04T13:16:13.765Z] range.firstBytePos = 0; [2024-06-04T13:16:13.766Z] range.completeLength = contentLength; [2024-06-04T13:16:13.766Z] range.updateBytePos(); [2024-06-04T13:16:13.766Z] } [2024-06-04T13:16:13.766Z] if (range != null) { [2024-06-04T13:16:13.766Z] resp.setStatus(HttpServletResponse.SC_PARTIAL_CONTENT); [2024-06-04T13:16:13.766Z] resp.setHeader(ACCEPT_RANGES, RANGE_UNIT_BYTES); [2024-06-04T13:16:13.766Z] resp.setContentLength(range.contentLength()); [2024-06-04T13:16:13.766Z] resp.setHeader(CONTENT_RANGE, RANGE_UNIT_BYTES + " " + range.firstBytePos + "-" + range.lastBytePos //$NON-NLS-1$ //$NON-NLS-2$ [2024-06-04T13:16:13.766Z] + "/" + range.completeLength); //$NON-NLS-1$ [2024-06-04T13:16:13.766Z] } [2024-06-04T13:16:13.766Z] if (contentLength != 0) { [2024-06-04T13:16:13.766Z] // open the input stream [2024-06-04T13:16:13.766Z] try (InputStream is = connection.getInputStream()) { [2024-06-04T13:16:13.766Z] // write the resource [2024-06-04T13:16:13.766Z] try { [2024-06-04T13:16:13.766Z] OutputStream os = resp.getOutputStream(); [2024-06-04T13:16:13.766Z] int writtenContentLength = writeResourceToOutputStream(is, os, range); [2024-06-04T13:16:13.766Z] if (contentLength == -1 || contentLength != writtenContentLength) [2024-06-04T13:16:13.766Z] resp.setContentLength(writtenContentLength); [2024-06-04T13:16:13.766Z] } catch (IllegalStateException e) { // can occur if the response output is already open as a [2024-06-04T13:16:13.766Z] // Writer [2024-06-04T13:16:13.766Z] Writer writer = resp.getWriter(); [2024-06-04T13:16:13.766Z] writeResourceToWriter(is, writer, range); [2024-06-04T13:16:13.766Z] // Since ContentLength is a measure of the number of bytes contained in the body [2024-06-04T13:16:13.766Z] // of a message when we use a Writer we lose control of the exact byte count and [2024-06-04T13:16:13.766Z] // defer the problem to the Servlet Engine's Writer implementation. [2024-06-04T13:16:13.766Z] } [2024-06-04T13:16:13.766Z] } catch (FileNotFoundException | SecurityException e) { [2024-06-04T13:16:13.766Z] // SecurityException may indicate the following scenarios [2024-06-04T13:16:13.766Z] // - url is not accessible [2024-06-04T13:16:13.766Z] sendError(resp, HttpServletResponse.SC_FORBIDDEN); [2024-06-04T13:16:13.766Z] } [2024-06-04T13:16:13.766Z] } [2024-06-04T13:16:13.766Z] return Boolean.TRUE; [2024-06-04T13:16:13.766Z] }, acc); [2024-06-04T13:16:13.768Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.768Z] The method doPrivileged(PrivilegedExceptionAction, AccessControlContext) from the type AccessController is deprecated [2024-06-04T13:16:13.768Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[73] [2024-06-04T13:16:13.768Z] ServletContextHelper servletContextHelper, EventListeners eventListeners, AccessControlContext acc) { [2024-06-04T13:16:13.768Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.768Z] The type AccessControlContext has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.768Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[152] [2024-06-04T13:16:13.768Z] mimeType = AccessController.doPrivileged( [2024-06-04T13:16:13.768Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.768Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.769Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[152] [2024-06-04T13:16:13.769Z] mimeType = AccessController.doPrivileged( [2024-06-04T13:16:13.769Z] (PrivilegedExceptionAction) () -> servletContextHelper.getMimeType(name), acc); [2024-06-04T13:16:13.769Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.769Z] The method doPrivileged(PrivilegedExceptionAction, AccessControlContext) from the type AccessController is deprecated [2024-06-04T13:16:13.769Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[174] [2024-06-04T13:16:13.769Z] return AccessController.doPrivileged( [2024-06-04T13:16:13.769Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.769Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.769Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[174] [2024-06-04T13:16:13.769Z] return AccessController.doPrivileged( [2024-06-04T13:16:13.769Z] (PrivilegedExceptionAction) () -> servletContextHelper.getRealPath(path), acc); [2024-06-04T13:16:13.769Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.769Z] The method doPrivileged(PrivilegedExceptionAction, AccessControlContext) from the type AccessController is deprecated [2024-06-04T13:16:13.769Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[204] [2024-06-04T13:16:13.769Z] return AccessController [2024-06-04T13:16:13.769Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.769Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.769Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[205] [2024-06-04T13:16:13.769Z] .doPrivileged((PrivilegedExceptionAction) () -> servletContextHelper.getResource(name), acc); [2024-06-04T13:16:13.769Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.769Z] The method doPrivileged(PrivilegedExceptionAction, AccessControlContext) from the type AccessController is deprecated [2024-06-04T13:16:13.769Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[235] [2024-06-04T13:16:13.769Z] return AccessController.doPrivileged( [2024-06-04T13:16:13.769Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.769Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.769Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[235] [2024-06-04T13:16:13.769Z] return AccessController.doPrivileged( [2024-06-04T13:16:13.769Z] (PrivilegedExceptionAction>) () -> servletContextHelper.getResourcePaths(name), acc); [2024-06-04T13:16:13.769Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.769Z] The method doPrivileged(PrivilegedExceptionAction>, AccessControlContext) from the type AccessController is deprecated [2024-06-04T13:16:13.769Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[414] [2024-06-04T13:16:13.769Z] private final AccessControlContext acc; [2024-06-04T13:16:13.769Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:13.769Z] The type AccessControlContext has been deprecated since version 17 and marked for removal [2024-06-04T13:16:13.769Z] 29 problems (29 warnings) [2024-06-04T13:16:13.769Z] [INFO] [2024-06-04T13:16:13.769Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.769Z] [INFO] [2024-06-04T13:16:13.769Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.770Z] [INFO] [2024-06-04T13:16:13.770Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.770Z] [INFO] [2024-06-04T13:16:13.770Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.770Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/src/test/resources [2024-06-04T13:16:13.770Z] [INFO] [2024-06-04T13:16:13.770Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.770Z] [INFO] [2024-06-04T13:16:13.770Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.770Z] [INFO] [2024-06-04T13:16:13.770Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.770Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.200-SNAPSHOT-sources.jar [2024-06-04T13:16:13.770Z] [INFO] [2024-06-04T13:16:13.770Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:13.770Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.200-SNAPSHOT.jar [2024-06-04T13:16:14.027Z] [INFO] [2024-06-04T13:16:14.027Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:14.027Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [2024-06-04T13:16:14.027Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:14.027Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:14.027Z] [2024-06-04T13:16:14.027Z] [INFO] [2024-06-04T13:16:14.027Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:14.027Z] [INFO] [2024-06-04T13:16:14.027Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:14.027Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [2024-06-04T13:16:14.027Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:14.027Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:14.027Z] [2024-06-04T13:16:14.027Z] [INFO] [2024-06-04T13:16:14.027Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:14.284Z] [INFO] [2024-06-04T13:16:14.284Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:14.284Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:16:14.284Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.200-SNAPSHOT.jar [2024-06-04T13:16:18.453Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:16:18.453Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.200-SNAPSHOT-sources.jar [2024-06-04T13:16:21.725Z] [INFO] [2024-06-04T13:16:21.725Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.servlet --- [2024-06-04T13:16:21.725Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [2024-06-04T13:16:21.725Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:21.725Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:21.725Z] [2024-06-04T13:16:21.725Z] [INFO] [2024-06-04T13:16:21.725Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.http.jetty >--------- [2024-06-04T13:16:21.725Z] [INFO] Building [bundle] Jetty Http Service 3.9.200-SNAPSHOT [71/523] [2024-06-04T13:16:21.725Z] [INFO] from equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [2024-06-04T13:16:21.725Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] The project's OSGi version is 3.9.200.v20240321-1445 [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/saveproperties [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] Resolving class path of [bundle] Jetty Http Service [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/src/main/resources [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/src/main/resources [2024-06-04T13:16:22.289Z] [INFO] [2024-06-04T13:16:22.289Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.289Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:16:22.546Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[68] [2024-06-04T13:16:22.546Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:16:22.546Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:16:22.546Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-04T13:16:22.546Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[68] [2024-06-04T13:16:22.546Z] SecurityManager sm = System.getSecurityManager(); [2024-06-04T13:16:22.546Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:22.546Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-04T13:16:22.546Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[70] [2024-06-04T13:16:22.546Z] sm.checkPermission(configurationPermission); [2024-06-04T13:16:22.546Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:22.547Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-04T13:16:22.547Z] 3 problems (3 warnings) [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/src/test/resources [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.200-SNAPSHOT-sources.jar [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.200-SNAPSHOT.jar [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [2024-06-04T13:16:22.547Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:22.547Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:22.547Z] [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [2024-06-04T13:16:22.547Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:22.547Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:22.547Z] [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] [2024-06-04T13:16:22.547Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:22.547Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:16:22.547Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.200-SNAPSHOT.jar [2024-06-04T13:16:26.737Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:16:26.737Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.200-SNAPSHOT-sources.jar [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.jetty --- [2024-06-04T13:16:30.016Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [2024-06-04T13:16:30.016Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:30.016Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:30.016Z] [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.security >---------- [2024-06-04T13:16:30.016Z] [INFO] Building org.eclipse.equinox.security 1.4.300-SNAPSHOT [72/523] [2024-06-04T13:16:30.016Z] [INFO] from equinox/bundles/org.eclipse.equinox.security/pom.xml [2024-06-04T13:16:30.016Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.016Z] [INFO] The project's OSGi version is 1.4.300.v20240419-2334 [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.016Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/saveproperties [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.016Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.016Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] Resolving class path of org.eclipse.equinox.security [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/src/main/resources [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/src/main/resources [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:16:30.017Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper.java:[92] [2024-06-04T13:16:30.017Z] location = getKeyringFile(args[i + 1]).toURL(); // don't use File.toURI().toURL() [2024-06-04T13:16:30.017Z] ^^^^^^^ [2024-06-04T13:16:30.017Z] The method toURL() from the type File is deprecated [2024-06-04T13:16:30.017Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper.java:[106] [2024-06-04T13:16:30.017Z] location = getKeyringFile(environmentKeyring).toURL(); [2024-06-04T13:16:30.017Z] ^^^^^^^ [2024-06-04T13:16:30.017Z] The method toURL() from the type File is deprecated [2024-06-04T13:16:30.017Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/StorageUtils.java:[54] [2024-06-04T13:16:30.017Z] return file.toURL(); [2024-06-04T13:16:30.017Z] ^^^^^^^ [2024-06-04T13:16:30.017Z] The method toURL() from the type File is deprecated [2024-06-04T13:16:30.017Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/StorageUtils.java:[61] [2024-06-04T13:16:30.017Z] return file.toURL(); [2024-06-04T13:16:30.017Z] ^^^^^^^ [2024-06-04T13:16:30.017Z] The method toURL() from the type File is deprecated [2024-06-04T13:16:30.017Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/security/storage/SecurePreferencesFactory.java:[84] [2024-06-04T13:16:30.017Z] return SecurePreferencesMapper.open(location, options); [2024-06-04T13:16:30.017Z] ^^^^^^^ [2024-06-04T13:16:30.017Z] Type safety: The expression of type Map needs unchecked conversion to conform to Map [2024-06-04T13:16:30.017Z] 5 problems (5 warnings) [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/src/test/resources [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.017Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.300-SNAPSHOT-sources.jar [2024-06-04T13:16:30.017Z] [INFO] [2024-06-04T13:16:30.017Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.018Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.300-SNAPSHOT.jar [2024-06-04T13:16:30.280Z] [INFO] [2024-06-04T13:16:30.281Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.281Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/pom.xml [2024-06-04T13:16:30.281Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:30.281Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:30.281Z] [2024-06-04T13:16:30.281Z] [INFO] [2024-06-04T13:16:30.281Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.281Z] [INFO] [2024-06-04T13:16:30.281Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.281Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/pom.xml [2024-06-04T13:16:30.281Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:30.281Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:30.281Z] [2024-06-04T13:16:30.281Z] [INFO] [2024-06-04T13:16:30.281Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.536Z] [INFO] [2024-06-04T13:16:30.536Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.security --- [2024-06-04T13:16:30.537Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:16:30.537Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.300-SNAPSHOT.jar [2024-06-04T13:16:34.704Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:16:34.704Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.300-SNAPSHOT-sources.jar [2024-06-04T13:16:37.220Z] [INFO] [2024-06-04T13:16:37.220Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.security --- [2024-06-04T13:16:37.220Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.security/pom.xml [2024-06-04T13:16:37.220Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:37.220Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:37.220Z] [2024-06-04T13:16:37.220Z] [INFO] [2024-06-04T13:16:37.220Z] [INFO] -------------< org.eclipse.platform:eclipse.platform.team >------------- [2024-06-04T13:16:37.220Z] [INFO] Building eclipse.platform.team 4.33.0-SNAPSHOT [73/523] [2024-06-04T13:16:37.220Z] [INFO] from eclipse.platform/team/pom.xml [2024-06-04T13:16:37.220Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:16:37.220Z] [INFO] [2024-06-04T13:16:37.220Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.team --- [2024-06-04T13:16:37.220Z] [INFO] [2024-06-04T13:16:37.220Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.team --- [2024-06-04T13:16:37.220Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/saveproperties [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.team --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.team --- [2024-06-04T13:16:37.221Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/src/main/resources [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.team --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.team --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.team --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.team --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] -----------------< org.eclipse.platform:team-bundles >------------------ [2024-06-04T13:16:37.221Z] [INFO] Building [aggregator] bundles 4.33.0-SNAPSHOT [74/523] [2024-06-04T13:16:37.221Z] [INFO] from eclipse.platform/team/bundles/.polyglot.pom.tycho [2024-06-04T13:16:37.221Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- clean:3.3.2:clean (default-clean) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/saveproperties [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/src/main/resources [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ team-bundles --- [2024-06-04T13:16:37.221Z] [INFO] [2024-06-04T13:16:37.221Z] [INFO] -------------< org.eclipse.platform:org.eclipse.core.net >-------------- [2024-06-04T13:16:37.221Z] [INFO] Building [bundle] Internet Connection Management 1.5.400-SNAPSHOT [75/523] [2024-06-04T13:16:37.221Z] [INFO] from eclipse.platform/team/bundles/org.eclipse.core.net/.polyglot.META-INF [2024-06-04T13:16:37.221Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:16:37.477Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] The project's OSGi version is 1.5.400.v20240413-1529 [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/saveproperties [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] Resolving class path of [bundle] Internet Connection Management [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/src/main/resources [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/src/main/resources [2024-06-04T13:16:37.478Z] [INFO] [2024-06-04T13:16:37.478Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.net --- [2024-06-04T13:16:37.478Z] [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:16:37.734Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/ProxyType.java:[529] [2024-06-04T13:16:37.734Z] // TODO: There does appear to be a way to set the non-proxy hosts for Socks [2024-06-04T13:16:37.734Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:37.734Z] TODO: There does appear to be a way to set the non-proxy hosts for Socks [2024-06-04T13:16:37.734Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/ProxyType.java:[530] [2024-06-04T13:16:37.734Z] // TODO: See http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html for a description [2024-06-04T13:16:37.734Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:37.734Z] TODO: See http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html for a description [2024-06-04T13:16:37.734Z] 2 problems (null, 2 warnings) [2024-06-04T13:16:37.734Z] [INFO] [2024-06-04T13:16:37.734Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.net --- [2024-06-04T13:16:37.734Z] [INFO] [2024-06-04T13:16:37.734Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.net --- [2024-06-04T13:16:37.734Z] [INFO] [2024-06-04T13:16:37.734Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.net --- [2024-06-04T13:16:37.734Z] [INFO] [2024-06-04T13:16:37.735Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.net --- [2024-06-04T13:16:37.735Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/src/test/resources [2024-06-04T13:16:37.735Z] [INFO] [2024-06-04T13:16:37.735Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.net --- [2024-06-04T13:16:37.735Z] [INFO] [2024-06-04T13:16:37.735Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net --- [2024-06-04T13:16:37.735Z] [INFO] [2024-06-04T13:16:37.735Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.net --- [2024-06-04T13:16:37.735Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:16:37.735Z] [INFO] [2024-06-04T13:16:37.735Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.net --- [2024-06-04T13:16:37.735Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.400-SNAPSHOT.jar [2024-06-04T13:16:37.735Z] [INFO] [2024-06-04T13:16:37.735Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net --- [2024-06-04T13:16:37.991Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/.polyglot.META-INF [2024-06-04T13:16:37.991Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:37.991Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:37.991Z] [2024-06-04T13:16:37.991Z] [INFO] [2024-06-04T13:16:37.991Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net --- [2024-06-04T13:16:37.991Z] [INFO] [2024-06-04T13:16:37.991Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.net --- [2024-06-04T13:16:37.991Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:16:37.991Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.400-SNAPSHOT.jar [2024-06-04T13:16:41.261Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:16:41.261Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:16:45.430Z] [INFO] [2024-06-04T13:16:45.430Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.net --- [2024-06-04T13:16:45.430Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.core.net/.polyglot.META-INF [2024-06-04T13:16:45.430Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:45.430Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:45.430Z] [2024-06-04T13:16:45.430Z] [INFO] [2024-06-04T13:16:45.430Z] [INFO] ---------------< org.eclipse.help:org.eclipse.help.base >--------------- [2024-06-04T13:16:45.430Z] [INFO] Building org.eclipse.help.base 4.4.500-SNAPSHOT [76/523] [2024-06-04T13:16:45.430Z] [INFO] from eclipse.platform/ua/org.eclipse.help.base/pom.xml [2024-06-04T13:16:45.430Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] The project's OSGi version is 4.4.500.v20240604-1303 [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/saveproperties [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] Resolving class path of org.eclipse.help.base [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/src/main/resources [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/src/main/resources [2024-06-04T13:16:46.796Z] [INFO] [2024-06-04T13:16:46.796Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.help.base --- [2024-06-04T13:16:46.796Z] [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:16:47.359Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/target/ant_tasks/helpbase-ant.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:16:47.626Z] [INFO] [2024-06-04T13:16:47.626Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.help.base --- [2024-06-04T13:16:47.626Z] [INFO] [2024-06-04T13:16:47.626Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.help.base --- [2024-06-04T13:16:47.626Z] [INFO] [2024-06-04T13:16:47.626Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.help.base --- [2024-06-04T13:16:47.626Z] [INFO] [2024-06-04T13:16:47.626Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.help.base --- [2024-06-04T13:16:47.627Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/src/test/resources [2024-06-04T13:16:47.627Z] [INFO] [2024-06-04T13:16:47.627Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.help.base --- [2024-06-04T13:16:47.627Z] [INFO] [2024-06-04T13:16:47.627Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help.base --- [2024-06-04T13:16:47.627Z] [INFO] [2024-06-04T13:16:47.627Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.help.base --- [2024-06-04T13:16:47.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.500-SNAPSHOT-sources.jar [2024-06-04T13:16:47.627Z] [INFO] [2024-06-04T13:16:47.627Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.help.base --- [2024-06-04T13:16:47.627Z] [INFO] Copying 1 resource from to target [2024-06-04T13:16:47.627Z] [INFO] [2024-06-04T13:16:47.627Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.help.base --- [2024-06-04T13:16:47.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/ant_tasks/helpbase-ant.jar [2024-06-04T13:16:47.883Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.500-SNAPSHOT.jar [2024-06-04T13:16:47.883Z] [INFO] [2024-06-04T13:16:47.883Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.base --- [2024-06-04T13:16:47.883Z] [INFO] No baseline version org.eclipse.help:org.eclipse.help.base:eclipse-plugin:4.4.500-SNAPSHOT [2024-06-04T13:16:47.883Z] [INFO] [2024-06-04T13:16:47.883Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.base --- [2024-06-04T13:16:47.883Z] [INFO] [2024-06-04T13:16:47.883Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.help.base --- [2024-06-04T13:16:47.883Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.500-SNAPSHOT.jar' is disabled. [2024-06-04T13:16:48.139Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.500-SNAPSHOT.jar [2024-06-04T13:16:52.314Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.500-SNAPSHOT-sources.jar' is disabled. [2024-06-04T13:16:52.314Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.500-SNAPSHOT-sources.jar [2024-06-04T13:16:55.580Z] [INFO] [2024-06-04T13:16:55.580Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.help.base --- [2024-06-04T13:16:55.580Z] [INFO] No baseline version org.eclipse.help:org.eclipse.help.base:eclipse-plugin:4.4.500-SNAPSHOT [2024-06-04T13:16:55.580Z] [INFO] [2024-06-04T13:16:55.580Z] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.intro >----------------- [2024-06-04T13:16:55.580Z] [INFO] Building org.eclipse.ui.intro 3.7.400-SNAPSHOT [77/523] [2024-06-04T13:16:55.580Z] [INFO] from eclipse.platform/ua/org.eclipse.ui.intro/pom.xml [2024-06-04T13:16:55.580Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:16:55.580Z] [INFO] [2024-06-04T13:16:55.580Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.580Z] [INFO] [2024-06-04T13:16:55.580Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.580Z] [INFO] The project's OSGi version is 3.7.400.v20240414-0828 [2024-06-04T13:16:55.580Z] [INFO] [2024-06-04T13:16:55.580Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.580Z] [INFO] [2024-06-04T13:16:55.580Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.580Z] [INFO] [2024-06-04T13:16:55.580Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.580Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/saveproperties [2024-06-04T13:16:55.580Z] [INFO] [2024-06-04T13:16:55.580Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.581Z] [INFO] [2024-06-04T13:16:55.581Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.581Z] [INFO] [2024-06-04T13:16:55.581Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.581Z] [INFO] Resolving class path of org.eclipse.ui.intro [2024-06-04T13:16:55.836Z] [INFO] [2024-06-04T13:16:55.836Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.837Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/main/resources [2024-06-04T13:16:55.837Z] [INFO] [2024-06-04T13:16:55.837Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.837Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/main/resources [2024-06-04T13:16:55.837Z] [INFO] [2024-06-04T13:16:55.837Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.intro --- [2024-06-04T13:16:55.837Z] [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java:[116] [2024-06-04T13:16:56.399Z] * //$NON-NLS-1$ // TODO: figure out how to handle locale based encoding // As far as the HTML [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] TODO: figure out how to handle locale based encoding // As far as the HTML [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java:[216] [2024-06-04T13:16:56.399Z] // TODO: there should only be one of these at the page level, not a [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] TODO: there should only be one of these at the page level, not a [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java:[1128] [2024-06-04T13:16:56.399Z] // TODO: Do we need to worry about the encoding here? e.g.: [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] TODO: Do we need to worry about the encoding here? e.g.: [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/AbstractIntroPage.java:[453] [2024-06-04T13:16:56.399Z] // INTRO: XHTML file is loaded needlessly when we have XHTML content and [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] INTRO: XHTML file is loaded needlessly when we have XHTML content and [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/AbstractIntroPage.java:[511] [2024-06-04T13:16:56.399Z] // INTRO: revisit. Special processing here should be made more [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] INTRO: revisit. Special processing here should be made more [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/IntroContentProvider.java:[28] [2024-06-04T13:16:56.399Z] * INTRO: model class has access to style-id attribute but it is not used in the [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] INTRO: model class has access to style-id attribute but it is not used in the [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/IntroModelRoot.java:[409] [2024-06-04T13:16:56.399Z] // INTRO: fix log strings. [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] INTRO: fix log strings. [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/IntroPartPresentation.java:[53] [2024-06-04T13:16:56.399Z] * INTRO:This really should be in a UI model class. [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] INTRO:This really should be in a UI model class. [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java:[425] [2024-06-04T13:16:56.399Z] * INTRO: revisit picking first page. [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] INTRO: revisit picking first page. [2024-06-04T13:16:56.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/ShowHelpURLHandler.java:[60] [2024-06-04T13:16:56.399Z] // INTRO: maybe add support for navigation [2024-06-04T13:16:56.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.399Z] INTRO: maybe add support for navigation [2024-06-04T13:16:56.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/BrowserIntroPartImplementation.java:[299] [2024-06-04T13:16:56.400Z] // INTRO: all setText calls above are commented out because calling [2024-06-04T13:16:56.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.400Z] INTRO: all setText calls above are commented out because calling [2024-06-04T13:16:56.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/BrowserIntroPartImplementation.java:[487] [2024-06-04T13:16:56.400Z] // INTRO: do it. 3.0 intro content style uses text element as [2024-06-04T13:16:56.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.400Z] INTRO: do it. 3.0 intro content style uses text element as [2024-06-04T13:16:56.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/BrowserIntroPartLocationListener.java:[135] [2024-06-04T13:16:56.400Z] // INTRO: user defined iframes in Intro pages are not properly [2024-06-04T13:16:56.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.400Z] INTRO: user defined iframes in Intro pages are not properly [2024-06-04T13:16:56.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/swt/PageForm.java:[153] [2024-06-04T13:16:56.400Z] // TODO need to transfer focus to the first link in [2024-06-04T13:16:56.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.400Z] TODO need to transfer focus to the first link in [2024-06-04T13:16:56.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/util/ImageUtil.java:[128] [2024-06-04T13:16:56.400Z] // INTRO: Image registry should not have the same life span [2024-06-04T13:16:56.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:16:56.400Z] INTRO: Image registry should not have the same life span [2024-06-04T13:16:56.400Z] 15 problems (null, 15 warnings) [2024-06-04T13:16:56.400Z] [INFO] [2024-06-04T13:16:56.400Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.intro --- [2024-06-04T13:16:56.400Z] [INFO] [2024-06-04T13:16:56.400Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.intro --- [2024-06-04T13:16:56.400Z] [INFO] [2024-06-04T13:16:56.400Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.intro --- [2024-06-04T13:16:56.400Z] [INFO] [2024-06-04T13:16:56.400Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.intro --- [2024-06-04T13:16:56.400Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/src/test/resources [2024-06-04T13:16:56.400Z] [INFO] [2024-06-04T13:16:56.400Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.intro --- [2024-06-04T13:16:56.400Z] [INFO] [2024-06-04T13:16:56.400Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro --- [2024-06-04T13:16:56.400Z] [INFO] [2024-06-04T13:16:56.400Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.intro --- [2024-06-04T13:16:56.400Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.400-SNAPSHOT-sources.jar [2024-06-04T13:16:56.656Z] [INFO] [2024-06-04T13:16:56.656Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.intro --- [2024-06-04T13:16:56.656Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.400-SNAPSHOT.jar [2024-06-04T13:16:56.656Z] [INFO] [2024-06-04T13:16:56.656Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro --- [2024-06-04T13:16:59.171Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/pom.xml [2024-06-04T13:16:59.171Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:16:59.171Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:16:59.171Z] [2024-06-04T13:16:59.171Z] [INFO] [2024-06-04T13:16:59.171Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro --- [2024-06-04T13:16:59.171Z] [INFO] [2024-06-04T13:16:59.171Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.intro --- [2024-06-04T13:16:59.171Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:16:59.171Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.400-SNAPSHOT.jar [2024-06-04T13:17:03.340Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:17:03.340Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.400-SNAPSHOT-sources.jar [2024-06-04T13:17:06.610Z] [INFO] [2024-06-04T13:17:06.610Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.intro --- [2024-06-04T13:17:06.610Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.intro/pom.xml [2024-06-04T13:17:06.610Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:06.610Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:06.610Z] [2024-06-04T13:17:06.610Z] [INFO] [2024-06-04T13:17:06.610Z] [INFO] --------------< eclipse.platform.ua:org.eclipse.help.ui >--------------- [2024-06-04T13:17:06.610Z] [INFO] Building [bundle] Help System UI 4.7.0-SNAPSHOT [78/523] [2024-06-04T13:17:06.610Z] [INFO] from eclipse.platform/ua/org.eclipse.help.ui/.polyglot.META-INF [2024-06-04T13:17:06.610Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:17:06.610Z] [INFO] [2024-06-04T13:17:06.610Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.610Z] [INFO] [2024-06-04T13:17:06.610Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] The project's OSGi version is 4.7.0.v20240414-1916 [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/saveproperties [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] Resolving class path of [bundle] Help System UI [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/main/resources [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/main/resources [2024-06-04T13:17:06.866Z] [INFO] [2024-06-04T13:17:06.866Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.help.ui --- [2024-06-04T13:17:06.866Z] [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[51] [2024-06-04T13:17:07.829Z] ImageData id = overlays[i].getImageData(); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[52] [2024-06-04T13:17:07.829Z] drawImage(id, x, getSize().y - id.height); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[64] [2024-06-04T13:17:07.829Z] ImageData id = overlays[i].getImageData(); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[66] [2024-06-04T13:17:07.829Z] drawImage(id, x, getSize().y - id.height); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[76] [2024-06-04T13:17:07.829Z] drawImage(base, 0, 0); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[98] [2024-06-04T13:17:07.829Z] ImageData id = overlays[i].getImageData(); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[99] [2024-06-04T13:17:07.829Z] drawImage(id, x, 0); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[111] [2024-06-04T13:17:07.829Z] ImageData id = overlays[i].getImageData(); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:07.829Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[113] [2024-06-04T13:17:07.829Z] drawImage(id, x, 0); [2024-06-04T13:17:07.829Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:07.829Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:07.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/OverlayIcon.java:[40] [2024-06-04T13:17:07.830Z] return fBase.getImageData(); [2024-06-04T13:17:07.830Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:07.830Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:07.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java:[235] [2024-06-04T13:17:07.830Z] // TODO should we do someting here? [2024-06-04T13:17:07.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:07.830Z] TODO should we do someting here? [2024-06-04T13:17:07.830Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java:[182] [2024-06-04T13:17:07.830Z] * TODO optimize [2024-06-04T13:17:07.830Z] ^^^^^^^^^^^^^ [2024-06-04T13:17:07.830Z] TODO optimize [2024-06-04T13:17:07.830Z] 12 problems (null, 12 warnings) [2024-06-04T13:17:07.830Z] [INFO] [2024-06-04T13:17:07.830Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.help.ui --- [2024-06-04T13:17:07.830Z] [INFO] [2024-06-04T13:17:07.830Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.help.ui --- [2024-06-04T13:17:07.830Z] [INFO] [2024-06-04T13:17:07.830Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.help.ui --- [2024-06-04T13:17:07.830Z] [INFO] [2024-06-04T13:17:07.830Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.help.ui --- [2024-06-04T13:17:07.830Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/src/test/resources [2024-06-04T13:17:07.830Z] [INFO] [2024-06-04T13:17:07.830Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.help.ui --- [2024-06-04T13:17:07.830Z] [INFO] [2024-06-04T13:17:07.830Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help.ui --- [2024-06-04T13:17:07.830Z] [INFO] [2024-06-04T13:17:07.830Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.help.ui --- [2024-06-04T13:17:07.830Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.7.0-SNAPSHOT-sources.jar [2024-06-04T13:17:07.830Z] [INFO] [2024-06-04T13:17:07.830Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.help.ui --- [2024-06-04T13:17:07.830Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.7.0-SNAPSHOT.jar [2024-06-04T13:17:08.087Z] [INFO] [2024-06-04T13:17:08.087Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.ui --- [2024-06-04T13:17:08.087Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/.polyglot.META-INF [2024-06-04T13:17:08.087Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:08.087Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:08.087Z] [2024-06-04T13:17:08.087Z] [INFO] [2024-06-04T13:17:08.087Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.ui --- [2024-06-04T13:17:08.344Z] [INFO] [2024-06-04T13:17:08.344Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.help.ui --- [2024-06-04T13:17:08.931Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.7.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:17:08.931Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.7.0-SNAPSHOT.jar [2024-06-04T13:17:13.113Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.7.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:17:13.113Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.7.0-SNAPSHOT-sources.jar [2024-06-04T13:17:16.385Z] [INFO] [2024-06-04T13:17:16.385Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.help.ui --- [2024-06-04T13:17:16.385Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.help.ui/.polyglot.META-INF [2024-06-04T13:17:16.385Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:16.385Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:16.385Z] [2024-06-04T13:17:16.385Z] [INFO] [2024-06-04T13:17:16.385Z] [INFO] -------------< org.eclipse.ui:org.eclipse.ui.cheatsheets >-------------- [2024-06-04T13:17:16.385Z] [INFO] Building org.eclipse.ui.cheatsheets 3.8.400-SNAPSHOT [79/523] [2024-06-04T13:17:16.385Z] [INFO] from eclipse.platform/ua/org.eclipse.ui.cheatsheets/pom.xml [2024-06-04T13:17:16.385Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:17:16.641Z] [INFO] [2024-06-04T13:17:16.641Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.641Z] [INFO] [2024-06-04T13:17:16.641Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.641Z] [INFO] The project's OSGi version is 3.8.400.v20240414-1916 [2024-06-04T13:17:16.641Z] [INFO] [2024-06-04T13:17:16.641Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.641Z] [INFO] [2024-06-04T13:17:16.641Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.641Z] [INFO] [2024-06-04T13:17:16.641Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.641Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/saveproperties [2024-06-04T13:17:16.641Z] [INFO] [2024-06-04T13:17:16.641Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.641Z] [INFO] [2024-06-04T13:17:16.641Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.897Z] [INFO] [2024-06-04T13:17:16.897Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.897Z] [INFO] Resolving class path of org.eclipse.ui.cheatsheets [2024-06-04T13:17:16.897Z] [INFO] [2024-06-04T13:17:16.897Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.897Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/main/resources [2024-06-04T13:17:16.897Z] [INFO] [2024-06-04T13:17:16.897Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:16.897Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/main/resources [2024-06-04T13:17:16.897Z] [INFO] [2024-06-04T13:17:16.897Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.153Z] [INFO] Compiling 125 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:17:17.728Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[50] [2024-06-04T13:17:17.729Z] ImageData id = overlays[i].getImageData(); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[51] [2024-06-04T13:17:17.729Z] drawImage(id, x, getSize().y - id.height); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[63] [2024-06-04T13:17:17.729Z] ImageData id = overlays[i].getImageData(); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[65] [2024-06-04T13:17:17.729Z] drawImage(id, x, getSize().y - id.height); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[75] [2024-06-04T13:17:17.729Z] drawImage(base, 0, 0); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[97] [2024-06-04T13:17:17.729Z] ImageData id = overlays[i].getImageData(); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[98] [2024-06-04T13:17:17.729Z] drawImage(id, x, 0); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[110] [2024-06-04T13:17:17.729Z] ImageData id = overlays[i].getImageData(); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[112] [2024-06-04T13:17:17.729Z] drawImage(id, x, 0); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/OverlayIcon.java:[39] [2024-06-04T13:17:17.729Z] return fBase.getImageData(); [2024-06-04T13:17:17.729Z] ^^^^^^^^^^^^^^ [2024-06-04T13:17:17.729Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:17:17.729Z] 10 problems (10 warnings) [2024-06-04T13:17:17.729Z] [INFO] [2024-06-04T13:17:17.729Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.729Z] [INFO] [2024-06-04T13:17:17.729Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.729Z] [INFO] [2024-06-04T13:17:17.729Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.729Z] [INFO] [2024-06-04T13:17:17.729Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.730Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/test/resources [2024-06-04T13:17:17.730Z] [INFO] [2024-06-04T13:17:17.730Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.730Z] [INFO] [2024-06-04T13:17:17.730Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.730Z] [INFO] [2024-06-04T13:17:17.730Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.730Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.400-SNAPSHOT-sources.jar [2024-06-04T13:17:17.730Z] [INFO] [2024-06-04T13:17:17.730Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.986Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.400-SNAPSHOT.jar [2024-06-04T13:17:17.986Z] [INFO] [2024-06-04T13:17:17.986Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:17.986Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/pom.xml [2024-06-04T13:17:17.986Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:17.986Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:17.986Z] [2024-06-04T13:17:17.986Z] [INFO] [2024-06-04T13:17:17.986Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:18.243Z] [INFO] [2024-06-04T13:17:18.243Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:18.499Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:17:18.499Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.400-SNAPSHOT.jar [2024-06-04T13:17:22.668Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:17:22.668Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.400-SNAPSHOT-sources.jar [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.cheatsheets --- [2024-06-04T13:17:25.947Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ua/org.eclipse.ui.cheatsheets/pom.xml [2024-06-04T13:17:25.947Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:25.947Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:25.947Z] [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] ------------------< org.eclipse.jdt:org.eclipse.jdt >------------------- [2024-06-04T13:17:25.947Z] [INFO] Building org eclipse jdt 3.19.600-SNAPSHOT [80/523] [2024-06-04T13:17:25.947Z] [INFO] from eclipse.jdt/org.eclipse.jdt/pom.xml [2024-06-04T13:17:25.947Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt --- [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt --- [2024-06-04T13:17:25.947Z] [INFO] The project's OSGi version is 3.19.600.v20240604-1303 [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt --- [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt --- [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt --- [2024-06-04T13:17:25.947Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/org.eclipse.jdt/saveproperties [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt --- [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt --- [2024-06-04T13:17:25.947Z] [INFO] [2024-06-04T13:17:25.947Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt --- [2024-06-04T13:17:25.947Z] [INFO] Resolving class path of org eclipse jdt [2024-06-04T13:17:26.204Z] [INFO] [2024-06-04T13:17:26.204Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt --- [2024-06-04T13:17:26.204Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/org.eclipse.jdt/src/main/resources [2024-06-04T13:17:26.204Z] [INFO] [2024-06-04T13:17:26.204Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt --- [2024-06-04T13:17:26.204Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/org.eclipse.jdt/src/main/resources [2024-06-04T13:17:26.204Z] [INFO] [2024-06-04T13:17:26.204Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt --- [2024-06-04T13:17:26.204Z] [INFO] [2024-06-04T13:17:26.204Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt --- [2024-06-04T13:17:26.204Z] [INFO] [2024-06-04T13:17:26.204Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt --- [2024-06-04T13:17:26.204Z] [INFO] [2024-06-04T13:17:26.204Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt --- [2024-06-04T13:17:26.204Z] [INFO] [2024-06-04T13:17:26.204Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt --- [2024-06-04T13:17:26.204Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/org.eclipse.jdt/src/test/resources [2024-06-04T13:17:26.204Z] [INFO] [2024-06-04T13:17:26.205Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt --- [2024-06-04T13:17:26.205Z] [INFO] [2024-06-04T13:17:26.205Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [2024-06-04T13:17:26.205Z] [INFO] [2024-06-04T13:17:26.205Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt --- [2024-06-04T13:17:26.205Z] [INFO] [2024-06-04T13:17:26.205Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.jdt --- [2024-06-04T13:17:26.205Z] [INFO] Copying 1 resource from to target [2024-06-04T13:17:26.205Z] [INFO] [2024-06-04T13:17:26.205Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt --- [2024-06-04T13:17:26.205Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/org.eclipse.jdt/target/org.eclipse.jdt-3.19.600-SNAPSHOT.jar [2024-06-04T13:17:26.205Z] [INFO] [2024-06-04T13:17:26.205Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [2024-06-04T13:17:26.205Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt:eclipse-plugin:3.19.600-SNAPSHOT [2024-06-04T13:17:26.205Z] [INFO] [2024-06-04T13:17:26.205Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [2024-06-04T13:17:26.205Z] [INFO] [2024-06-04T13:17:26.205Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt --- [2024-06-04T13:17:26.205Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/org.eclipse.jdt/target/org.eclipse.jdt-3.19.600-SNAPSHOT.jar [2024-06-04T13:17:30.381Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt --- [2024-06-04T13:17:30.382Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt:eclipse-plugin:3.19.600-SNAPSHOT [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] ----------< org.eclipse.platform:eclipse.platform.resources >----------- [2024-06-04T13:17:30.382Z] [INFO] Building eclipse.platform.resources 4.33.0-SNAPSHOT [81/523] [2024-06-04T13:17:30.382Z] [INFO] from eclipse.platform/resources/pom.xml [2024-06-04T13:17:30.382Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/saveproperties [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/src/main/resources [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.resources --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] ---------------< org.eclipse.platform:resources-bundles >--------------- [2024-06-04T13:17:30.382Z] [INFO] Building [aggregator] bundles 4.33.0-SNAPSHOT [82/523] [2024-06-04T13:17:30.382Z] [INFO] from eclipse.platform/resources/bundles/.polyglot.pom.tycho [2024-06-04T13:17:30.382Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- clean:3.3.2:clean (default-clean) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/saveproperties [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/src/main/resources [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ resources-bundles --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] ----------< org.eclipse.platform:org.eclipse.core.filesystem >---------- [2024-06-04T13:17:30.382Z] [INFO] Building [bundle] Core File Systems 1.10.400-SNAPSHOT [83/523] [2024-06-04T13:17:30.382Z] [INFO] from eclipse.platform/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF [2024-06-04T13:17:30.382Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.382Z] [INFO] The project's OSGi version is 1.10.400.v20240426-1040 [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.382Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/saveproperties [2024-06-04T13:17:30.382Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] Resolving class path of [bundle] Core File Systems [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/src/main/resources [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/src/main/resources [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/src/test/resources [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.400-SNAPSHOT-sources.jar [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.400-SNAPSHOT.jar [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF [2024-06-04T13:17:30.383Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:30.383Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:30.383Z] [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] [2024-06-04T13:17:30.383Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:30.383Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:17:30.384Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.400-SNAPSHOT.jar [2024-06-04T13:17:34.562Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:17:34.563Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.400-SNAPSHOT-sources.jar [2024-06-04T13:17:37.835Z] [INFO] [2024-06-04T13:17:37.835Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.filesystem --- [2024-06-04T13:17:37.836Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF [2024-06-04T13:17:37.836Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:37.836Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:37.836Z] [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] ----------< org.eclipse.platform:org.eclipse.core.resources >----------- [2024-06-04T13:17:37.836Z] [INFO] Building [bundle] Core Resource Management 3.20.200-SNAPSHOT [84/523] [2024-06-04T13:17:37.836Z] [INFO] from eclipse.platform/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF [2024-06-04T13:17:37.836Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] The project's OSGi version is 3.20.200.v20240513-1323 [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/saveproperties [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] Resolving class path of [bundle] Core Resource Management [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-27) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src_ant added. [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/main/resources [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/main/resources [2024-06-04T13:17:37.836Z] [INFO] [2024-06-04T13:17:37.836Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.resources --- [2024-06-04T13:17:37.836Z] [INFO] Compiling 289 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:17:39.204Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/FileStoreRoot.java:[179] [2024-06-04T13:17:39.204Z] location = resource.getPathVariableManager().resolvePath(location); [2024-06-04T13:17:39.204Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.204Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated [2024-06-04T13:17:39.204Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java:[1209] [2024-06-04T13:17:39.204Z] if (append && !target.isLocal(IResource.DEPTH_ZERO) && !fileInfo.exists()) { [2024-06-04T13:17:39.204Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method isLocal(int) from the type IResource is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java:[1215] [2024-06-04T13:17:39.205Z] if (target.isLocal(IResource.DEPTH_ZERO)) { [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method isLocal(int) from the type IResource is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java:[194] [2024-06-04T13:17:39.205Z] if (target.isLocal(IResource.DEPTH_ZERO) && target.getModificationStamp() != IResource.NULL_STAMP) { [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method isLocal(int) from the type Resource is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java:[263] [2024-06-04T13:17:39.205Z] if (target.isLocal(IResource.DEPTH_ZERO)) [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method isLocal(int) from the type Resource is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java:[284] [2024-06-04T13:17:39.205Z] if (!target.isLocal(IResource.DEPTH_ZERO)) [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method isLocal(int) from the type Resource is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocalMetaArea.java:[382] [2024-06-04T13:17:39.205Z] description.setDynamicReferences(references); [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method setDynamicReferences(IProject[]) from the type ProjectDescription is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[86] [2024-06-04T13:17:39.205Z] IPath location = resource.getPathVariableManager().resolvePath(unresolvedLocation); [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[108] [2024-06-04T13:17:39.205Z] if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) { [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[108] [2024-06-04T13:17:39.205Z] if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) { [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[313] [2024-06-04T13:17:39.205Z] location = context.getPathVariableManager().resolvePath(unresolvedLocation); [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated [2024-06-04T13:17:39.205Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[315] [2024-06-04T13:17:39.205Z] location = workspace.getPathVariableManager().resolvePath(unresolvedLocation); [2024-06-04T13:17:39.205Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.205Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[43] [2024-06-04T13:17:39.206Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The type Preferences is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[57] [2024-06-04T13:17:39.206Z] private final Preferences preferences; [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The type Preferences is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[65] [2024-06-04T13:17:39.206Z] this.preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[166] [2024-06-04T13:17:39.206Z] String[] names = preferences.propertyNames(); [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The method propertyNames() from the type Preferences is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[254] [2024-06-04T13:17:39.206Z] public void setValue(String varName, IPath newValue) throws CoreException { [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The method PathVariableManager.setValue(String, IPath) overrides a deprecated method from IPathVariableManager [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[270] [2024-06-04T13:17:39.206Z] preferences.setToDefault(getKeyForName(varName)); [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The method setToDefault(String) from the type Preferences is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[273] [2024-06-04T13:17:39.206Z] preferences.setValue(getKeyForName(varName), newValue.toPortableString()); [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The method setValue(String, String) from the type Preferences is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PlatformURLResourceConnection.java:[106] [2024-06-04T13:17:39.206Z] rootURL = root.toFile().toURL(); [2024-06-04T13:17:39.206Z] ^^^^^^^ [2024-06-04T13:17:39.206Z] The method toURL() from the type File is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Project.java:[472] [2024-06-04T13:17:39.206Z] return description == null ? null : description.getLocation(); [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The method getLocation() from the type ProjectDescription is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/SaveManager.java:[1353] [2024-06-04T13:17:39.206Z] ResourcesPlugin.getPlugin().savePluginPreferences(); [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:17:39.206Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[72] [2024-06-04T13:17:39.206Z] import org.eclipse.core.resources.IFileModificationValidator; [2024-06-04T13:17:39.206Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.206Z] The type IFileModificationValidator is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[265] [2024-06-04T13:17:39.207Z] protected IFileModificationValidator validator = null; [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The type IFileModificationValidator is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[2022] [2024-06-04T13:17:39.207Z] validator = (IFileModificationValidator) config.createExecutableExtension("class"); //$NON-NLS-1$ [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The type IFileModificationValidator is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[2535] [2024-06-04T13:17:39.207Z] ResourcesPlugin.getPlugin().savePluginPreferences(); [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[2702] [2024-06-04T13:17:39.207Z] status[0] = validator.validateEdit(files, c); [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The method validateEdit(IFile[], Object) from the type IFileModificationValidator is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[2775] [2024-06-04T13:17:39.207Z] status[0] = validator.validateSave(file); [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The method validateSave(IFile) from the type IFileModificationValidator is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[20] [2024-06-04T13:17:39.207Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The type Preferences is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[36] [2024-06-04T13:17:39.207Z] private final Preferences preferences; [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The type Preferences is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[87] [2024-06-04T13:17:39.207Z] this.preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[89] [2024-06-04T13:17:39.207Z] final String version = preferences.getString(ICoreConstants.PREF_VERSION_KEY); [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[94] [2024-06-04T13:17:39.207Z] super.setAutoBuilding(preferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING)); [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.207Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[95] [2024-06-04T13:17:39.207Z] super.setSnapshotInterval(preferences.getInt(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL)); [2024-06-04T13:17:39.207Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.207Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[96] [2024-06-04T13:17:39.208Z] super.setMaxBuildIterations(preferences.getInt(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[97] [2024-06-04T13:17:39.208Z] super.setApplyFileStatePolicy(preferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[98] [2024-06-04T13:17:39.208Z] super.setMaxFileStates(preferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[99] [2024-06-04T13:17:39.208Z] super.setMaxFileStateSize(preferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getLong(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[100] [2024-06-04T13:17:39.208Z] super.setFileStateLongevity(preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getLong(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[101] [2024-06-04T13:17:39.208Z] super.setOperationsPerSnapshot(preferences.getInt(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[102] [2024-06-04T13:17:39.208Z] super.setDeltaExpiration(preferences.getLong(PreferenceInitializer.PREF_DELTA_EXPIRATION)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getLong(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[103] [2024-06-04T13:17:39.208Z] super.setMaxConcurrentBuilds(preferences.getInt(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.208Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[104] [2024-06-04T13:17:39.208Z] super.setKeepDerivedState(preferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE)); [2024-06-04T13:17:39.208Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.208Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[108] [2024-06-04T13:17:39.209Z] preferences.addPropertyChangeListener(event -> synchronizeWithPreferences(event.getProperty())); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[108] [2024-06-04T13:17:39.209Z] preferences.addPropertyChangeListener(event -> synchronizeWithPreferences(event.getProperty())); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[132] [2024-06-04T13:17:39.209Z] boolean defaultBuildOrder = preferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[135] [2024-06-04T13:17:39.209Z] return convertStringToStringArray(preferences.getString(ResourcesPlugin.PREF_BUILD_ORDER), PROJECT_SEPARATOR); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[153] [2024-06-04T13:17:39.209Z] preferences.setValue(ResourcesPlugin.PREF_AUTO_BUILDING, value); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[161] [2024-06-04T13:17:39.209Z] preferences.setValue(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER, value == null); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[162] [2024-06-04T13:17:39.209Z] preferences.setValue(ResourcesPlugin.PREF_BUILD_ORDER, convertStringArraytoString(value)); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method setValue(String, String) from the type Preferences is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[167] [2024-06-04T13:17:39.209Z] preferences.setValue(PreferenceInitializer.PREF_DELTA_EXPIRATION, value); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method setValue(String, long) from the type Preferences is deprecated [2024-06-04T13:17:39.209Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[175] [2024-06-04T13:17:39.209Z] preferences.setValue(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY, apply); [2024-06-04T13:17:39.209Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.209Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[183] [2024-06-04T13:17:39.210Z] preferences.setValue(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY, time); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method setValue(String, long) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[191] [2024-06-04T13:17:39.210Z] preferences.setValue(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS, number); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method setValue(String, int) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[199] [2024-06-04T13:17:39.210Z] preferences.setValue(ResourcesPlugin.PREF_MAX_FILE_STATES, number); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method setValue(String, int) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[207] [2024-06-04T13:17:39.210Z] preferences.setValue(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE, size); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method setValue(String, long) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[212] [2024-06-04T13:17:39.210Z] preferences.setValue(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT, value); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method setValue(String, int) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[217] [2024-06-04T13:17:39.210Z] preferences.setValue(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS, n); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method setValue(String, int) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[222] [2024-06-04T13:17:39.210Z] preferences.setValue(ResourcesPlugin.PREF_KEEP_DERIVED_STATE, keepDerivedState); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[230] [2024-06-04T13:17:39.210Z] preferences.setValue(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL, delay); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method setValue(String, long) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[238] [2024-06-04T13:17:39.210Z] super.setAutoBuilding(preferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING)); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.210Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.210Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[240] [2024-06-04T13:17:39.210Z] super.setSnapshotInterval(preferences.getLong(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL)); [2024-06-04T13:17:39.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getLong(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[242] [2024-06-04T13:17:39.211Z] super.setMaxBuildIterations(preferences.getInt(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[244] [2024-06-04T13:17:39.211Z] super.setApplyFileStatePolicy(preferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[246] [2024-06-04T13:17:39.211Z] super.setMaxFileStates(preferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[248] [2024-06-04T13:17:39.211Z] super.setMaxFileStateSize(preferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getLong(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[250] [2024-06-04T13:17:39.211Z] super.setFileStateLongevity(preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getLong(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[252] [2024-06-04T13:17:39.211Z] super.setOperationsPerSnapshot(preferences.getInt(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[254] [2024-06-04T13:17:39.211Z] super.setDeltaExpiration(preferences.getLong(PreferenceInitializer.PREF_DELTA_EXPIRATION)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getLong(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[256] [2024-06-04T13:17:39.211Z] super.setMaxConcurrentBuilds(preferences.getInt(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.211Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:17:39.211Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[258] [2024-06-04T13:17:39.211Z] super.setKeepDerivedState(preferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE)); [2024-06-04T13:17:39.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[265] [2024-06-04T13:17:39.212Z] if (!preferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER)) { [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[266] [2024-06-04T13:17:39.212Z] String oldOrder = preferences.getString(ResourcesPlugin.PREF_BUILD_ORDER); [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[270] [2024-06-04T13:17:39.212Z] preferences.setValue(ICoreConstants.PREF_VERSION_KEY, ICoreConstants.PREF_VERSION); [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The method setValue(String, String) from the type Preferences is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspaceRoot.java:[36] [2024-06-04T13:17:39.212Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The type Preferences is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspaceRoot.java:[122] [2024-06-04T13:17:39.212Z] String enc = ResourcesPlugin.getPlugin().getPluginPreferences().getString(ResourcesPlugin.PREF_ENCODING); [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspaceRoot.java:[122] [2024-06-04T13:17:39.212Z] String enc = ResourcesPlugin.getPlugin().getPluginPreferences().getString(ResourcesPlugin.PREF_ENCODING); [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/Policy.java:[186] [2024-06-04T13:17:39.212Z] return new SubProgressMonitor(monitor, ticks); [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The type SubProgressMonitor is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/Policy.java:[186] [2024-06-04T13:17:39.212Z] return new SubProgressMonitor(monitor, ticks); [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [2024-06-04T13:17:39.212Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/ResourcesPlugin.java:[521] [2024-06-04T13:17:39.212Z] getPlugin().savePluginPreferences(); [2024-06-04T13:17:39.212Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:17:39.212Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:17:39.212Z] 80 problems (80 warnings) [2024-06-04T13:17:39.212Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/ant_tasks/resources-ant.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:17:39.212Z] [INFO] [2024-06-04T13:17:39.212Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.resources --- [2024-06-04T13:17:39.212Z] [INFO] [2024-06-04T13:17:39.212Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.resources --- [2024-06-04T13:17:39.213Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:17:39.469Z] [INFO] 0 component(s) where generated, 1 where kept. [2024-06-04T13:17:39.469Z] [INFO] [2024-06-04T13:17:39.469Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.resources --- [2024-06-04T13:17:40.033Z] [INFO] [2024-06-04T13:17:40.033Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.resources --- [2024-06-04T13:17:40.033Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/test/resources [2024-06-04T13:17:40.033Z] [INFO] [2024-06-04T13:17:40.033Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.resources --- [2024-06-04T13:17:40.033Z] [INFO] [2024-06-04T13:17:40.033Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.resources --- [2024-06-04T13:17:40.033Z] [INFO] [2024-06-04T13:17:40.033Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.resources --- [2024-06-04T13:17:40.325Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.200-SNAPSHOT-sources.jar [2024-06-04T13:17:40.325Z] [INFO] [2024-06-04T13:17:40.325Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.resources --- [2024-06-04T13:17:40.582Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/ant_tasks/resources-ant.jar [2024-06-04T13:17:40.582Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.200-SNAPSHOT.jar [2024-06-04T13:17:40.881Z] [INFO] [2024-06-04T13:17:40.881Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources --- [2024-06-04T13:17:41.138Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.resources:3.20.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF [2024-06-04T13:17:41.138Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:41.138Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:41.138Z] [2024-06-04T13:17:41.138Z] [INFO] [2024-06-04T13:17:41.138Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources --- [2024-06-04T13:17:41.704Z] [INFO] [2024-06-04T13:17:41.704Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.resources --- [2024-06-04T13:17:41.704Z] [INFO] Signing of file '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.200-SNAPSHOT.jar_unpacked_6594926140687546889/ant_tasks/resources-ant.jar' is disabled in 'META-INF/eclipse.inf', it will not be signed. [2024-06-04T13:17:41.961Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:17:41.961Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.200-SNAPSHOT.jar [2024-06-04T13:17:47.212Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:17:47.212Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.200-SNAPSHOT-sources.jar [2024-06-04T13:17:50.480Z] [INFO] [2024-06-04T13:17:50.480Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.resources --- [2024-06-04T13:17:50.480Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.resources:3.20.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF [2024-06-04T13:17:50.480Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:50.480Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:50.480Z] [2024-06-04T13:17:50.480Z] [INFO] [2024-06-04T13:17:50.480Z] [INFO] ---------------< org.eclipse.platform:org.eclipse.text >---------------- [2024-06-04T13:17:50.480Z] [INFO] Building [bundle] Text 3.14.100-SNAPSHOT [85/523] [2024-06-04T13:17:50.480Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.text/.polyglot.META-INF [2024-06-04T13:17:50.480Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:17:50.737Z] [INFO] [2024-06-04T13:17:50.737Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.text --- [2024-06-04T13:17:50.737Z] [INFO] [2024-06-04T13:17:50.737Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.text --- [2024-06-04T13:17:50.737Z] [INFO] The project's OSGi version is 3.14.100.v20240524-2010 [2024-06-04T13:17:50.737Z] [INFO] [2024-06-04T13:17:50.737Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.text --- [2024-06-04T13:17:50.737Z] [INFO] [2024-06-04T13:17:50.737Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.text --- [2024-06-04T13:17:50.737Z] [INFO] [2024-06-04T13:17:50.737Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.text --- [2024-06-04T13:17:50.737Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/saveproperties [2024-06-04T13:17:50.737Z] [INFO] [2024-06-04T13:17:50.737Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.text --- [2024-06-04T13:17:50.993Z] [INFO] [2024-06-04T13:17:50.993Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.text --- [2024-06-04T13:17:50.993Z] [INFO] [2024-06-04T13:17:50.993Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.text --- [2024-06-04T13:17:50.993Z] [INFO] Resolving class path of [bundle] Text [2024-06-04T13:17:50.993Z] [INFO] [2024-06-04T13:17:50.993Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-33) @ org.eclipse.text --- [2024-06-04T13:17:50.994Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/projection added. [2024-06-04T13:17:50.994Z] [INFO] [2024-06-04T13:17:50.994Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.text --- [2024-06-04T13:17:50.994Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/src/main/resources [2024-06-04T13:17:50.994Z] [INFO] [2024-06-04T13:17:50.994Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.text --- [2024-06-04T13:17:50.994Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/src/main/resources [2024-06-04T13:17:50.994Z] [INFO] [2024-06-04T13:17:50.994Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.text --- [2024-06-04T13:17:50.994Z] [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:17:51.555Z] [INFO] [2024-06-04T13:17:51.555Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.text --- [2024-06-04T13:17:51.555Z] [INFO] [2024-06-04T13:17:51.555Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.text --- [2024-06-04T13:17:51.555Z] [INFO] [2024-06-04T13:17:51.555Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.text --- [2024-06-04T13:17:52.118Z] [INFO] [2024-06-04T13:17:52.118Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.text --- [2024-06-04T13:17:52.118Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/src/test/resources [2024-06-04T13:17:52.118Z] [INFO] [2024-06-04T13:17:52.118Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.text --- [2024-06-04T13:17:52.118Z] [INFO] [2024-06-04T13:17:52.118Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text --- [2024-06-04T13:17:52.118Z] [INFO] [2024-06-04T13:17:52.118Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.text --- [2024-06-04T13:17:52.118Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/target/org.eclipse.text-3.14.100-SNAPSHOT-sources.jar [2024-06-04T13:17:52.118Z] [INFO] [2024-06-04T13:17:52.118Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.text --- [2024-06-04T13:17:52.375Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/target/org.eclipse.text-3.14.100-SNAPSHOT.jar [2024-06-04T13:17:52.375Z] [INFO] [2024-06-04T13:17:52.375Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text --- [2024-06-04T13:17:52.631Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text:3.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/.polyglot.META-INF [2024-06-04T13:17:52.631Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:17:52.631Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:17:52.632Z] [2024-06-04T13:17:52.632Z] [INFO] [2024-06-04T13:17:52.632Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text --- [2024-06-04T13:17:52.890Z] [INFO] [2024-06-04T13:17:52.890Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.text --- [2024-06-04T13:17:52.890Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/target/org.eclipse.text-3.14.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:17:52.890Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/target/org.eclipse.text-3.14.100-SNAPSHOT.jar [2024-06-04T13:17:57.060Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/target/org.eclipse.text-3.14.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:17:57.060Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/target/org.eclipse.text-3.14.100-SNAPSHOT-sources.jar [2024-06-04T13:18:00.325Z] [INFO] [2024-06-04T13:18:00.325Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.text --- [2024-06-04T13:18:00.581Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text:3.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.text/.polyglot.META-INF [2024-06-04T13:18:00.581Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:00.581Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:00.581Z] [2024-06-04T13:18:00.581Z] [INFO] [2024-06-04T13:18:00.581Z] [INFO] -----------< org.eclipse.platform:org.eclipse.compare.core >------------ [2024-06-04T13:18:00.581Z] [INFO] Building [bundle] Core Compare Support 3.8.500-SNAPSHOT [86/523] [2024-06-04T13:18:00.581Z] [INFO] from eclipse.platform/team/bundles/org.eclipse.compare.core/.polyglot.META-INF [2024-06-04T13:18:00.581Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:18:00.581Z] [INFO] [2024-06-04T13:18:00.581Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.581Z] [INFO] [2024-06-04T13:18:00.581Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] The project's OSGi version is 3.8.500.v20240524-2010 [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/saveproperties [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] Resolving class path of [bundle] Core Compare Support [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/src/main/resources [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/src/main/resources [2024-06-04T13:18:00.837Z] [INFO] [2024-06-04T13:18:00.837Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.compare.core --- [2024-06-04T13:18:00.837Z] [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:18:01.093Z] [INFO] [2024-06-04T13:18:01.093Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.093Z] [INFO] [2024-06-04T13:18:01.093Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.093Z] [INFO] [2024-06-04T13:18:01.093Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.093Z] [INFO] [2024-06-04T13:18:01.093Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.093Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/src/test/resources [2024-06-04T13:18:01.093Z] [INFO] [2024-06-04T13:18:01.093Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.093Z] [INFO] [2024-06-04T13:18:01.093Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.093Z] [INFO] [2024-06-04T13:18:01.093Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.093Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.500-SNAPSHOT-sources.jar [2024-06-04T13:18:01.093Z] [INFO] [2024-06-04T13:18:01.093Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.093Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.500-SNAPSHOT.jar [2024-06-04T13:18:01.349Z] [INFO] [2024-06-04T13:18:01.349Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.349Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.core:3.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/.polyglot.META-INF [2024-06-04T13:18:01.349Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:01.349Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:01.349Z] [2024-06-04T13:18:01.349Z] [INFO] [2024-06-04T13:18:01.349Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.604Z] [INFO] [2024-06-04T13:18:01.604Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.compare.core --- [2024-06-04T13:18:01.604Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.500-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:18:01.604Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.500-SNAPSHOT.jar [2024-06-04T13:18:05.769Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.500-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:18:05.769Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.500-SNAPSHOT-sources.jar [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.compare.core --- [2024-06-04T13:18:09.037Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.core:3.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare.core/.polyglot.META-INF [2024-06-04T13:18:09.037Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:09.037Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:09.037Z] [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] -------------< org.eclipse.platform:org.eclipse.team.core >------------- [2024-06-04T13:18:09.037Z] [INFO] Building [bundle] Team Support Core 3.10.400-SNAPSHOT [87/523] [2024-06-04T13:18:09.037Z] [INFO] from eclipse.platform/team/bundles/org.eclipse.team.core/.polyglot.META-INF [2024-06-04T13:18:09.037Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] The project's OSGi version is 3.10.400.v20240413-1529 [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/saveproperties [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] Resolving class path of [bundle] Team Support Core [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/main/resources [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.team.core --- [2024-06-04T13:18:09.037Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/main/resources [2024-06-04T13:18:09.037Z] [INFO] [2024-06-04T13:18:09.037Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.team.core --- [2024-06-04T13:18:09.038Z] [INFO] Compiling 179 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:18:09.965Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[65] [2024-06-04T13:18:09.965Z] IProjectSetSerializer oldSerializer = Team.getProjectSetSerializer(type.getID()); [2024-06-04T13:18:09.965Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.965Z] The type IProjectSetSerializer is deprecated [2024-06-04T13:18:09.965Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[65] [2024-06-04T13:18:09.965Z] IProjectSetSerializer oldSerializer = Team.getProjectSetSerializer(type.getID()); [2024-06-04T13:18:09.965Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.965Z] The method getProjectSetSerializer(String) from the type Team is deprecated [2024-06-04T13:18:09.965Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[75] [2024-06-04T13:18:09.965Z] private IProjectSetSerializer serializer; [2024-06-04T13:18:09.965Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.965Z] The type IProjectSetSerializer is deprecated [2024-06-04T13:18:09.965Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[157] [2024-06-04T13:18:09.965Z] return serializer.asReference(providerProjects, context.getShell(), monitor); [2024-06-04T13:18:09.965Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.965Z] The method asReference(IProject[], Object, IProgressMonitor) from the type IProjectSetSerializer is deprecated [2024-06-04T13:18:09.965Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[207] [2024-06-04T13:18:09.965Z] return serializer.addToWorkspace(referenceStrings, context.getFilename(), context.getShell(), monitor); [2024-06-04T13:18:09.965Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.965Z] The method addToWorkspace(String[], String, Object, IProgressMonitor) from the type IProjectSetSerializer is deprecated [2024-06-04T13:18:09.965Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[281] [2024-06-04T13:18:09.965Z] void setSerializer(IProjectSetSerializer serializer) { [2024-06-04T13:18:09.965Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.965Z] The type IProjectSetSerializer is deprecated [2024-06-04T13:18:09.965Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java:[25] [2024-06-04T13:18:09.965Z] import org.eclipse.core.resources.IFileModificationValidator; [2024-06-04T13:18:09.965Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.965Z] The type IFileModificationValidator is deprecated [2024-06-04T13:18:09.965Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java:[430] [2024-06-04T13:18:09.965Z] final IFileModificationValidator fileModificationValidator = getFileModificationValidator(); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The type IFileModificationValidator is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java:[436] [2024-06-04T13:18:09.966Z] return fileModificationValidator.validateSave(file); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The method validateSave(IFile) from the type IFileModificationValidator is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java:[447] [2024-06-04T13:18:09.966Z] return fileModificationValidator.validateEdit(files, shell); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The method validateEdit(IFile[], Object) from the type IFileModificationValidator is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProviderType.java:[212] [2024-06-04T13:18:09.966Z] IProjectSetSerializer oldSerializer = Team.getProjectSetSerializer(getID()); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The type IProjectSetSerializer is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProviderType.java:[212] [2024-06-04T13:18:09.966Z] IProjectSetSerializer oldSerializer = Team.getProjectSetSerializer(getID()); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The method getProjectSetSerializer(String) from the type Team is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[44] [2024-06-04T13:18:09.966Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The type Preferences is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[68] [2024-06-04T13:18:09.966Z] private static class StringMappingWrapper implements IFileTypeInfo { [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The type IFileTypeInfo is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[313] [2024-06-04T13:18:09.966Z] TeamPlugin.getPlugin().getPluginPreferences().setValue(PREF_TEAM_IGNORES, buf.toString()); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[313] [2024-06-04T13:18:09.966Z] TeamPlugin.getPlugin().getPluginPreferences().setValue(PREF_TEAM_IGNORES, buf.toString()); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The method setValue(String, String) from the type Preferences is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[406] [2024-06-04T13:18:09.966Z] Preferences pref = TeamPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The type Preferences is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[406] [2024-06-04T13:18:09.966Z] Preferences pref = TeamPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[407] [2024-06-04T13:18:09.966Z] if (!pref.contains(PREF_TEAM_IGNORES)) return; [2024-06-04T13:18:09.966Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.966Z] The method contains(String) from the type Preferences is deprecated [2024-06-04T13:18:09.966Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[408] [2024-06-04T13:18:09.966Z] pref.addPropertyChangeListener(event -> { [2024-06-04T13:18:09.966Z] // when a property is changed, invalidate our cache so that [2024-06-04T13:18:09.966Z] // properties will be recalculated. [2024-06-04T13:18:09.966Z] if(event.getProperty().equals(PREF_TEAM_IGNORES)) [2024-06-04T13:18:09.966Z] globalIgnore = null; [2024-06-04T13:18:09.966Z] }); [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[411] [2024-06-04T13:18:09.967Z] if(event.getProperty().equals(PREF_TEAM_IGNORES)) [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[414] [2024-06-04T13:18:09.967Z] String prefIgnores = pref.getString(PREF_TEAM_IGNORES); [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[477] [2024-06-04T13:18:09.967Z] TeamPlugin.getPlugin().savePluginPreferences(); [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[526] [2024-06-04T13:18:09.967Z] * TODO: change to file content manager [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] TODO: change to file content manager [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[539] [2024-06-04T13:18:09.967Z] private static IFileTypeInfo [] asFileTypeInfo(IStringMapping [] mappings) { [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] The type IFileTypeInfo is deprecated [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[540] [2024-06-04T13:18:09.967Z] final IFileTypeInfo [] infos= new IFileTypeInfo[mappings.length]; [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] The type IFileTypeInfo is deprecated [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[540] [2024-06-04T13:18:09.967Z] final IFileTypeInfo [] infos= new IFileTypeInfo[mappings.length]; [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] The type IFileTypeInfo is deprecated [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/IMergeContext.java:[252] [2024-06-04T13:18:09.967Z] * TODO: need to talk about ITwoWayDelta CONTENT and REPLACED [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] TODO: need to talk about ITwoWayDelta CONTENT and REPLACED [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/provider/MergeContext.java:[182] [2024-06-04T13:18:09.967Z] // TODO: Should we handle the case where the local and remote have the same contents for a conflicting addition? [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] TODO: Should we handle the case where the local and remote have the same contents for a conflicting addition? [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/provider/SynchronizationScopeManager.java:[250] [2024-06-04T13:18:09.967Z] // TODO: This may not be thread safe [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] TODO: This may not be thread safe [2024-06-04T13:18:09.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/FileContentManager.java:[41] [2024-06-04T13:18:09.967Z] * TODO: implement extension point [2024-06-04T13:18:09.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.967Z] TODO: implement extension point [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/FileContentManager.java:[228] [2024-06-04T13:18:09.968Z] // TODO: There is currently no extension point for this [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] TODO: There is currently no extension point for this [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[18] [2024-06-04T13:18:09.968Z] import org.eclipse.core.runtime.SubProgressMonitor; [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The type SubProgressMonitor is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[30] [2024-06-04T13:18:09.968Z] public class InfiniteSubProgressMonitor extends SubProgressMonitor { [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The type SubProgressMonitor is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[49] [2024-06-04T13:18:09.968Z] super(monitor, ticks, style); [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[54] [2024-06-04T13:18:09.968Z] super.beginTask(name, totalWork); [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The method beginTask(String, int) from the type SubProgressMonitor is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[66] [2024-06-04T13:18:09.968Z] super.worked(1); [2024-06-04T13:18:09.968Z] ^^^^^^^^^ [2024-06-04T13:18:09.968Z] The method worked(int) from the type SubProgressMonitor is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[88] [2024-06-04T13:18:09.968Z] super.subTask(name); [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The method subTask(String) from the type SubProgressMonitor is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/PessimisticResourceRuleFactory.java:[27] [2024-06-04T13:18:09.968Z] public class PessimisticResourceRuleFactory extends ResourceRuleFactory { [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The constructor ResourceRuleFactory() is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamHookDispatcher.java:[45] [2024-06-04T13:18:09.968Z] public TeamHookDispatcher() { [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The constructor TeamHook() is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamHookDispatcher.java:[55] [2024-06-04T13:18:09.968Z] return provider.validateCreateLink(file, updateFlags, location); [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The method validateCreateLink(IResource, int, IPath) from the type RepositoryProvider is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamHookDispatcher.java:[75] [2024-06-04T13:18:09.968Z] return provider.validateCreateLink(folder, updateFlags, location); [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] The method validateCreateLink(IResource, int, IPath) from the type RepositoryProvider is deprecated [2024-06-04T13:18:09.968Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/CompoundResourceTraversal.java:[154] [2024-06-04T13:18:09.968Z] // TODO: Is a zero folder covered by a shallow folder? [2024-06-04T13:18:09.968Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.968Z] TODO: Is a zero folder covered by a shallow folder? [2024-06-04T13:18:09.969Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/PathTree.java:[192] [2024-06-04T13:18:09.969Z] // TODO: we may not need to record the removed subtree [2024-06-04T13:18:09.969Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.969Z] TODO: we may not need to record the removed subtree [2024-06-04T13:18:09.969Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/PathTree.java:[222] [2024-06-04T13:18:09.969Z] // TODO: may not need to record this [2024-06-04T13:18:09.969Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.969Z] TODO: may not need to record this [2024-06-04T13:18:09.969Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/DescendantResourceVariantByteStore.java:[73] [2024-06-04T13:18:09.969Z] // TODO: The check for NO_REMOTE does not take into consideration the line-of-descent [2024-06-04T13:18:09.969Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.969Z] TODO: The check for NO_REMOTE does not take into consideration the line-of-descent [2024-06-04T13:18:09.969Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[23] [2024-06-04T13:18:09.969Z] import org.eclipse.core.runtime.SubProgressMonitor; [2024-06-04T13:18:09.969Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.969Z] The type SubProgressMonitor is deprecated [2024-06-04T13:18:09.969Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[116] [2024-06-04T13:18:09.969Z] IProgressMonitor collectionMonitor = new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN) { [2024-06-04T13:18:09.969Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.969Z] The type SubProgressMonitor is deprecated [2024-06-04T13:18:09.969Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[116] [2024-06-04T13:18:09.969Z] IProgressMonitor collectionMonitor = new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN) { [2024-06-04T13:18:09.969Z] boolean dispatching = false; [2024-06-04T13:18:09.969Z] @Override [2024-06-04T13:18:09.969Z] public void subTask(String name) { [2024-06-04T13:18:09.969Z] dispatch(); [2024-06-04T13:18:09.969Z] super.subTask(name); [2024-06-04T13:18:09.969Z] } [2024-06-04T13:18:09.969Z] private void dispatch() { [2024-06-04T13:18:09.969Z] if (dispatching) return; [2024-06-04T13:18:09.969Z] try { [2024-06-04T13:18:09.969Z] dispatching = true; [2024-06-04T13:18:09.969Z] handlePreemptiveEvents(this); [2024-06-04T13:18:09.969Z] handlePendingDispatch(this); [2024-06-04T13:18:09.969Z] } finally { [2024-06-04T13:18:09.969Z] dispatching = false; [2024-06-04T13:18:09.969Z] } [2024-06-04T13:18:09.969Z] } [2024-06-04T13:18:09.969Z] @Override [2024-06-04T13:18:09.969Z] public void worked(int work) { [2024-06-04T13:18:09.969Z] dispatch(); [2024-06-04T13:18:09.969Z] super.worked(work); [2024-06-04T13:18:09.969Z] } [2024-06-04T13:18:09.969Z] }; [2024-06-04T13:18:09.969Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.969Z] The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [2024-06-04T13:18:09.969Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[121] [2024-06-04T13:18:09.969Z] super.subTask(name); [2024-06-04T13:18:09.969Z] ^^^^^^^^^^^^^ [2024-06-04T13:18:09.969Z] The method subTask(String) from the type SubProgressMonitor is deprecated [2024-06-04T13:18:09.969Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[136] [2024-06-04T13:18:09.970Z] super.worked(work); [2024-06-04T13:18:09.970Z] ^^^^^^^^^^^^ [2024-06-04T13:18:09.970Z] The method worked(int) from the type SubProgressMonitor is deprecated [2024-06-04T13:18:09.970Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoSet.java:[32] [2024-06-04T13:18:09.970Z] * TODO: Override modification methods to enforce use with handler [2024-06-04T13:18:09.970Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.970Z] TODO: Override modification methods to enforce use with handler [2024-06-04T13:18:09.970Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/WorkingSetFilteredSyncInfoCollector.java:[52] [2024-06-04T13:18:09.970Z] // TODO: optimize and don't use working set if no roots are passed in [2024-06-04T13:18:09.970Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:18:09.970Z] TODO: optimize and don't use working set if no roots are passed in [2024-06-04T13:18:09.970Z] 53 problems (null, 53 warnings) [2024-06-04T13:18:09.970Z] [INFO] [2024-06-04T13:18:09.970Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.team.core --- [2024-06-04T13:18:09.970Z] [INFO] [2024-06-04T13:18:09.970Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.team.core --- [2024-06-04T13:18:09.970Z] [INFO] [2024-06-04T13:18:09.970Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.team.core --- [2024-06-04T13:18:10.227Z] [INFO] [2024-06-04T13:18:10.227Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.core --- [2024-06-04T13:18:10.227Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/src/test/resources [2024-06-04T13:18:10.227Z] [INFO] [2024-06-04T13:18:10.227Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.team.core --- [2024-06-04T13:18:10.227Z] [INFO] [2024-06-04T13:18:10.227Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.core --- [2024-06-04T13:18:10.227Z] [INFO] [2024-06-04T13:18:10.227Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.team.core --- [2024-06-04T13:18:10.227Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.400-SNAPSHOT-sources.jar [2024-06-04T13:18:10.227Z] [INFO] [2024-06-04T13:18:10.227Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.team.core --- [2024-06-04T13:18:10.482Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.400-SNAPSHOT.jar [2024-06-04T13:18:10.482Z] [INFO] [2024-06-04T13:18:10.482Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.core --- [2024-06-04T13:18:10.482Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.core:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/.polyglot.META-INF [2024-06-04T13:18:10.482Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:10.482Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:10.482Z] [2024-06-04T13:18:10.482Z] [INFO] [2024-06-04T13:18:10.482Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.core --- [2024-06-04T13:18:10.738Z] [INFO] [2024-06-04T13:18:10.738Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.core --- [2024-06-04T13:18:10.994Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:18:10.994Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.400-SNAPSHOT.jar [2024-06-04T13:18:15.161Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:18:15.161Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.400-SNAPSHOT-sources.jar [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.team.core --- [2024-06-04T13:18:18.426Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.core:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.core/.polyglot.META-INF [2024-06-04T13:18:18.426Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:18.426Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:18.426Z] [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] ------------------< org.eclipse.jdt:eclipse.jdt.core >------------------ [2024-06-04T13:18:18.426Z] [INFO] Building eclipse.jdt.core 4.33.0-SNAPSHOT [88/523] [2024-06-04T13:18:18.426Z] [INFO] from eclipse.jdt.core/pom.xml [2024-06-04T13:18:18.426Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/saveproperties [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/src/main/resources [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.jdt.core --- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >--------- [2024-06-04T13:18:18.426Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT [89/523] [2024-06-04T13:18:18.426Z] [INFO] from eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [2024-06-04T13:18:18.426Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:18:18.426Z] [INFO] [2024-06-04T13:18:18.426Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.426Z] [INFO] Deleting /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target [2024-06-04T13:18:18.682Z] [INFO] [2024-06-04T13:18:18.682Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.682Z] [INFO] The project's OSGi version is 3.38.0.v20240524-2033 [2024-06-04T13:18:18.682Z] [INFO] [2024-06-04T13:18:18.682Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.682Z] [INFO] [2024-06-04T13:18:18.682Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.682Z] [INFO] [2024-06-04T13:18:18.682Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.682Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/saveproperties [2024-06-04T13:18:18.682Z] [INFO] [2024-06-04T13:18:18.682Z] [INFO] --- build-helper:3.6.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.682Z] [INFO] No match to regex '\\' found in '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties'. The initial value '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties' is left as-is... [2024-06-04T13:18:18.682Z] [INFO] [2024-06-04T13:18:18.682Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.682Z] [INFO] [2024-06-04T13:18:18.682Z] [INFO] --- enforcer:3.4.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.938Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed [2024-06-04T13:18:18.938Z] [INFO] [2024-06-04T13:18:18.938Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.938Z] [INFO] [2024-06-04T13:18:18.938Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.938Z] [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch [2024-06-04T13:18:18.938Z] [INFO] [2024-06-04T13:18:18.938Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.938Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/main/resources [2024-06-04T13:18:18.938Z] [INFO] [2024-06-04T13:18:18.938Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.938Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/main/resources [2024-06-04T13:18:18.938Z] [INFO] [2024-06-04T13:18:18.938Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:18.938Z] [INFO] Compiling 544 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:18:24.281Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java:[1426] [2024-06-04T13:18:24.281Z] if (reference == null) reference = typeRef; [2024-06-04T13:18:24.281Z] ^^^^^^^^^ [2024-06-04T13:18:24.281Z] Redundant null check: The variable reference can only be null at this location [2024-06-04T13:18:24.281Z] 1 problem (1 warning) [2024-06-04T13:18:24.281Z] [INFO] [2024-06-04T13:18:24.281Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.281Z] [INFO] [2024-06-04T13:18:24.281Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.281Z] [INFO] [2024-06-04T13:18:24.281Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.281Z] [INFO] [2024-06-04T13:18:24.281Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.281Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/test/resources [2024-06-04T13:18:24.281Z] [INFO] [2024-06-04T13:18:24.281Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.281Z] [INFO] [2024-06-04T13:18:24.281Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.281Z] [INFO] [2024-06-04T13:18:24.281Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.281Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar [2024-06-04T13:18:24.281Z] [INFO] [2024-06-04T13:18:24.281Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.537Z] [INFO] Executing tasks [2024-06-04T13:18:24.537Z] [INFO] Executed tasks [2024-06-04T13:18:24.537Z] [INFO] [2024-06-04T13:18:24.537Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:24.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar [2024-06-04T13:18:25.098Z] [INFO] [2024-06-04T13:18:25.098Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:25.660Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [2024-06-04T13:18:25.661Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:25.661Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:25.661Z] [2024-06-04T13:18:25.661Z] [INFO] [2024-06-04T13:18:25.661Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:26.222Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [2024-06-04T13:18:26.222Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:26.222Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:26.222Z] [2024-06-04T13:18:26.222Z] [INFO] [2024-06-04T13:18:26.222Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:26.784Z] [INFO] [2024-06-04T13:18:26.784Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:26.784Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar' is disabled. [2024-06-04T13:18:26.784Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:18:26.784Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar [2024-06-04T13:18:32.026Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar' is disabled. [2024-06-04T13:18:32.026Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:18:32.026Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT-sources.jar [2024-06-04T13:18:37.271Z] [INFO] [2024-06-04T13:18:37.271Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-04T13:18:37.271Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [2024-06-04T13:18:37.271Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:37.271Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:37.271Z] [2024-06-04T13:18:37.271Z] [INFO] [2024-06-04T13:18:37.271Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >---------------- [2024-06-04T13:18:37.271Z] [INFO] Building org.eclipse.jdt.core 3.38.0-SNAPSHOT [90/523] [2024-06-04T13:18:37.271Z] [INFO] from eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [2024-06-04T13:18:37.271Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:18:37.271Z] [INFO] [2024-06-04T13:18:37.271Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.271Z] [INFO] [2024-06-04T13:18:37.271Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.271Z] [INFO] The project's OSGi version is 3.38.0.v20240528-0618 [2024-06-04T13:18:37.271Z] [INFO] [2024-06-04T13:18:37.271Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.271Z] [INFO] [2024-06-04T13:18:37.271Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.271Z] [INFO] [2024-06-04T13:18:37.271Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.272Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/saveproperties [2024-06-04T13:18:37.272Z] [INFO] [2024-06-04T13:18:37.272Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.272Z] [INFO] [2024-06-04T13:18:37.272Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.272Z] [INFO] [2024-06-04T13:18:37.272Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.272Z] [INFO] Resolving class path of org.eclipse.jdt.core [2024-06-04T13:18:37.527Z] [INFO] [2024-06-04T13:18:37.527Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.527Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/src/main/resources [2024-06-04T13:18:37.527Z] [INFO] [2024-06-04T13:18:37.527Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.527Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/src/main/resources [2024-06-04T13:18:37.527Z] [INFO] [2024-06-04T13:18:37.527Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.core --- [2024-06-04T13:18:37.528Z] [INFO] Compiling 1055 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:18:44.150Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:18:44.150Z] [INFO] [2024-06-04T13:18:44.150Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.core --- [2024-06-04T13:18:44.150Z] [INFO] [2024-06-04T13:18:44.150Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.core --- [2024-06-04T13:18:44.150Z] [INFO] [2024-06-04T13:18:44.150Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.core --- [2024-06-04T13:18:49.404Z] [INFO] [2024-06-04T13:18:49.404Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core --- [2024-06-04T13:18:49.404Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/src/test/resources [2024-06-04T13:18:49.404Z] [INFO] [2024-06-04T13:18:49.404Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.core --- [2024-06-04T13:18:49.404Z] [INFO] [2024-06-04T13:18:49.404Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core --- [2024-06-04T13:18:49.404Z] [INFO] [2024-06-04T13:18:49.404Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.core --- [2024-06-04T13:18:49.404Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT-sources.jar [2024-06-04T13:18:49.660Z] [INFO] [2024-06-04T13:18:49.660Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core --- [2024-06-04T13:18:49.660Z] [INFO] Executing tasks [2024-06-04T13:18:49.660Z] [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes [2024-06-04T13:18:49.660Z] [INFO] Executed tasks [2024-06-04T13:18:49.660Z] [INFO] [2024-06-04T13:18:49.660Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.core --- [2024-06-04T13:18:49.660Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/jdtCompilerAdapter.jar [2024-06-04T13:18:49.660Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT.jar [2024-06-04T13:18:50.598Z] [INFO] [2024-06-04T13:18:50.598Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core --- [2024-06-04T13:18:51.965Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [2024-06-04T13:18:51.965Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:51.965Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:51.965Z] [2024-06-04T13:18:51.965Z] [INFO] [2024-06-04T13:18:51.965Z] [INFO] --- resources:3.3.1:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core --- [2024-06-04T13:18:51.965Z] [INFO] Copying 1 resource from scripts/source to target/scripts/source [2024-06-04T13:18:51.965Z] [INFO] [2024-06-04T13:18:51.965Z] [INFO] --- tycho-custom-bundle:4.0.8:custom-bundle (antadapter) @ org.eclipse.jdt.core --- [2024-06-04T13:18:51.965Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT-antadapter.jar [2024-06-04T13:18:51.965Z] [INFO] [2024-06-04T13:18:51.965Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core --- [2024-06-04T13:18:52.891Z] [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml: baseline and build artifacts have same version but different contents [2024-06-04T13:18:52.891Z] classifier-antadapter: not present in baseline [2024-06-04T13:18:52.891Z] [2024-06-04T13:18:52.891Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [2024-06-04T13:18:52.891Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:18:52.891Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:18:52.891Z] [2024-06-04T13:18:52.891Z] [INFO] [2024-06-04T13:18:52.891Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core --- [2024-06-04T13:18:54.265Z] [INFO] [2024-06-04T13:18:54.265Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core --- [2024-06-04T13:18:54.265Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT.jar' is disabled. [2024-06-04T13:18:54.265Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:18:54.265Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT.jar [2024-06-04T13:19:00.799Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT-sources.jar' is disabled. [2024-06-04T13:19:00.799Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:19:00.800Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT-sources.jar [2024-06-04T13:19:10.767Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT-antadapter.jar' is disabled. [2024-06-04T13:19:10.768Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.38.0-SNAPSHOT-antadapter.jar [2024-06-04T13:19:14.031Z] [INFO] [2024-06-04T13:19:14.031Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.core --- [2024-06-04T13:19:14.592Z] [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml: baseline and build artifacts have same version but different contents [2024-06-04T13:19:14.592Z] classifier-antadapter: not present in baseline [2024-06-04T13:19:14.592Z] [2024-06-04T13:19:14.592Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [2024-06-04T13:19:14.592Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:14.592Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:14.592Z] [2024-06-04T13:19:14.592Z] [INFO] [2024-06-04T13:19:14.592Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.formatterapp >---------- [2024-06-04T13:19:14.592Z] [INFO] Building [bundle] Java Development Tools Formatter Application 1.2.250-SNAPSHOT [91/523] [2024-06-04T13:19:14.592Z] [INFO] from eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/.polyglot.META-INF [2024-06-04T13:19:14.592Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:19:14.592Z] [INFO] [2024-06-04T13:19:14.592Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.592Z] [INFO] [2024-06-04T13:19:14.592Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] The project's OSGi version is 1.2.250.v20240311-0615 [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/saveproperties [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] Resolving class path of [bundle] Java Development Tools Formatter Application [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/src/main/resources [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/src/main/resources [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/src/test/resources [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.250-SNAPSHOT-sources.jar [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.848Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:14.848Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.250-SNAPSHOT.jar [2024-06-04T13:19:14.848Z] [INFO] [2024-06-04T13:19:14.849Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:15.104Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.2.250-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/.polyglot.META-INF [2024-06-04T13:19:15.104Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:15.104Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:15.104Z] [2024-06-04T13:19:15.104Z] [INFO] [2024-06-04T13:19:15.104Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:15.104Z] [INFO] [2024-06-04T13:19:15.104Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:15.104Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.250-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:19:15.104Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.250-SNAPSHOT.jar [2024-06-04T13:19:19.270Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.250-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:19:19.270Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.250-SNAPSHOT-sources.jar [2024-06-04T13:19:22.536Z] [INFO] [2024-06-04T13:19:22.536Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.formatterapp --- [2024-06-04T13:19:22.536Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.2.250-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/.polyglot.META-INF [2024-06-04T13:19:22.536Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:22.536Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:22.536Z] [2024-06-04T13:19:22.536Z] [INFO] [2024-06-04T13:19:22.536Z] [INFO] -------------------< eclipse.jdt.ui:eclipse.jdt.ui >-------------------- [2024-06-04T13:19:22.536Z] [INFO] Building eclipse.jdt.ui 4.33.0-SNAPSHOT [92/523] [2024-06-04T13:19:22.536Z] [INFO] from eclipse.jdt.ui/pom.xml [2024-06-04T13:19:22.536Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:19:22.536Z] [INFO] [2024-06-04T13:19:22.536Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/saveproperties [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/src/main/resources [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.jdt.ui --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit.runtime >------------ [2024-06-04T13:19:22.537Z] [INFO] Building org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT [93/523] [2024-06-04T13:19:22.537Z] [INFO] from eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml [2024-06-04T13:19:22.537Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.537Z] [INFO] The project's OSGi version is 3.7.400.v20231214-1952 [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/saveproperties [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.537Z] [INFO] [2024-06-04T13:19:22.537Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.537Z] [INFO] Resolving class path of org.eclipse.jdt.junit.runtime [2024-06-04T13:19:22.538Z] [INFO] [2024-06-04T13:19:22.538Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.538Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/main/resources [2024-06-04T13:19:22.538Z] [INFO] [2024-06-04T13:19:22.538Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.538Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/main/resources [2024-06-04T13:19:22.538Z] [INFO] [2024-06-04T13:19:22.538Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:22.798Z] [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:19:23.080Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java:[371] [2024-06-04T13:19:23.080Z] return (ITestLoader) loadTestLoaderClass(className).newInstance(); [2024-06-04T13:19:23.080Z] ^^^^^^^^^^^^^ [2024-06-04T13:19:23.080Z] The method newInstance() from the type Class is deprecated [2024-06-04T13:19:23.080Z] 1 problem (1 warning) [2024-06-04T13:19:23.080Z] [INFO] [2024-06-04T13:19:23.080Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.080Z] [INFO] [2024-06-04T13:19:23.080Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.080Z] [INFO] [2024-06-04T13:19:23.080Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.080Z] [INFO] [2024-06-04T13:19:23.080Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.080Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/test/resources [2024-06-04T13:19:23.080Z] [INFO] [2024-06-04T13:19:23.080Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.080Z] [INFO] [2024-06-04T13:19:23.080Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.080Z] [INFO] [2024-06-04T13:19:23.081Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.081Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT-sources.jar [2024-06-04T13:19:23.081Z] [INFO] [2024-06-04T13:19:23.081Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.081Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT.jar [2024-06-04T13:19:23.336Z] [INFO] [2024-06-04T13:19:23.336Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.336Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml [2024-06-04T13:19:23.336Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:23.336Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:23.336Z] [2024-06-04T13:19:23.336Z] [INFO] [2024-06-04T13:19:23.336Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.336Z] [INFO] [2024-06-04T13:19:23.336Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:23.337Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:19:23.337Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT.jar [2024-06-04T13:19:27.503Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:19:27.503Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT-sources.jar [2024-06-04T13:19:30.017Z] [INFO] [2024-06-04T13:19:30.017Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit.runtime --- [2024-06-04T13:19:30.273Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml [2024-06-04T13:19:30.273Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:30.273Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:30.273Z] [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] ------------< org.eclipse.platform:org.eclipse.debug.core >------------- [2024-06-04T13:19:30.273Z] [INFO] Building [bundle] Debug Core 3.21.400-SNAPSHOT [94/523] [2024-06-04T13:19:30.273Z] [INFO] from eclipse.platform/debug/org.eclipse.debug.core/.polyglot.META-INF [2024-06-04T13:19:30.273Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.273Z] [INFO] The project's OSGi version is 3.21.400.v20240415-0528 [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.273Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/saveproperties [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.273Z] [INFO] [2024-06-04T13:19:30.273Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.273Z] [INFO] Resolving class path of [bundle] Debug Core [2024-06-04T13:19:30.529Z] [INFO] [2024-06-04T13:19:30.529Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.529Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/src/main/resources [2024-06-04T13:19:30.529Z] [INFO] [2024-06-04T13:19:30.529Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.529Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/src/main/resources [2024-06-04T13:19:30.529Z] [INFO] [2024-06-04T13:19:30.529Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.debug.core --- [2024-06-04T13:19:30.529Z] [INFO] Compiling 204 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:19:31.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java:[659] [2024-06-04T13:19:31.140Z] //CONTEXTLAUNCHING [2024-06-04T13:19:31.140Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:19:31.140Z] CONTEXTLAUNCHING [2024-06-04T13:19:31.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/core/model/DebugElement.java:[78] [2024-06-04T13:19:31.140Z] //CONTEXTLAUNCHING [2024-06-04T13:19:31.140Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:19:31.140Z] CONTEXTLAUNCHING [2024-06-04T13:19:31.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/core/model/RuntimeProcess.java:[470] [2024-06-04T13:19:31.140Z] //CONTEXTLAUNCHING [2024-06-04T13:19:31.140Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:19:31.140Z] CONTEXTLAUNCHING [2024-06-04T13:19:31.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java:[613] [2024-06-04T13:19:31.140Z] * Set of launches for efficient 'isRegistered()' check TODO remove this - [2024-06-04T13:19:31.140Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:31.140Z] TODO remove this - [2024-06-04T13:19:31.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java:[682] [2024-06-04T13:19:31.140Z] * TODO, we can probably remove this too [2024-06-04T13:19:31.140Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:31.140Z] TODO, we can probably remove this too [2024-06-04T13:19:31.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/MemoryBlockManager.java:[102] [2024-06-04T13:19:31.140Z] * TODO consider using only one of these, and sync where needed, [2024-06-04T13:19:31.140Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:31.140Z] TODO consider using only one of these, and sync where needed, [2024-06-04T13:19:31.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/PreferredDelegateModifyListener.java:[27] [2024-06-04T13:19:31.140Z] * @since 3.6 TODO can we roll this into general preference listening? [2024-06-04T13:19:31.140Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:31.140Z] TODO can we roll this into general preference listening? [2024-06-04T13:19:31.140Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/WatchExpression.java:[227] [2024-06-04T13:19:31.140Z] //CONTEXTLAUNCHING [2024-06-04T13:19:31.140Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:19:31.140Z] CONTEXTLAUNCHING [2024-06-04T13:19:31.140Z] 8 problems (null, 8 warnings) [2024-06-04T13:19:31.140Z] [INFO] [2024-06-04T13:19:31.140Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.140Z] [INFO] [2024-06-04T13:19:31.140Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.140Z] [INFO] [2024-06-04T13:19:31.140Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.734Z] [INFO] [2024-06-04T13:19:31.734Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.734Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/src/test/resources [2024-06-04T13:19:31.734Z] [INFO] [2024-06-04T13:19:31.734Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.734Z] [INFO] [2024-06-04T13:19:31.734Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.734Z] [INFO] [2024-06-04T13:19:31.734Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.734Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.400-SNAPSHOT-sources.jar [2024-06-04T13:19:31.734Z] [INFO] [2024-06-04T13:19:31.734Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.734Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.400-SNAPSHOT.jar [2024-06-04T13:19:31.990Z] [INFO] [2024-06-04T13:19:31.990Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.core --- [2024-06-04T13:19:31.990Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.core:3.21.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/.polyglot.META-INF [2024-06-04T13:19:31.990Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:31.990Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:31.990Z] [2024-06-04T13:19:31.990Z] [INFO] [2024-06-04T13:19:31.990Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.core --- [2024-06-04T13:19:32.281Z] [INFO] [2024-06-04T13:19:32.281Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.core --- [2024-06-04T13:19:32.537Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:19:32.537Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.400-SNAPSHOT.jar [2024-06-04T13:19:36.710Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:19:36.710Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.400-SNAPSHOT-sources.jar [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.debug.core --- [2024-06-04T13:19:41.958Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.core:3.21.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.core/.polyglot.META-INF [2024-06-04T13:19:41.958Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:41.958Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:41.958Z] [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --------< org.eclipse.platform:org.eclipse.core.externaltools >--------- [2024-06-04T13:19:41.958Z] [INFO] Building [bundle] External Tools Headless Support 1.3.400-SNAPSHOT [95/523] [2024-06-04T13:19:41.958Z] [INFO] from eclipse.platform/debug/org.eclipse.core.externaltools/.polyglot.META-INF [2024-06-04T13:19:41.958Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] The project's OSGi version is 1.3.400.v20240413-1529 [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/saveproperties [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] Resolving class path of [bundle] External Tools Headless Support [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.958Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/src/main/resources [2024-06-04T13:19:41.958Z] [INFO] [2024-06-04T13:19:41.958Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/src/main/resources [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/src/test/resources [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.400-SNAPSHOT-sources.jar [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.400-SNAPSHOT.jar [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.externaltools:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/.polyglot.META-INF [2024-06-04T13:19:41.959Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:41.959Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:41.959Z] [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] [2024-06-04T13:19:41.959Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:41.959Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:19:41.959Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.400-SNAPSHOT.jar [2024-06-04T13:19:46.123Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:19:46.123Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.400-SNAPSHOT-sources.jar [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.externaltools --- [2024-06-04T13:19:51.366Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.externaltools:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.core.externaltools/.polyglot.META-INF [2024-06-04T13:19:51.366Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:51.366Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:51.366Z] [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] ----------------< eclipse.jdt.debug:eclipse.jdt.debug >----------------- [2024-06-04T13:19:51.366Z] [INFO] Building eclipse.jdt.debug 4.33.0-SNAPSHOT [96/523] [2024-06-04T13:19:51.366Z] [INFO] from eclipse.jdt.debug/pom.xml [2024-06-04T13:19:51.366Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/saveproperties [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/src/main/resources [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >---------------- [2024-06-04T13:19:51.366Z] [INFO] Building [bundle] JDI Debug Model 3.21.400-SNAPSHOT [97/523] [2024-06-04T13:19:51.366Z] [INFO] from eclipse.jdt.debug/org.eclipse.jdt.debug/.polyglot.META-INF [2024-06-04T13:19:51.366Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.366Z] [INFO] [2024-06-04T13:19:51.366Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] The project's OSGi version is 3.21.400.v20240418-1414 [2024-06-04T13:19:51.622Z] [INFO] [2024-06-04T13:19:51.622Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] [2024-06-04T13:19:51.622Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] [2024-06-04T13:19:51.622Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/saveproperties [2024-06-04T13:19:51.622Z] [INFO] [2024-06-04T13:19:51.622Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] [2024-06-04T13:19:51.622Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] [2024-06-04T13:19:51.622Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] Resolving class path of [bundle] JDI Debug Model [2024-06-04T13:19:51.622Z] [INFO] [2024-06-04T13:19:51.622Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-1) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi added. [2024-06-04T13:19:51.622Z] [INFO] [2024-06-04T13:19:51.622Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-2) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.622Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/eval added. [2024-06-04T13:19:51.623Z] [INFO] [2024-06-04T13:19:51.623Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.623Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/src/main/resources [2024-06-04T13:19:51.623Z] [INFO] [2024-06-04T13:19:51.623Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.623Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/src/main/resources [2024-06-04T13:19:51.623Z] [INFO] [2024-06-04T13:19:51.623Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:51.623Z] [INFO] Compiling 361 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java:[128] [2024-06-04T13:19:53.511Z] * XXX: constants should be 'default' or 'final'. Where are these constants [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] XXX: constants should be 'default' or 'final'. Where are these constants [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/RemoteEvaluatorBuilder.java:[892] [2024-06-04T13:19:53.511Z] /* TODO: Make tricks here when we access fields where we have non-public access */ [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] TODO: Make tricks here when we access fields where we have non-public access [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/RemoteEvaluatorBuilder.java:[1527] [2024-06-04T13:19:53.511Z] // TODO: Fix this to use same method as visit(FieldAccess) [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] TODO: Fix this to use same method as visit(FieldAccess) [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/Interpreter.java:[197] [2024-06-04T13:19:53.511Z] // XXX: exception [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] XXX: exception [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java:[915] [2024-06-04T13:19:53.511Z] // TODO: remove this test when j9 solve its problem [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] TODO: remove this test when j9 solve its problem [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java:[1752] [2024-06-04T13:19:53.511Z] // TODO: remove the workaround when the J9SC20030415 bug is fixed (see [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] TODO: remove the workaround when the J9SC20030415 bug is fixed (see [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java:[1412] [2024-06-04T13:19:53.511Z] // TODO: how to inform the user that the VM doesn't manage [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] TODO: how to inform the user that the VM doesn't manage [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java:[65] [2024-06-04T13:19:53.511Z] // FIXME: connectionLimit is not actually used in this class, but in the higher-level controller, SocketListenConnector. [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] FIXME: connectionLimit is not actually used in this class, but in the higher-level controller, SocketListenConnector. [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/JavaDebugUtils.java:[147] [2024-06-04T13:19:53.511Z] // TODO: this may break fix to bug 21518 [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] TODO: this may break fix to bug 21518 [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/ConditionalBreakpointHandler.java:[250] [2024-06-04T13:19:53.511Z] // TODO: timeout? [2024-06-04T13:19:53.511Z] ^^^^^^^^^^^^^^ [2024-06-04T13:19:53.511Z] TODO: timeout? [2024-06-04T13:19:53.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaClassPrepareBreakpoint.java:[131] [2024-06-04T13:19:53.512Z] // TODO: do we show anything for types already loaded? [2024-06-04T13:19:53.512Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.512Z] TODO: do we show anything for types already loaded? [2024-06-04T13:19:53.512Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaExceptionBreakpoint.java:[787] [2024-06-04T13:19:53.512Z] * TODO: make API in future release. [2024-06-04T13:19:53.512Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.512Z] TODO: make API in future release. [2024-06-04T13:19:53.512Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java:[135] [2024-06-04T13:19:53.512Z] * TODO investigate making this a synchronized collection, to remove all this copying [2024-06-04T13:19:53.512Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.512Z] TODO investigate making this a synchronized collection, to remove all this copying [2024-06-04T13:19:53.512Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java:[461] [2024-06-04T13:19:53.512Z] //TODO investigate making fThreads be a synchronized collection, to remove all this copying [2024-06-04T13:19:53.512Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.512Z] TODO investigate making fThreads be a synchronized collection, to remove all this copying [2024-06-04T13:19:53.512Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java:[194] [2024-06-04T13:19:53.512Z] // TODO: what about receiving type being the same? [2024-06-04T13:19:53.512Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:19:53.512Z] TODO: what about receiving type being the same? [2024-06-04T13:19:53.512Z] 15 problems (null, 15 warnings) [2024-06-04T13:19:53.512Z] [INFO] [2024-06-04T13:19:53.512Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:53.512Z] [INFO] [2024-06-04T13:19:53.512Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:53.512Z] [INFO] [2024-06-04T13:19:53.512Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:53.512Z] [INFO] [2024-06-04T13:19:53.512Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:53.512Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/src/test/resources [2024-06-04T13:19:53.512Z] [INFO] [2024-06-04T13:19:53.512Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:53.512Z] [INFO] [2024-06-04T13:19:53.512Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:53.512Z] [INFO] [2024-06-04T13:19:53.512Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:53.767Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT-sources.jar [2024-06-04T13:19:53.768Z] [INFO] [2024-06-04T13:19:53.768Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:54.023Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/jdimodel.jar [2024-06-04T13:19:54.023Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT.jar [2024-06-04T13:19:54.023Z] [INFO] [2024-06-04T13:19:54.023Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:54.278Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.21.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/.polyglot.META-INF [2024-06-04T13:19:54.279Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:19:54.279Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:19:54.279Z] [2024-06-04T13:19:54.279Z] [INFO] [2024-06-04T13:19:54.279Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:54.538Z] [INFO] [2024-06-04T13:19:54.538Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.debug --- [2024-06-04T13:19:54.809Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT.jar_unpacked_11568447380453305862/jdimodel.jar' is disabled. [2024-06-04T13:19:54.810Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT.jar_unpacked_11568447380453305862/jdimodel.jar' is already signed and will be resigned. [2024-06-04T13:19:54.810Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT.jar_unpacked_11568447380453305862/jdimodel.jar [2024-06-04T13:19:58.980Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:19:58.980Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT.jar [2024-06-04T13:20:03.144Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:20:03.144Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT-sources.jar [2024-06-04T13:20:06.410Z] [INFO] [2024-06-04T13:20:06.410Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.debug --- [2024-06-04T13:20:06.410Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.21.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug/.polyglot.META-INF [2024-06-04T13:20:06.410Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:20:06.410Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:20:06.410Z] [2024-06-04T13:20:06.410Z] [INFO] [2024-06-04T13:20:06.410Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >-------------- [2024-06-04T13:20:06.410Z] [INFO] Building org.eclipse.jdt.launching 3.22.0-SNAPSHOT [98/523] [2024-06-04T13:20:06.410Z] [INFO] from eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [2024-06-04T13:20:06.410Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:20:06.666Z] [INFO] [2024-06-04T13:20:06.666Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.666Z] [INFO] [2024-06-04T13:20:06.666Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.666Z] [INFO] The project's OSGi version is 3.22.0.v20240424-1830 [2024-06-04T13:20:06.666Z] [INFO] [2024-06-04T13:20:06.666Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.666Z] [INFO] [2024-06-04T13:20:06.666Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.666Z] [INFO] [2024-06-04T13:20:06.666Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.666Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/saveproperties [2024-06-04T13:20:06.666Z] [INFO] [2024-06-04T13:20:06.666Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.666Z] [INFO] [2024-06-04T13:20:06.666Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.666Z] [INFO] [2024-06-04T13:20:06.666Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.666Z] [INFO] Resolving class path of org.eclipse.jdt.launching [2024-06-04T13:20:06.922Z] [INFO] [2024-06-04T13:20:06.922Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.922Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/src/main/resources [2024-06-04T13:20:06.922Z] [INFO] [2024-06-04T13:20:06.923Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.923Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/src/main/resources [2024-06-04T13:20:06.923Z] [INFO] [2024-06-04T13:20:06.923Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:06.923Z] [INFO] Compiling 130 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:20:07.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaFxLibraryResolver.java:[58] [2024-06-04T13:20:07.485Z] * TODO: We don't know if JavaSE-9 will ship JavaFX in the ext folder as well. If yes, then we have to use something like [2024-06-04T13:20:07.485Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.485Z] TODO: We don't know if JavaSE-9 will ship JavaFX in the ext folder as well. If yes, then we have to use something like [2024-06-04T13:20:07.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMDebugger.java:[578] [2024-06-04T13:20:07.485Z] // XXX: Revisit - allows us to put a quote (") around the classpath [2024-06-04T13:20:07.485Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.485Z] XXX: Revisit - allows us to put a quote (") around the classpath [2024-06-04T13:20:07.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMRunner.java:[348] [2024-06-04T13:20:07.485Z] // XXX JDKs Javadoc specifies: [2024-06-04T13:20:07.485Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.485Z] XXX JDKs Javadoc specifies: [2024-06-04T13:20:07.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java:[447] [2024-06-04T13:20:07.485Z] // TODO: Bug 489207: Temporary workaround for Jigsaw-previews that don't declare a bootpath. [2024-06-04T13:20:07.485Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.485Z] TODO: Bug 489207: Temporary workaround for Jigsaw-previews that don't declare a bootpath. [2024-06-04T13:20:07.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[324] [2024-06-04T13:20:07.485Z] // TODO: progress reporting? [2024-06-04T13:20:07.485Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.485Z] TODO: progress reporting? [2024-06-04T13:20:07.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[456] [2024-06-04T13:20:07.485Z] // TODO: progress reporting? [2024-06-04T13:20:07.485Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.485Z] TODO: progress reporting? [2024-06-04T13:20:07.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/ExecutionEnvironment.java:[388] [2024-06-04T13:20:07.485Z] // TODO: use safe runnable [2024-06-04T13:20:07.485Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.485Z] TODO: use safe runnable [2024-06-04T13:20:07.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/ExecutionEnvironmentAnalyzer.java:[42] [2024-06-04T13:20:07.485Z] // XXX: Note that this string is not yet standardized by OSGi, see http://wiki.osgi.org/wiki/Execution_Environment [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] XXX: Note that this string is not yet standardized by OSGi, see http://wiki.osgi.org/wiki/Execution_Environment [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/AdvancedSourceLookupSupport.java:[38] [2024-06-04T13:20:07.486Z] // TODO consider moving to LaunchingPlugin [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO consider moving to LaunchingPlugin [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/AdvancedSourceLookupSupport.java:[41] [2024-06-04T13:20:07.486Z] // TODO consider moving to LaunchingPlugin [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO consider moving to LaunchingPlugin [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/JDIHelpers.java:[159] [2024-06-04T13:20:07.486Z] // TODO consider ignoring DebugException for all IJDIHeloper methods [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO consider ignoring DebugException for all IJDIHeloper methods [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[87] [2024-06-04T13:20:07.486Z] // TODO review, this looks too complicated to add/remove java projects [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO review, this looks too complicated to add/remove java projects [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[149] [2024-06-04T13:20:07.486Z] // TODO decide what happens if the same location is associated with multiple package fragment roots [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO decide what happens if the same location is associated with multiple package fragment roots [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[314] [2024-06-04T13:20:07.486Z] // TODO this can take significant time for large workspaces, consider running on multiple threads [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO this can take significant time for large workspaces, consider running on multiple threads [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java:[367] [2024-06-04T13:20:07.486Z] // TODO: this test does not tell us if the bootpath entries are different (could still be [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO: this test does not tell us if the bootpath entries are different (could still be [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java:[1217] [2024-06-04T13:20:07.486Z] // TODO: revisit to examine other possible solutions [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO: revisit to examine other possible solutions [2024-06-04T13:20:07.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/environments/ExecutionEnvironmentDescription.java:[316] [2024-06-04T13:20:07.486Z] value = resolveHome(value, eeHome); // TODO: remove once getProperties() has been removed [2024-06-04T13:20:07.486Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:07.486Z] TODO: remove once getProperties() has been removed [2024-06-04T13:20:07.486Z] 17 problems (null, 17 warnings) [2024-06-04T13:20:07.486Z] [INFO] [2024-06-04T13:20:07.487Z] [INFO] --- antrun:3.1.0:run (compile-internal-jar) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.048Z] [INFO] Executing tasks [2024-06-04T13:20:08.049Z] [INFO] Executed tasks [2024-06-04T13:20:08.049Z] [INFO] [2024-06-04T13:20:08.049Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.049Z] [INFO] [2024-06-04T13:20:08.049Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.049Z] [INFO] [2024-06-04T13:20:08.049Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.049Z] [INFO] [2024-06-04T13:20:08.049Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.049Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/src/test/resources [2024-06-04T13:20:08.049Z] [INFO] [2024-06-04T13:20:08.049Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.049Z] [INFO] [2024-06-04T13:20:08.049Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.049Z] [INFO] [2024-06-04T13:20:08.049Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.305Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT-sources.jar [2024-06-04T13:20:08.305Z] [INFO] [2024-06-04T13:20:08.305Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.305Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar [2024-06-04T13:20:08.305Z] [INFO] [2024-06-04T13:20:08.305Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.561Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.22.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [2024-06-04T13:20:08.561Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:20:08.561Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:20:08.561Z] [2024-06-04T13:20:08.561Z] [INFO] [2024-06-04T13:20:08.561Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.561Z] [INFO] [2024-06-04T13:20:08.561Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:08.817Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar_unpacked_14463963056577373495/lib/javaagent-shaded.jar' is disabled. [2024-06-04T13:20:08.817Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar_unpacked_14463963056577373495/lib/javaagent-shaded.jar' is already signed and will be resigned. [2024-06-04T13:20:08.817Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar_unpacked_14463963056577373495/lib/javaagent-shaded.jar [2024-06-04T13:20:12.081Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar_unpacked_14463963056577373495/lib/launchingsupport.jar' is disabled. [2024-06-04T13:20:12.081Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar_unpacked_14463963056577373495/lib/launchingsupport.jar' is already signed and will be resigned. [2024-06-04T13:20:12.081Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar_unpacked_14463963056577373495/lib/launchingsupport.jar [2024-06-04T13:20:24.254Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:20:24.254Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT.jar [2024-06-04T13:20:26.766Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:20:26.766Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.22.0-SNAPSHOT-sources.jar [2024-06-04T13:20:33.298Z] [INFO] [2024-06-04T13:20:33.298Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching --- [2024-06-04T13:20:33.298Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.22.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [2024-06-04T13:20:33.298Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:20:33.298Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:20:33.298Z] [2024-06-04T13:20:33.298Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ant.launching >----------- [2024-06-04T13:20:33.299Z] [INFO] Building [bundle] Ant Launching Support 1.4.400-SNAPSHOT [99/523] [2024-06-04T13:20:33.299Z] [INFO] from eclipse.platform/ant/org.eclipse.ant.launching/.polyglot.META-INF [2024-06-04T13:20:33.299Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] The project's OSGi version is 1.4.400.v20240413-1649 [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/saveproperties [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] Resolving class path of [bundle] Ant Launching Support [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-14) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/loggers added. [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-15) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/common added. [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-16) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/remote added. [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/src/main/resources [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/src/main/resources [2024-06-04T13:20:33.299Z] [INFO] [2024-06-04T13:20:33.299Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.299Z] [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:20:33.299Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/AntLaunchingUtil.java:[143] [2024-06-04T13:20:33.299Z] // TODO PLATFORM DEBUG 1.5 API [2024-06-04T13:20:33.299Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:33.299Z] TODO PLATFORM DEBUG 1.5 API [2024-06-04T13:20:33.299Z] 1 problem (1 warning) [2024-06-04T13:20:33.299Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:20:33.556Z] [INFO] [2024-06-04T13:20:33.556Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.556Z] [INFO] [2024-06-04T13:20:33.556Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.556Z] [INFO] [2024-06-04T13:20:33.556Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.556Z] [INFO] [2024-06-04T13:20:33.556Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.556Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/src/test/resources [2024-06-04T13:20:33.556Z] [INFO] [2024-06-04T13:20:33.556Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.556Z] [INFO] [2024-06-04T13:20:33.556Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.556Z] [INFO] [2024-06-04T13:20:33.556Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.556Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.400-SNAPSHOT-sources.jar [2024-06-04T13:20:33.556Z] [INFO] [2024-06-04T13:20:33.556Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.556Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/lib/loggers.jar [2024-06-04T13:20:33.829Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.400-SNAPSHOT.jar [2024-06-04T13:20:33.829Z] [INFO] [2024-06-04T13:20:33.829Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.launching --- [2024-06-04T13:20:33.829Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.launching:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/.polyglot.META-INF [2024-06-04T13:20:33.829Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:20:33.829Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:20:33.829Z] [2024-06-04T13:20:33.829Z] [INFO] [2024-06-04T13:20:33.829Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.launching --- [2024-06-04T13:20:34.085Z] [INFO] [2024-06-04T13:20:34.085Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.launching --- [2024-06-04T13:20:34.085Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.400-SNAPSHOT.jar' is disabled. [2024-06-04T13:20:34.085Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:20:34.085Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.400-SNAPSHOT.jar [2024-06-04T13:20:38.251Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.400-SNAPSHOT-sources.jar' is disabled. [2024-06-04T13:20:38.251Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:20:38.251Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.400-SNAPSHOT-sources.jar [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ant.launching --- [2024-06-04T13:20:43.494Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.launching:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.launching/.polyglot.META-INF [2024-06-04T13:20:43.494Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:20:43.494Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:20:43.494Z] [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] ------------< org.eclipse.platform:org.eclipse.jface.text >------------- [2024-06-04T13:20:43.494Z] [INFO] Building [bundle] JFace Text 3.25.100-SNAPSHOT [100/523] [2024-06-04T13:20:43.494Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.jface.text/.polyglot.META-INF [2024-06-04T13:20:43.494Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] The project's OSGi version is 3.25.100.v20240524-2010 [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/saveproperties [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] Resolving class path of [bundle] JFace Text [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-31) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.494Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/projection added. [2024-06-04T13:20:43.494Z] [INFO] [2024-06-04T13:20:43.494Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.495Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/main/resources [2024-06-04T13:20:43.495Z] [INFO] [2024-06-04T13:20:43.495Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.495Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/main/resources [2024-06-04T13:20:43.495Z] [INFO] [2024-06-04T13:20:43.495Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jface.text --- [2024-06-04T13:20:43.495Z] [INFO] Compiling 334 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[37] [2024-06-04T13:20:44.865Z] public class HTML2TextReader extends SubstitutionTextReader { [2024-06-04T13:20:44.865Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[98] [2024-06-04T13:20:44.865Z] super(new PushbackReader(reader)); [2024-06-04T13:20:44.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The constructor SubstitutionTextReader(Reader) is deprecated [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[105] [2024-06-04T13:20:44.865Z] public int read() throws IOException { [2024-06-04T13:20:44.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The method HTML2TextReader.read() overrides a deprecated method from SubstitutionTextReader [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[106] [2024-06-04T13:20:44.865Z] int c= super.read(); [2024-06-04T13:20:44.865Z] ^^^^^^ [2024-06-04T13:20:44.865Z] The method read() from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[175] [2024-06-04T13:20:44.865Z] setSkipWhitespace(false); [2024-06-04T13:20:44.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The method setSkipWhitespace(boolean) from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[179] [2024-06-04T13:20:44.865Z] setSkipWhitespace(true); [2024-06-04T13:20:44.865Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The method setSkipWhitespace(boolean) from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[184] [2024-06-04T13:20:44.865Z] protected String computeSubstitution(int c) throws IOException { [2024-06-04T13:20:44.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The method HTML2TextReader.computeSubstitution(int) overrides a deprecated method from SubstitutionTextReader [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[247] [2024-06-04T13:20:44.865Z] return LINE_DELIM; [2024-06-04T13:20:44.865Z] ^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The field SubstitutionTextReader.LINE_DELIM is deprecated [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[254] [2024-06-04T13:20:44.865Z] return LINE_DELIM + HTMLMessages.getString("HTML2TextReader.listItemPrefix"); //$NON-NLS-1$ [2024-06-04T13:20:44.865Z] ^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The field SubstitutionTextReader.LINE_DELIM is deprecated [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[268] [2024-06-04T13:20:44.865Z] return LINE_DELIM; [2024-06-04T13:20:44.865Z] ^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The field SubstitutionTextReader.LINE_DELIM is deprecated [2024-06-04T13:20:44.865Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[272] [2024-06-04T13:20:44.865Z] return LINE_DELIM; [2024-06-04T13:20:44.865Z] ^^^^^^^^^^ [2024-06-04T13:20:44.865Z] The field SubstitutionTextReader.LINE_DELIM is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[277] [2024-06-04T13:20:44.866Z] return inParagraph ? EMPTY_STRING : LINE_DELIM; [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The field SubstitutionTextReader.LINE_DELIM is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[282] [2024-06-04T13:20:44.866Z] return LINE_DELIM; [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The field SubstitutionTextReader.LINE_DELIM is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[286] [2024-06-04T13:20:44.866Z] return LINE_DELIM; [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The field SubstitutionTextReader.LINE_DELIM is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[311] [2024-06-04T13:20:44.866Z] ch= nextChar(); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[315] [2024-06-04T13:20:44.866Z] ch= nextChar(); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[318] [2024-06-04T13:20:44.866Z] ch= nextChar(); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[321] [2024-06-04T13:20:44.866Z] ch= nextChar(); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[354] [2024-06-04T13:20:44.866Z] ((PushbackReader) getReader()).unread(ch); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The method getReader() from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[383] [2024-06-04T13:20:44.866Z] int ch= nextChar(); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[386] [2024-06-04T13:20:44.866Z] ch= nextChar(); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[37] [2024-06-04T13:20:44.866Z] public interface ITextViewerExtension5 extends ITextViewerExtension3 { [2024-06-04T13:20:44.866Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The type ITextViewerExtension3 is deprecated [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[48] [2024-06-04T13:20:44.866Z] IRegion getModelCoverage(); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.866Z] The method ITextViewerExtension5.getModelCoverage() overrides a deprecated method from ITextViewerExtension3 [2024-06-04T13:20:44.866Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[58] [2024-06-04T13:20:44.866Z] int modelLine2WidgetLine(int modelLine); [2024-06-04T13:20:44.866Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The method ITextViewerExtension5.modelLine2WidgetLine(int) overrides a deprecated method from ITextViewerExtension3 [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[68] [2024-06-04T13:20:44.867Z] int modelOffset2WidgetOffset(int modelOffset); [2024-06-04T13:20:44.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The method ITextViewerExtension5.modelOffset2WidgetOffset(int) overrides a deprecated method from ITextViewerExtension3 [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[80] [2024-06-04T13:20:44.867Z] IRegion modelRange2WidgetRange(IRegion modelRange); [2024-06-04T13:20:44.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The method ITextViewerExtension5.modelRange2WidgetRange(IRegion) overrides a deprecated method from ITextViewerExtension3 [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[91] [2024-06-04T13:20:44.867Z] int widgetOffset2ModelOffset(int widgetOffset); [2024-06-04T13:20:44.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The method ITextViewerExtension5.widgetOffset2ModelOffset(int) overrides a deprecated method from ITextViewerExtension3 [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[103] [2024-06-04T13:20:44.867Z] IRegion widgetRange2ModelRange(IRegion widgetRange); [2024-06-04T13:20:44.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The method ITextViewerExtension5.widgetRange2ModelRange(IRegion) overrides a deprecated method from ITextViewerExtension3 [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[122] [2024-06-04T13:20:44.867Z] int widgetLineOfWidgetOffset(int widgetOffset); [2024-06-04T13:20:44.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The method ITextViewerExtension5.widgetLineOfWidgetOffset(int) overrides a deprecated method from ITextViewerExtension3 [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/TextViewerHoverManager.java:[157] [2024-06-04T13:20:44.867Z] information= hover.getHoverInfo(fTextViewer, region); [2024-06-04T13:20:44.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[33] [2024-06-04T13:20:44.867Z] import org.eclipse.jface.contentassist.ISubjectControlContextInformationPresenter; [2024-06-04T13:20:44.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The type ISubjectControlContextInformationPresenter is deprecated [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[34] [2024-06-04T13:20:44.867Z] import org.eclipse.jface.contentassist.ISubjectControlContextInformationValidator; [2024-06-04T13:20:44.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.867Z] The type ISubjectControlContextInformationValidator is deprecated [2024-06-04T13:20:44.867Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[335] [2024-06-04T13:20:44.868Z] if (frame.fValidator instanceof ISubjectControlContextInformationValidator) [2024-06-04T13:20:44.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.868Z] The type ISubjectControlContextInformationValidator is deprecated [2024-06-04T13:20:44.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[336] [2024-06-04T13:20:44.868Z] ((ISubjectControlContextInformationValidator) frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fOffset); [2024-06-04T13:20:44.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.868Z] The type ISubjectControlContextInformationValidator is deprecated [2024-06-04T13:20:44.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[336] [2024-06-04T13:20:44.868Z] ((ISubjectControlContextInformationValidator) frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fOffset); [2024-06-04T13:20:44.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.868Z] The method install(IContextInformation, IContentAssistSubjectControl, int) from the type ISubjectControlContextInformationValidator is deprecated [2024-06-04T13:20:44.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[348] [2024-06-04T13:20:44.868Z] if (frame.fPresenter instanceof ISubjectControlContextInformationPresenter) [2024-06-04T13:20:44.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.868Z] The type ISubjectControlContextInformationPresenter is deprecated [2024-06-04T13:20:44.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[349] [2024-06-04T13:20:44.868Z] ((ISubjectControlContextInformationPresenter) frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fBeginOffset); [2024-06-04T13:20:44.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.868Z] The type ISubjectControlContextInformationPresenter is deprecated [2024-06-04T13:20:44.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[349] [2024-06-04T13:20:44.868Z] ((ISubjectControlContextInformationPresenter) frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fBeginOffset); [2024-06-04T13:20:44.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.868Z] The method install(IContextInformation, IContentAssistSubjectControl, int) from the type ISubjectControlContextInformationPresenter is deprecated [2024-06-04T13:20:44.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[74] [2024-06-04T13:20:44.868Z] import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor; [2024-06-04T13:20:44.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.868Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:20:44.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2024] [2024-06-04T13:20:44.868Z] if (p instanceof ISubjectControlContentAssistProcessor) { [2024-06-04T13:20:44.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.868Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:20:44.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2029] [2024-06-04T13:20:44.868Z] ICompletionProposal[] proposals= ((ISubjectControlContentAssistProcessor) p) [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2030] [2024-06-04T13:20:44.869Z] .computeCompletionProposals(contentAssistSubjectControl, offset); [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The method computeCompletionProposals(IContentAssistSubjectControl, int) from the type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2130] [2024-06-04T13:20:44.869Z] if (p instanceof ISubjectControlContentAssistProcessor) { [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2135] [2024-06-04T13:20:44.869Z] IContextInformation[] contextInformation= ((ISubjectControlContentAssistProcessor) p) [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2136] [2024-06-04T13:20:44.869Z] .computeContextInformation(contentAssistSubjectControl, offset); [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The method computeContextInformation(IContentAssistSubjectControl, int) from the type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/information/InformationPresenter.java:[313] [2024-06-04T13:20:44.869Z] info= provider.getInformation(fTextViewer, subject); [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The method getInformation(ITextViewer, IRegion) from the type IInformationProvider is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[85] [2024-06-04T13:20:44.869Z] public TemplateStore(org.eclipse.jface.text.templates.ContextTypeRegistry registry, IPreferenceStore store, String key) { [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[221] [2024-06-04T13:20:44.869Z] protected final org.eclipse.jface.text.templates.ContextTypeRegistry getRegistry() { [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[226] [2024-06-04T13:20:44.869Z] org.eclipse.jface.text.templates.ContextTypeRegistry res= new org.eclipse.jface.text.templates.ContextTypeRegistry(); [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:20:44.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[226] [2024-06-04T13:20:44.869Z] org.eclipse.jface.text.templates.ContextTypeRegistry res= new org.eclipse.jface.text.templates.ContextTypeRegistry(); [2024-06-04T13:20:44.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.869Z] The constructor ContextTypeRegistry() is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[226] [2024-06-04T13:20:44.870Z] org.eclipse.jface.text.templates.ContextTypeRegistry res= new org.eclipse.jface.text.templates.ContextTypeRegistry(); [2024-06-04T13:20:44.870Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.870Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[227] [2024-06-04T13:20:44.870Z] registry.contextTypes().forEachRemaining(t -> res.addContextType(t)); [2024-06-04T13:20:44.870Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.870Z] The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[231] [2024-06-04T13:20:44.870Z] public void add(org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) { [2024-06-04T13:20:44.870Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.870Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[235] [2024-06-04T13:20:44.870Z] public void delete(org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) { [2024-06-04T13:20:44.870Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.870Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[240] [2024-06-04T13:20:44.870Z] public org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[] getTemplateData(boolean includeDeleted) { [2024-06-04T13:20:44.870Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.870Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[242] [2024-06-04T13:20:44.870Z] org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[] wraps= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[list.length]; [2024-06-04T13:20:44.870Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.870Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[242] [2024-06-04T13:20:44.870Z] org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[] wraps= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[list.length]; [2024-06-04T13:20:44.870Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.870Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[244] [2024-06-04T13:20:44.870Z] wraps[i]= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(list[i]); [2024-06-04T13:20:44.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.870Z] The constructor TemplatePersistenceData(TemplatePersistenceData) is deprecated [2024-06-04T13:20:44.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[244] [2024-06-04T13:20:44.871Z] wraps[i]= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(list[i]); [2024-06-04T13:20:44.871Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.871Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[250] [2024-06-04T13:20:44.871Z] public org.eclipse.jface.text.templates.persistence.TemplatePersistenceData getTemplateData(String id) { [2024-06-04T13:20:44.871Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.871Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[252] [2024-06-04T13:20:44.871Z] org.eclipse.jface.text.templates.persistence.TemplatePersistenceData wrap= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(data); [2024-06-04T13:20:44.871Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.871Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[252] [2024-06-04T13:20:44.871Z] org.eclipse.jface.text.templates.persistence.TemplatePersistenceData wrap= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(data); [2024-06-04T13:20:44.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.871Z] The constructor TemplatePersistenceData(TemplatePersistenceData) is deprecated [2024-06-04T13:20:44.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[252] [2024-06-04T13:20:44.871Z] org.eclipse.jface.text.templates.persistence.TemplatePersistenceData wrap= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(data); [2024-06-04T13:20:44.871Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.871Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[256] [2024-06-04T13:20:44.871Z] protected void internalAdd(org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) { [2024-06-04T13:20:44.871Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:20:44.871Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:20:44.871Z] 64 problems (64 warnings) [2024-06-04T13:20:44.871Z] [INFO] [2024-06-04T13:20:44.871Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jface.text --- [2024-06-04T13:20:44.871Z] [INFO] [2024-06-04T13:20:44.871Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jface.text --- [2024-06-04T13:20:44.871Z] [INFO] [2024-06-04T13:20:44.871Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jface.text --- [2024-06-04T13:20:46.758Z] [INFO] [2024-06-04T13:20:46.758Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.text --- [2024-06-04T13:20:46.758Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/src/test/resources [2024-06-04T13:20:46.758Z] [INFO] [2024-06-04T13:20:46.758Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jface.text --- [2024-06-04T13:20:46.758Z] [INFO] [2024-06-04T13:20:46.758Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.text --- [2024-06-04T13:20:46.758Z] [INFO] [2024-06-04T13:20:46.758Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jface.text --- [2024-06-04T13:20:46.759Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/target/org.eclipse.jface.text-3.25.100-SNAPSHOT-sources.jar [2024-06-04T13:20:46.759Z] [INFO] [2024-06-04T13:20:46.759Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jface.text --- [2024-06-04T13:20:46.759Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/target/org.eclipse.jface.text-3.25.100-SNAPSHOT.jar [2024-06-04T13:20:47.020Z] [INFO] [2024-06-04T13:20:47.020Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text --- [2024-06-04T13:20:47.277Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.text:3.25.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/.polyglot.META-INF [2024-06-04T13:20:47.277Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:20:47.277Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:20:47.277Z] [2024-06-04T13:20:47.277Z] [INFO] [2024-06-04T13:20:47.277Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text --- [2024-06-04T13:20:47.534Z] [INFO] [2024-06-04T13:20:47.535Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.text --- [2024-06-04T13:20:48.096Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/target/org.eclipse.jface.text-3.25.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:20:48.096Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/target/org.eclipse.jface.text-3.25.100-SNAPSHOT.jar [2024-06-04T13:20:54.633Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/target/org.eclipse.jface.text-3.25.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:20:54.633Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/target/org.eclipse.jface.text-3.25.100-SNAPSHOT-sources.jar [2024-06-04T13:20:58.798Z] [INFO] [2024-06-04T13:20:58.798Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jface.text --- [2024-06-04T13:20:58.798Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.text:3.25.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.jface.text/.polyglot.META-INF [2024-06-04T13:20:58.798Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:20:58.798Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:20:58.798Z] [2024-06-04T13:20:58.798Z] [INFO] [2024-06-04T13:20:58.798Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.workbench.texteditor >------ [2024-06-04T13:20:58.798Z] [INFO] Building [bundle] Text Editor Framework 3.17.400-SNAPSHOT [101/523] [2024-06-04T13:20:58.798Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF [2024-06-04T13:20:58.798Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] The project's OSGi version is 3.17.400.v20240524-2010 [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/saveproperties [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] Resolving class path of [bundle] Text Editor Framework [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/main/resources [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/main/resources [2024-06-04T13:20:59.054Z] [INFO] [2024-06-04T13:20:59.054Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:20:59.054Z] [INFO] Compiling 193 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:21:00.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[196] [2024-06-04T13:21:00.419Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] The type IKeyBindingService is deprecated [2024-06-04T13:21:00.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[769] [2024-06-04T13:21:00.419Z] private IKeyBindingService fKeyBindingService; [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] The type IKeyBindingService is deprecated [2024-06-04T13:21:00.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[817] [2024-06-04T13:21:00.419Z] fKeyBindingService= getEditorSite().getKeyBindingService(); [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:21:00.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[850] [2024-06-04T13:21:00.419Z] fKeyBindingService.registerAction(action); [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated [2024-06-04T13:21:00.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[860] [2024-06-04T13:21:00.419Z] fKeyBindingService.unregisterAction(action); [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] The method unregisterAction(IAction) from the type IKeyBindingService is deprecated [2024-06-04T13:21:00.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[870] [2024-06-04T13:21:00.419Z] fKeyBindingService.setScopes(keyBindingScopes); [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] The method setScopes(String[]) from the type IKeyBindingService is deprecated [2024-06-04T13:21:00.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[1837] [2024-06-04T13:21:00.419Z] String hoverInfo= textHover.getHoverInfo(sourceViewer, hoverRegion); [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [2024-06-04T13:21:00.419Z] 8. INFO in /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java (at line 7001) [2024-06-04T13:21:00.419Z] if (currentDistance < distance || currentDistance == distance && p.length < nextAnnotationPosition.length) { [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] Potential null pointer access: The variable nextAnnotationPosition may be null at this location [2024-06-04T13:21:00.419Z] 9. INFO in /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java (at line 7011) [2024-06-04T13:21:00.419Z] if (currentDistance < distance || currentDistance == distance && p.length < nextAnnotationPosition.length) { [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] Potential null pointer access: The variable nextAnnotationPosition may be null at this location [2024-06-04T13:21:00.419Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[94] [2024-06-04T13:21:00.419Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:21:00.419Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.419Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[97] [2024-06-04T13:21:00.420Z] import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData; [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[237] [2024-06-04T13:21:00.420Z] TemplatePersistenceData[] selectedTemplates= getSelectedTemplates(); [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[239] [2024-06-04T13:21:00.420Z] isTemplateValidAtLocation(selectedTemplates[0].getTemplate(), new Point(event.x, event.y))) [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[248] [2024-06-04T13:21:00.420Z] TemplatePersistenceData[] selectedTemplates= getSelectedTemplates(); [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[249] [2024-06-04T13:21:00.420Z] insertTemplate(selectedTemplates[0].getTemplate()); [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[265] [2024-06-04T13:21:00.420Z] if ((object1 instanceof TemplatePersistenceData) [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[266] [2024-06-04T13:21:00.420Z] && (object2 instanceof TemplatePersistenceData)) { [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[267] [2024-06-04T13:21:00.420Z] Template left= ((TemplatePersistenceData) object1).getTemplate(); [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[267] [2024-06-04T13:21:00.420Z] Template left= ((TemplatePersistenceData) object1).getTemplate(); [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[268] [2024-06-04T13:21:00.420Z] Template right= ((TemplatePersistenceData) object2).getTemplate(); [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.420Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[268] [2024-06-04T13:21:00.420Z] Template right= ((TemplatePersistenceData) object2).getTemplate(); [2024-06-04T13:21:00.420Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.420Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[301] [2024-06-04T13:21:00.421Z] return AbstractTemplatesPage.this.getImage(((TemplatePersistenceData) element).getTemplate()); [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[301] [2024-06-04T13:21:00.421Z] return AbstractTemplatesPage.this.getImage(((TemplatePersistenceData) element).getTemplate()); [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[306] [2024-06-04T13:21:00.421Z] if (element instanceof TemplatePersistenceData) [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[307] [2024-06-04T13:21:00.421Z] return getTemplateColumnText((TemplatePersistenceData) element, columnIndex); [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[311] [2024-06-04T13:21:00.421Z] private String getTemplateColumnText(TemplatePersistenceData data, int columnIndex) { [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[314] [2024-06-04T13:21:00.421Z] return data.getTemplate().getName(); [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[316] [2024-06-04T13:21:00.421Z] return data.getTemplate().getDescription(); [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[341] [2024-06-04T13:21:00.421Z] if (parentElement instanceof TemplatePersistenceData) [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[350] [2024-06-04T13:21:00.421Z] private TemplatePersistenceData[] getTemplates(String contextId) { [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[351] [2024-06-04T13:21:00.421Z] List templateList= new ArrayList<>(); [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.421Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[352] [2024-06-04T13:21:00.421Z] TemplatePersistenceData[] datas= getTemplateStore().getTemplateData(false); [2024-06-04T13:21:00.421Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.421Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[353] [2024-06-04T13:21:00.422Z] for (TemplatePersistenceData data : datas) { [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[354] [2024-06-04T13:21:00.422Z] if (data.isEnabled() && data.getTemplate().getContextTypeId().equals(contextId)) { [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The method isEnabled() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[354] [2024-06-04T13:21:00.422Z] if (data.isEnabled() && data.getTemplate().getContextTypeId().equals(contextId)) { [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[359] [2024-06-04T13:21:00.422Z] .toArray(new TemplatePersistenceData[templateList.size()]); [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[364] [2024-06-04T13:21:00.422Z] if (element instanceof TemplatePersistenceData) { [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[365] [2024-06-04T13:21:00.422Z] TemplatePersistenceData templateData= (TemplatePersistenceData) element; [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[365] [2024-06-04T13:21:00.422Z] TemplatePersistenceData templateData= (TemplatePersistenceData) element; [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[366] [2024-06-04T13:21:00.422Z] return getContextTypeRegistry().getContextType( [2024-06-04T13:21:00.422Z] templateData.getTemplate().getContextTypeId()); [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[367] [2024-06-04T13:21:00.422Z] templateData.getTemplate().getContextTypeId()); [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[374] [2024-06-04T13:21:00.422Z] if (parentElement instanceof TemplatePersistenceData) [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.422Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[379] [2024-06-04T13:21:00.422Z] TemplatePersistenceData[] datas= getTemplateStore().getTemplateData(false); [2024-06-04T13:21:00.422Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.422Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[383] [2024-06-04T13:21:00.423Z] for (TemplatePersistenceData data : datas) { [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[384] [2024-06-04T13:21:00.423Z] if (data.isEnabled() && data.getTemplate().getContextTypeId().equals(contextId)) { [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The method isEnabled() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[384] [2024-06-04T13:21:00.423Z] if (data.isEnabled() && data.getTemplate().getContextTypeId().equals(contextId)) { [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[397] [2024-06-04T13:21:00.423Z] for (Iterator iterator= getContextTypeRegistry().contextTypes(); iterator.hasNext();) { [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The method contextTypes() from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[455] [2024-06-04T13:21:00.423Z] private TemplatePersistenceData[] fSelectedTemplates= new TemplatePersistenceData[0]; [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[455] [2024-06-04T13:21:00.423Z] private TemplatePersistenceData[] fSelectedTemplates= new TemplatePersistenceData[0]; [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[663] [2024-06-04T13:21:00.423Z] abstract protected ContextTypeRegistry getContextTypeRegistry(); [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[767] [2024-06-04T13:21:00.423Z] TemplatePersistenceData[] contents= (TemplatePersistenceData[])clipboard [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[767] [2024-06-04T13:21:00.423Z] TemplatePersistenceData[] contents= (TemplatePersistenceData[])clipboard [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[770] [2024-06-04T13:21:00.423Z] return contents[0].getTemplate(); [2024-06-04T13:21:00.423Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.423Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.423Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[857] [2024-06-04T13:21:00.424Z] TemplatePersistenceData[] selectedTemplates= getSelectedTemplates(); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[858] [2024-06-04T13:21:00.424Z] insertTemplate(selectedTemplates[0].getTemplate()); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[946] [2024-06-04T13:21:00.424Z] TemplatePersistenceData[] templates= (TemplatePersistenceData[])clipboard.getContents(TemplatesTransfer.getInstance()); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[946] [2024-06-04T13:21:00.424Z] TemplatePersistenceData[] templates= (TemplatePersistenceData[])clipboard.getContents(TemplatesTransfer.getInstance()); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1105] [2024-06-04T13:21:00.424Z] TemplatePersistenceData[] selectedTemplates = getSelectedTemplates(); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1107] [2024-06-04T13:21:00.424Z] insertTemplate(selectedTemplates[0].getTemplate()); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1212] [2024-06-04T13:21:00.424Z] TemplatePersistenceData[] selectedTemplates= getSelectedTemplates(); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1215] [2024-06-04T13:21:00.424Z] updatePatternViewer(selectedTemplates[0].getTemplate()); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1231] [2024-06-04T13:21:00.424Z] TemplatePersistenceData[] selectedTemplates= getSelectedTemplates(); [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1245] [2024-06-04T13:21:00.424Z] TemplatePersistenceData[] data= new TemplatePersistenceData[selection.size()]; [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1245] [2024-06-04T13:21:00.424Z] TemplatePersistenceData[] data= new TemplatePersistenceData[selection.size()]; [2024-06-04T13:21:00.424Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.424Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.424Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1249] [2024-06-04T13:21:00.425Z] if (o instanceof TemplatePersistenceData) [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1250] [2024-06-04T13:21:00.425Z] data[i++]= (TemplatePersistenceData) o; [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1252] [2024-06-04T13:21:00.425Z] fSelectedTemplates= new TemplatePersistenceData[0]; [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1266] [2024-06-04T13:21:00.425Z] public TemplatePersistenceData[] getSelectedTemplates() { [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1293] [2024-06-04T13:21:00.425Z] return getContextTypeRegistry().contextTypes().next().getId(); [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The method contextTypes() from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1297] [2024-06-04T13:21:00.425Z] if (item instanceof TemplatePersistenceData) [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1298] [2024-06-04T13:21:00.425Z] return ((TemplatePersistenceData) item).getTemplate().getContextTypeId(); [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1298] [2024-06-04T13:21:00.425Z] return ((TemplatePersistenceData) item).getTemplate().getContextTypeId(); [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1308] [2024-06-04T13:21:00.425Z] return getContextTypeRegistry().contextTypes().next() [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The method contextTypes() from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1322] [2024-06-04T13:21:00.425Z] if (item instanceof TemplatePersistenceData) [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1323] [2024-06-04T13:21:00.425Z] contextId= ((TemplatePersistenceData) item).getTemplate().getContextTypeId(); [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.425Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1323] [2024-06-04T13:21:00.425Z] contextId= ((TemplatePersistenceData) item).getTemplate().getContextTypeId(); [2024-06-04T13:21:00.425Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.425Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1338] [2024-06-04T13:21:00.426Z] TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true); [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1338] [2024-06-04T13:21:00.426Z] TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true); [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1338] [2024-06-04T13:21:00.426Z] TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true); [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The constructor TemplatePersistenceData(Template, boolean) is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1364] [2024-06-04T13:21:00.426Z] TemplatePersistenceData selectedTemplate= getSelectedTemplates()[0]; [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1365] [2024-06-04T13:21:00.426Z] Template oldTemplate= selectedTemplate.getTemplate(); [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1372] [2024-06-04T13:21:00.426Z] TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate, [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1372] [2024-06-04T13:21:00.426Z] TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate, [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1372] [2024-06-04T13:21:00.426Z] TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate, [2024-06-04T13:21:00.426Z] true); [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The constructor TemplatePersistenceData(Template, boolean) is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1378] [2024-06-04T13:21:00.426Z] selectedTemplate.setTemplate(newTemplate); [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The method setTemplate(Template) from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1391] [2024-06-04T13:21:00.426Z] private void moveTemplates(TemplatePersistenceData[] templates, String contextId) { [2024-06-04T13:21:00.426Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.426Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.426Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1392] [2024-06-04T13:21:00.427Z] for (TemplatePersistenceData template : templates) { [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1393] [2024-06-04T13:21:00.427Z] Template t = template.getTemplate(); [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1394] [2024-06-04T13:21:00.427Z] template.setTemplate(new Template(t.getName(), t.getDescription(), contextId, t [2024-06-04T13:21:00.427Z] .getPattern(), t.isAutoInsertable())); [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The method setTemplate(Template) from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1407] [2024-06-04T13:21:00.427Z] private void copyTemplates(TemplatePersistenceData[] templates, String contextId) { [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1408] [2024-06-04T13:21:00.427Z] TemplatePersistenceData[] newTemplates= new TemplatePersistenceData[templates.length]; [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1408] [2024-06-04T13:21:00.427Z] TemplatePersistenceData[] newTemplates= new TemplatePersistenceData[templates.length]; [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1410] [2024-06-04T13:21:00.427Z] Template t= templates[i].getTemplate(); [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1411] [2024-06-04T13:21:00.427Z] newTemplates[i]= new TemplatePersistenceData(new Template(t.getName(), t [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1411] [2024-06-04T13:21:00.427Z] newTemplates[i]= new TemplatePersistenceData(new Template(t.getName(), t [2024-06-04T13:21:00.427Z] .getDescription(), contextId, t.getPattern(), t.isAutoInsertable()), true); [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The constructor TemplatePersistenceData(Template, boolean) is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1425] [2024-06-04T13:21:00.427Z] TemplatePersistenceData[] selectedTemplates= getSelectedTemplates(); [2024-06-04T13:21:00.427Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.427Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.427Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1438] [2024-06-04T13:21:00.428Z] for (TemplatePersistenceData selectedTemplate : selectedTemplates) { [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1518] [2024-06-04T13:21:00.428Z] contextId= ((TemplatePersistenceData) object).getTemplate().getContextTypeId(); [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1518] [2024-06-04T13:21:00.428Z] contextId= ((TemplatePersistenceData) object).getTemplate().getContextTypeId(); [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1528] [2024-06-04T13:21:00.428Z] final TemplatePersistenceData[] templates= (TemplatePersistenceData[]) event.data; [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1528] [2024-06-04T13:21:00.428Z] final TemplatePersistenceData[] templates= (TemplatePersistenceData[]) event.data; [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPageExtension.java:[16] [2024-06-04T13:21:00.428Z] import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData; [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPageExtension.java:[46] [2024-06-04T13:21:00.428Z] TemplatePersistenceData[] getSelectedTemplates(); [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[110] [2024-06-04T13:21:00.428Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[173] [2024-06-04T13:21:00.428Z] private ContextTypeRegistry fContextTypeRegistry; [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[189] [2024-06-04T13:21:00.428Z] public EditTemplateDialog(Shell parent, Template template, boolean edit, boolean isNameModifiable, ContextTypeRegistry registry) { [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.428Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[201] [2024-06-04T13:21:00.428Z] for (Iterator it= registry.contextTypes(); it.hasNext();) { [2024-06-04T13:21:00.428Z] ^^^^^^^^^^^^^^ [2024-06-04T13:21:00.428Z] The method contextTypes() from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[218] [2024-06-04T13:21:00.429Z] TemplateContextType type= fContextTypeRegistry.getContextType(template.getContextTypeId()); [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[353] [2024-06-04T13:21:00.429Z] fTemplateProcessor.setContextType(fContextTypeRegistry.getContextType(contextId)); [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[375] [2024-06-04T13:21:00.429Z] TemplateContextType contextType= fContextTypeRegistry.getContextType(getContextId()); [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[698] [2024-06-04T13:21:00.429Z] TemplateContextType type= fContextTypeRegistry.getContextType(template.getContextTypeId()); [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[735] [2024-06-04T13:21:00.429Z] private ContextTypeRegistry fContextTypeRegistry; [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[764] [2024-06-04T13:21:00.429Z] public ContextTypeRegistry getContextTypeRegistry() { [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[782] [2024-06-04T13:21:00.429Z] public void setContextTypeRegistry(ContextTypeRegistry registry) { [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[955] [2024-06-04T13:21:00.429Z] Iterator iter= getContextTypeRegistry().contextTypes(); [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The method contextTypes() from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[1142] [2024-06-04T13:21:00.429Z] Iterator it= fContextTypeRegistry.contextTypes(); [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The method contextTypes() from the type ContextTypeRegistry is deprecated [2024-06-04T13:21:00.429Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java:[22] [2024-06-04T13:21:00.429Z] import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData; [2024-06-04T13:21:00.429Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.429Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.430Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java:[200] [2024-06-04T13:21:00.430Z] public TemplatePersistenceData[] getSelectedTemplates() { [2024-06-04T13:21:00.430Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:00.430Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:21:00.430Z] 118 problems (0 errors, 116 warnings, 2 infos) [2024-06-04T13:21:00.430Z] [INFO] [2024-06-04T13:21:00.430Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:00.430Z] [INFO] [2024-06-04T13:21:00.430Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:00.430Z] [INFO] [2024-06-04T13:21:00.430Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:00.991Z] [INFO] [2024-06-04T13:21:00.991Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:00.991Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/test/resources [2024-06-04T13:21:00.991Z] [INFO] [2024-06-04T13:21:00.991Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:00.991Z] [INFO] [2024-06-04T13:21:00.991Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:00.991Z] [INFO] [2024-06-04T13:21:00.992Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:00.992Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.400-SNAPSHOT-sources.jar [2024-06-04T13:21:00.992Z] [INFO] [2024-06-04T13:21:00.992Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:00.992Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.400-SNAPSHOT.jar [2024-06-04T13:21:01.248Z] [INFO] [2024-06-04T13:21:01.248Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:01.504Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor:3.17.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF [2024-06-04T13:21:01.504Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:01.504Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:01.504Z] [2024-06-04T13:21:01.504Z] [INFO] [2024-06-04T13:21:01.504Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:01.759Z] [INFO] [2024-06-04T13:21:01.759Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:02.014Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:21:02.014Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.400-SNAPSHOT.jar [2024-06-04T13:21:08.552Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:21:08.552Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.400-SNAPSHOT-sources.jar [2024-06-04T13:21:12.726Z] [INFO] [2024-06-04T13:21:12.726Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.workbench.texteditor --- [2024-06-04T13:21:12.726Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor:3.17.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF [2024-06-04T13:21:12.726Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:12.726Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:12.726Z] [2024-06-04T13:21:12.726Z] [INFO] [2024-06-04T13:21:12.726Z] [INFO] ------------< org.eclipse.platform:org.eclipse.ui.console >------------- [2024-06-04T13:21:12.726Z] [INFO] Building [bundle] Console 3.14.100-SNAPSHOT [102/523] [2024-06-04T13:21:12.726Z] [INFO] from eclipse.platform/debug/org.eclipse.ui.console/.polyglot.META-INF [2024-06-04T13:21:12.726Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:21:12.982Z] [INFO] [2024-06-04T13:21:12.982Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.console --- [2024-06-04T13:21:12.982Z] [INFO] [2024-06-04T13:21:12.982Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.console --- [2024-06-04T13:21:12.982Z] [INFO] The project's OSGi version is 3.14.100.v20240429-1358 [2024-06-04T13:21:12.982Z] [INFO] [2024-06-04T13:21:12.982Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.console --- [2024-06-04T13:21:12.982Z] [INFO] [2024-06-04T13:21:12.982Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.console --- [2024-06-04T13:21:12.982Z] [INFO] [2024-06-04T13:21:12.982Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.console --- [2024-06-04T13:21:12.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/saveproperties [2024-06-04T13:21:12.983Z] [INFO] [2024-06-04T13:21:12.983Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.console --- [2024-06-04T13:21:12.983Z] [INFO] [2024-06-04T13:21:12.983Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.console --- [2024-06-04T13:21:12.983Z] [INFO] [2024-06-04T13:21:12.983Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.console --- [2024-06-04T13:21:12.983Z] [INFO] Resolving class path of [bundle] Console [2024-06-04T13:21:13.238Z] [INFO] [2024-06-04T13:21:13.238Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.console --- [2024-06-04T13:21:13.238Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/src/main/resources [2024-06-04T13:21:13.238Z] [INFO] [2024-06-04T13:21:13.238Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.console --- [2024-06-04T13:21:13.238Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/src/main/resources [2024-06-04T13:21:13.238Z] [INFO] [2024-06-04T13:21:13.238Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.console --- [2024-06-04T13:21:13.525Z] [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:21:14.453Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/IOConsolePartitioner.java:[1176] [2024-06-04T13:21:14.453Z] // XXX an arbitrary offset would cause follow up errors if we trim a delim [2024-06-04T13:21:14.453Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:14.453Z] XXX an arbitrary offset would cause follow up errors if we trim a delim [2024-06-04T13:21:14.453Z] 1 problem (1 warning) [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.453Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/src/test/resources [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.453Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.100-SNAPSHOT-sources.jar [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.453Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.100-SNAPSHOT.jar [2024-06-04T13:21:14.453Z] [INFO] [2024-06-04T13:21:14.453Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.709Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.console:3.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/.polyglot.META-INF [2024-06-04T13:21:14.709Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:14.709Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:14.709Z] [2024-06-04T13:21:14.709Z] [INFO] [2024-06-04T13:21:14.709Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.709Z] [INFO] [2024-06-04T13:21:14.709Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.console --- [2024-06-04T13:21:14.709Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:21:14.710Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.100-SNAPSHOT.jar [2024-06-04T13:21:18.930Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:21:18.930Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.100-SNAPSHOT-sources.jar [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.console --- [2024-06-04T13:21:22.198Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.console:3.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.console/.polyglot.META-INF [2024-06-04T13:21:22.198Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:22.198Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:22.198Z] [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] -----------------< org.eclipse.platform:rt.equinox.p2 >----------------- [2024-06-04T13:21:22.198Z] [INFO] Building rt.equinox.p2 4.33.0-SNAPSHOT [103/523] [2024-06-04T13:21:22.198Z] [INFO] from rt.equinox.p2/pom.xml [2024-06-04T13:21:22.198Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- clean:3.3.2:clean (default-clean) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/saveproperties [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/src/main/resources [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ rt.equinox.p2 --- [2024-06-04T13:21:22.198Z] [INFO] [2024-06-04T13:21:22.198Z] [INFO] --------------------< org.eclipse.platform:bundles >-------------------- [2024-06-04T13:21:22.198Z] [INFO] Building [aggregator] bundles 4.33.0-SNAPSHOT [104/523] [2024-06-04T13:21:22.198Z] [INFO] from rt.equinox.p2/bundles/.polyglot.pom.tycho [2024-06-04T13:21:22.198Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- clean:3.3.2:clean (default-clean) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/saveproperties [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/src/main/resources [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ bundles --- [2024-06-04T13:21:22.199Z] [INFO] [2024-06-04T13:21:22.199Z] [INFO] ----------< org.eclipse.platform:org.eclipse.equinox.p2.core >---------- [2024-06-04T13:21:22.199Z] [INFO] Building [bundle] Equinox Provisioning Core 2.12.0-SNAPSHOT [105/523] [2024-06-04T13:21:22.199Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.polyglot.META-INF [2024-06-04T13:21:22.199Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:21:22.454Z] [INFO] [2024-06-04T13:21:22.454Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.454Z] [INFO] [2024-06-04T13:21:22.454Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.454Z] [INFO] The project's OSGi version is 2.12.0.v20240515-1919 [2024-06-04T13:21:22.454Z] [INFO] [2024-06-04T13:21:22.454Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.454Z] [INFO] [2024-06-04T13:21:22.454Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.454Z] [INFO] [2024-06-04T13:21:22.454Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.454Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/saveproperties [2024-06-04T13:21:22.455Z] [INFO] [2024-06-04T13:21:22.455Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.455Z] [INFO] [2024-06-04T13:21:22.455Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.455Z] [INFO] [2024-06-04T13:21:22.455Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.455Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Core [2024-06-04T13:21:22.455Z] [INFO] [2024-06-04T13:21:22.455Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.455Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/main/resources [2024-06-04T13:21:22.455Z] [INFO] [2024-06-04T13:21:22.455Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.455Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/main/resources [2024-06-04T13:21:22.455Z] [INFO] [2024-06-04T13:21:22.455Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.455Z] [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:21:22.727Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/provisional/p2/core/eventbus/SynchronousProvisioningListener.java:[16] [2024-06-04T13:21:22.727Z] public interface SynchronousProvisioningListener extends ProvisioningListener { [2024-06-04T13:21:22.727Z] } [2024-06-04T13:21:22.727Z] ^^^^ [2024-06-04T13:21:22.727Z] Empty block should be documented [2024-06-04T13:21:22.727Z] 1 problem (1 warning) [2024-06-04T13:21:22.727Z] [INFO] [2024-06-04T13:21:22.727Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.727Z] [INFO] [2024-06-04T13:21:22.727Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.727Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [2024-06-04T13:21:22.727Z] [INFO] org.eclipse.equinox.p2.di.agentProvider.xml [2024-06-04T13:21:22.727Z] [INFO] org.eclipse.equinox.p2.core.eventbus.xml [2024-06-04T13:21:22.727Z] [INFO] 2 component(s) where generated. [2024-06-04T13:21:22.727Z] [INFO] [2024-06-04T13:21:22.727Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.727Z] [INFO] [2024-06-04T13:21:22.727Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.727Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/test/resources [2024-06-04T13:21:22.727Z] [INFO] [2024-06-04T13:21:22.727Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.727Z] [INFO] [2024-06-04T13:21:22.727Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.727Z] [INFO] All system scoped dependencies were mapped to maven artifacts [2024-06-04T13:21:22.727Z] [INFO] [2024-06-04T13:21:22.727Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.727Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.12.0-SNAPSHOT-sources.jar [2024-06-04T13:21:22.727Z] [INFO] [2024-06-04T13:21:22.727Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.982Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.12.0-SNAPSHOT.jar [2024-06-04T13:21:22.991Z] [INFO] [2024-06-04T13:21:22.991Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.991Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.core:2.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.tycho-consumer-pom.xml [2024-06-04T13:21:22.991Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:22.991Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:22.991Z] [2024-06-04T13:21:22.991Z] [INFO] [2024-06-04T13:21:22.991Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.991Z] [INFO] [2024-06-04T13:21:22.991Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.991Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.core:2.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.tycho-consumer-pom.xml [2024-06-04T13:21:22.991Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:22.991Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:22.991Z] [2024-06-04T13:21:22.991Z] [INFO] [2024-06-04T13:21:22.991Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.991Z] [INFO] [2024-06-04T13:21:22.991Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:22.991Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.12.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:21:22.991Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.12.0-SNAPSHOT.jar [2024-06-04T13:21:27.157Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.12.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:21:27.157Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.12.0-SNAPSHOT-sources.jar [2024-06-04T13:21:32.399Z] [INFO] [2024-06-04T13:21:32.399Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.core --- [2024-06-04T13:21:32.399Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.core:2.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.tycho-consumer-pom.xml [2024-06-04T13:21:32.399Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:32.399Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:32.399Z] [2024-06-04T13:21:32.399Z] [INFO] [2024-06-04T13:21:32.399Z] [INFO] --------< org.eclipse.platform:org.eclipse.equinox.p2.metadata >-------- [2024-06-04T13:21:32.399Z] [INFO] Building [bundle] Equinox Provisioning Metadata 2.9.100-SNAPSHOT [106/523] [2024-06-04T13:21:32.399Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.polyglot.META-INF [2024-06-04T13:21:32.399Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] The project's OSGi version is 2.9.100.v20240416-0654 [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/saveproperties [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Metadata [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/main/resources [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/main/resources [2024-06-04T13:21:32.655Z] [INFO] [2024-06-04T13:21:32.655Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:32.655Z] [INFO] Compiling 142 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:21:33.233Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/CoercingComparator.java:[18] [2024-06-04T13:21:33.233Z] import java.security.AccessController; [2024-06-04T13:21:33.233Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:33.233Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-04T13:21:33.233Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[18] [2024-06-04T13:21:33.233Z] import org.eclipse.equinox.p2.query.IMatchQuery; [2024-06-04T13:21:33.233Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:33.233Z] The type IMatchQuery is deprecated [2024-06-04T13:21:33.233Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[44] [2024-06-04T13:21:33.233Z] if (query instanceof IMatchQuery) { [2024-06-04T13:21:33.233Z] ^^^^^^^^^^^ [2024-06-04T13:21:33.233Z] The type IMatchQuery is deprecated [2024-06-04T13:21:33.233Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[50] [2024-06-04T13:21:33.233Z] return Boolean.valueOf(((IMatchQuery) query).isMatch(value)); [2024-06-04T13:21:33.233Z] ^^^^^^^^^^^ [2024-06-04T13:21:33.233Z] The type IMatchQuery is deprecated [2024-06-04T13:21:33.233Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[50] [2024-06-04T13:21:33.233Z] return Boolean.valueOf(((IMatchQuery) query).isMatch(value)); [2024-06-04T13:21:33.233Z] ^^^^^^^^^^^^^^ [2024-06-04T13:21:33.233Z] The method isMatch(Object) from the type IMatchQuery is deprecated [2024-06-04T13:21:33.233Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[75] [2024-06-04T13:21:33.233Z] return (query instanceof IMatchQuery) ? variable == ExpressionFactory.THIS : variable == ExpressionFactory.EVERYTHING; [2024-06-04T13:21:33.233Z] ^^^^^^^^^^^ [2024-06-04T13:21:33.233Z] The type IMatchQuery is deprecated [2024-06-04T13:21:33.233Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/ExpressionMatchQuery.java:[36] [2024-06-04T13:21:33.233Z] public class ExpressionMatchQuery implements IMatchQuery, IQueryWithIndex { [2024-06-04T13:21:33.233Z] ^^^^^^^^^^^ [2024-06-04T13:21:33.233Z] The type IMatchQuery is deprecated [2024-06-04T13:21:33.233Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/ExpressionMatchQuery.java:[99] [2024-06-04T13:21:33.233Z] public boolean isMatch(T candidate) { [2024-06-04T13:21:33.233Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:21:33.233Z] The method ExpressionMatchQuery.isMatch(T) overrides a deprecated method from IMatchQuery [2024-06-04T13:21:33.234Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/ExpressionQuery.java:[80] [2024-06-04T13:21:33.234Z] if (query instanceof IMatchQuery) [2024-06-04T13:21:33.234Z] ^^^^^^^^^^^ [2024-06-04T13:21:33.234Z] The type IMatchQuery is deprecated [2024-06-04T13:21:33.234Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java:[116] [2024-06-04T13:21:33.234Z] if (query instanceof IMatchQuery) [2024-06-04T13:21:33.234Z] ^^^^^^^^^^^ [2024-06-04T13:21:33.234Z] The type IMatchQuery is deprecated [2024-06-04T13:21:33.234Z] 10 problems (10 warnings) [2024-06-04T13:21:33.234Z] [INFO] [2024-06-04T13:21:33.234Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.234Z] [INFO] [2024-06-04T13:21:33.234Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.234Z] [INFO] [2024-06-04T13:21:33.234Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.490Z] [INFO] [2024-06-04T13:21:33.490Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.490Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/test/resources [2024-06-04T13:21:33.490Z] [INFO] [2024-06-04T13:21:33.490Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.490Z] [INFO] [2024-06-04T13:21:33.490Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.490Z] [INFO] All system scoped dependencies were mapped to maven artifacts [2024-06-04T13:21:33.490Z] [INFO] [2024-06-04T13:21:33.490Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.490Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.100-SNAPSHOT-sources.jar [2024-06-04T13:21:33.490Z] [INFO] [2024-06-04T13:21:33.490Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.490Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.100-SNAPSHOT.jar [2024-06-04T13:21:33.746Z] [INFO] [2024-06-04T13:21:33.746Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.746Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata:2.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.tycho-consumer-pom.xml [2024-06-04T13:21:33.746Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:33.746Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:33.746Z] [2024-06-04T13:21:33.746Z] [INFO] [2024-06-04T13:21:33.746Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.746Z] [INFO] [2024-06-04T13:21:33.746Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:33.747Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata:2.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.tycho-consumer-pom.xml [2024-06-04T13:21:33.747Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:33.747Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:33.747Z] [2024-06-04T13:21:33.747Z] [INFO] [2024-06-04T13:21:33.747Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:34.002Z] [INFO] [2024-06-04T13:21:34.002Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:34.258Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:21:34.258Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.100-SNAPSHOT.jar [2024-06-04T13:21:39.503Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:21:39.503Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.100-SNAPSHOT-sources.jar [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.metadata --- [2024-06-04T13:21:44.752Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata:2.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.tycho-consumer-pom.xml [2024-06-04T13:21:44.752Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:44.752Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:44.752Z] [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor >------ [2024-06-04T13:21:44.752Z] [INFO] Building [bundle] Equinox Provisioning JAR Processor 1.3.400-SNAPSHOT [107/523] [2024-06-04T13:21:44.752Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.polyglot.META-INF [2024-06-04T13:21:44.752Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] The project's OSGi version is 1.3.400.v20240321-1450 [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/saveproperties [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] Resolving class path of [bundle] Equinox Provisioning JAR Processor [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-77) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src_ant added. [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/main/resources [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:44.752Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/main/resources [2024-06-04T13:21:44.752Z] [INFO] [2024-06-04T13:21:44.752Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.009Z] [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:21:45.009Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/lib/jarprocessor-ant.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/test/resources [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] 26 system scoped dependencies were not mapped to maven artifacts [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT-sources.jar [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/lib/jarprocessor-ant.jar [2024-06-04T13:21:45.265Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT.jar [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.tycho-consumer-pom.xml [2024-06-04T13:21:45.265Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:45.265Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:45.265Z] [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] [2024-06-04T13:21:45.265Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.265Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.tycho-consumer-pom.xml [2024-06-04T13:21:45.265Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:45.266Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:45.266Z] [2024-06-04T13:21:45.266Z] [INFO] [2024-06-04T13:21:45.266Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.266Z] [INFO] [2024-06-04T13:21:45.266Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:45.266Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT.jar_unpacked_6982524985108647258/lib/jarprocessor-ant.jar' is disabled. [2024-06-04T13:21:45.266Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT.jar_unpacked_6982524985108647258/lib/jarprocessor-ant.jar' is already signed and will be resigned. [2024-06-04T13:21:45.266Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT.jar_unpacked_6982524985108647258/lib/jarprocessor-ant.jar [2024-06-04T13:21:49.428Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:21:49.428Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT.jar [2024-06-04T13:21:54.670Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:21:54.670Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.400-SNAPSHOT-sources.jar [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.jarprocessor --- [2024-06-04T13:21:59.914Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.tycho-consumer-pom.xml [2024-06-04T13:21:59.914Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:21:59.914Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:21:59.914Z] [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] -------< org.eclipse.platform:org.eclipse.equinox.p2.repository >------- [2024-06-04T13:21:59.914Z] [INFO] Building [bundle] Equinox Provisioning Repository 2.9.100-SNAPSHOT [108/523] [2024-06-04T13:21:59.914Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.polyglot.META-INF [2024-06-04T13:21:59.914Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] The project's OSGi version is 2.9.100.v20240511-1722 [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/saveproperties [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Repository [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/main/resources [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/main/resources [2024-06-04T13:21:59.914Z] [INFO] [2024-06-04T13:21:59.914Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:21:59.914Z] [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:22:00.475Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/CacheManager.java:[419] [2024-06-04T13:22:00.475Z] throw new ProvisionException(new Status(IStatus.ERROR, Activator.ID, e.getMessage(), e)); [2024-06-04T13:22:00.475Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:00.475Z] Mandatory close of resource 'stream' has not been shown at this location [2024-06-04T13:22:00.475Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/ChecksumHelper.java:[62] [2024-06-04T13:22:00.475Z] return descriptor.getProperty(IArtifactDescriptor.ARTIFACT_MD5); [2024-06-04T13:22:00.475Z] ^^^^^^^^^^^^ [2024-06-04T13:22:00.475Z] The field IArtifactDescriptor.ARTIFACT_MD5 is deprecated [2024-06-04T13:22:00.475Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/ChecksumHelper.java:[64] [2024-06-04T13:22:00.475Z] return descriptor.getProperty(IArtifactDescriptor.DOWNLOAD_MD5); [2024-06-04T13:22:00.475Z] ^^^^^^^^^^^^ [2024-06-04T13:22:00.475Z] The field IArtifactDescriptor.DOWNLOAD_MD5 is deprecated [2024-06-04T13:22:00.475Z] 3 problems (3 warnings) [2024-06-04T13:22:00.475Z] [INFO] [2024-06-04T13:22:00.475Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.475Z] [INFO] [2024-06-04T13:22:00.475Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.475Z] [INFO] [2024-06-04T13:22:00.475Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.475Z] [INFO] [2024-06-04T13:22:00.475Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.475Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/test/resources [2024-06-04T13:22:00.475Z] [INFO] [2024-06-04T13:22:00.475Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.475Z] [INFO] [2024-06-04T13:22:00.476Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.476Z] [INFO] All system scoped dependencies were mapped to maven artifacts [2024-06-04T13:22:00.476Z] [INFO] [2024-06-04T13:22:00.476Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.476Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.9.100-SNAPSHOT-sources.jar [2024-06-04T13:22:00.476Z] [INFO] [2024-06-04T13:22:00.476Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.476Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.9.100-SNAPSHOT.jar [2024-06-04T13:22:00.731Z] [INFO] [2024-06-04T13:22:00.731Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.731Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository:2.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:00.732Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:00.732Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:00.732Z] [2024-06-04T13:22:00.732Z] [INFO] [2024-06-04T13:22:00.732Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.732Z] [INFO] [2024-06-04T13:22:00.732Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.732Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository:2.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:00.732Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:00.732Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:00.732Z] [2024-06-04T13:22:00.732Z] [INFO] [2024-06-04T13:22:00.732Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.732Z] [INFO] [2024-06-04T13:22:00.732Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:00.987Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.9.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:22:00.988Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.9.100-SNAPSHOT.jar [2024-06-04T13:22:05.157Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.9.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:22:05.157Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.9.100-SNAPSHOT-sources.jar [2024-06-04T13:22:09.328Z] [INFO] [2024-06-04T13:22:09.328Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.repository --- [2024-06-04T13:22:09.328Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository:2.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:09.328Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:09.328Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:09.328Z] [2024-06-04T13:22:09.328Z] [INFO] [2024-06-04T13:22:09.328Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository >--- [2024-06-04T13:22:09.328Z] [INFO] Building [bundle] Equinox Provisioning Artifact Repository Support 1.5.400-SNAPSHOT [109/523] [2024-06-04T13:22:09.328Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.polyglot.META-INF [2024-06-04T13:22:09.328Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:22:09.328Z] [INFO] [2024-06-04T13:22:09.328Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.328Z] [INFO] [2024-06-04T13:22:09.328Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.328Z] [INFO] The project's OSGi version is 1.5.400.v20240416-0654 [2024-06-04T13:22:09.328Z] [INFO] [2024-06-04T13:22:09.328Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.328Z] [INFO] [2024-06-04T13:22:09.328Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.328Z] [INFO] [2024-06-04T13:22:09.328Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.328Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/saveproperties [2024-06-04T13:22:09.329Z] [INFO] [2024-06-04T13:22:09.329Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.329Z] [INFO] [2024-06-04T13:22:09.329Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.329Z] [INFO] [2024-06-04T13:22:09.329Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.329Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Artifact Repository Support [2024-06-04T13:22:09.329Z] [INFO] [2024-06-04T13:22:09.329Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.329Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/main/resources [2024-06-04T13:22:09.329Z] [INFO] [2024-06-04T13:22:09.329Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.329Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/main/resources [2024-06-04T13:22:09.329Z] [INFO] [2024-06-04T13:22:09.329Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.329Z] [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:22:09.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/processing/AbstractBufferingStep.java:[86] [2024-06-04T13:22:09.584Z] protected void cleanupTempFiles() { [2024-06-04T13:22:09.584Z] } [2024-06-04T13:22:09.584Z] ^^^^ [2024-06-04T13:22:09.584Z] Empty block should be documented [2024-06-04T13:22:09.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/processors/checksum/ChecksumUtilities.java:[187] [2024-06-04T13:22:09.584Z] result.put(IArtifactDescriptor.ARTIFACT_MD5, md5); [2024-06-04T13:22:09.584Z] ^^^^^^^^^^^^ [2024-06-04T13:22:09.584Z] The field IArtifactDescriptor.ARTIFACT_MD5 is deprecated [2024-06-04T13:22:09.585Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/processors/checksum/ChecksumUtilities.java:[189] [2024-06-04T13:22:09.585Z] result.put(IArtifactDescriptor.DOWNLOAD_MD5, md5); [2024-06-04T13:22:09.585Z] ^^^^^^^^^^^^ [2024-06-04T13:22:09.585Z] The field IArtifactDescriptor.DOWNLOAD_MD5 is deprecated [2024-06-04T13:22:09.585Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/Activator.java:[87] [2024-06-04T13:22:09.585Z] Location location = anyLoc.createLocation(null, getLockFile(repositoryLocation).toURL(), isReadOnly(repositoryFile)); [2024-06-04T13:22:09.585Z] ^^^^^^^ [2024-06-04T13:22:09.585Z] The method toURL() from the type File is deprecated [2024-06-04T13:22:09.585Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/Activator.java:[88] [2024-06-04T13:22:09.585Z] location.set(getLockFile(repositoryLocation).toURL(), false); [2024-06-04T13:22:09.585Z] ^^^^^^^ [2024-06-04T13:22:09.585Z] The method toURL() from the type File is deprecated [2024-06-04T13:22:09.585Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/CompositeArtifactRepositoryFactory.java:[116] [2024-06-04T13:22:09.585Z] CompositeRepositoryState resultState = io.read(localFile.toURL(), descriptorStream, CompositeArtifactRepository.PI_REPOSITORY_TYPE, sub.newChild(100)); [2024-06-04T13:22:09.585Z] ^^^^^^^ [2024-06-04T13:22:09.585Z] The method toURL() from the type File is deprecated [2024-06-04T13:22:09.585Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/RawMirrorRequest.java:[79] [2024-06-04T13:22:09.585Z] target.removeDescriptor(targetDescriptor); [2024-06-04T13:22:09.585Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:09.585Z] The method removeDescriptor(IArtifactDescriptor) from the type IArtifactRepository is deprecated [2024-06-04T13:22:09.585Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java:[152] [2024-06-04T13:22:09.586Z] addDescriptor(descriptor); [2024-06-04T13:22:09.586Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:09.586Z] The method addDescriptor(IArtifactDescriptor) from the type AbstractArtifactRepository is deprecated [2024-06-04T13:22:09.586Z] 8 problems (8 warnings) [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.586Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/test/resources [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.586Z] [INFO] 26 system scoped dependencies were not mapped to maven artifacts [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.586Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.586Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.400-SNAPSHOT.jar [2024-06-04T13:22:09.586Z] [INFO] [2024-06-04T13:22:09.586Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.842Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:09.842Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:09.842Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:09.842Z] [2024-06-04T13:22:09.842Z] [INFO] [2024-06-04T13:22:09.842Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.842Z] [INFO] [2024-06-04T13:22:09.842Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:09.842Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:09.842Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:09.842Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:09.842Z] [2024-06-04T13:22:09.842Z] [INFO] [2024-06-04T13:22:09.842Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:10.097Z] [INFO] [2024-06-04T13:22:10.098Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:10.098Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:22:10.098Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.400-SNAPSHOT.jar [2024-06-04T13:22:14.262Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:22:14.262Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.artifact.repository --- [2024-06-04T13:22:19.510Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:19.510Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:19.510Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:19.510Z] [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository >--- [2024-06-04T13:22:19.510Z] [INFO] Building [bundle] Equinox Provisioning Metadata Repository 1.5.400-SNAPSHOT [110/523] [2024-06-04T13:22:19.510Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.polyglot.META-INF [2024-06-04T13:22:19.510Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.510Z] [INFO] The project's OSGi version is 1.5.400.v20240515-1919 [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.510Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/saveproperties [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.510Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.510Z] [INFO] [2024-06-04T13:22:19.511Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.511Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Metadata Repository [2024-06-04T13:22:19.511Z] [INFO] [2024-06-04T13:22:19.511Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-78) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.511Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src_ant added. [2024-06-04T13:22:19.511Z] [INFO] [2024-06-04T13:22:19.511Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.511Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/main/resources [2024-06-04T13:22:19.511Z] [INFO] [2024-06-04T13:22:19.511Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.511Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/main/resources [2024-06-04T13:22:19.511Z] [INFO] [2024-06-04T13:22:19.511Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.511Z] [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:22:19.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/CompositeMetadataRepositoryFactory.java:[120] [2024-06-04T13:22:19.511Z] CompositeRepositoryState resultState = io.read(localFile.toURL(), descriptorStream, CompositeMetadataRepository.PI_REPOSITORY_TYPE, sub.newChild(100)); [2024-06-04T13:22:19.511Z] ^^^^^^^ [2024-06-04T13:22:19.511Z] The method toURL() from the type File is deprecated [2024-06-04T13:22:19.511Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/SimpleMetadataRepositoryFactory.java:[108] [2024-06-04T13:22:19.512Z] IMetadataRepository result = new MetadataRepositoryIO(getAgent()).read(localFile.toURL(), descriptorStream, sub.newChild(100)); [2024-06-04T13:22:19.512Z] ^^^^^^^ [2024-06-04T13:22:19.512Z] The method toURL() from the type File is deprecated [2024-06-04T13:22:19.512Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/XZedSimpleMetadataRepositoryFactory.java:[86] [2024-06-04T13:22:19.512Z] IMetadataRepository result = new MetadataRepositoryIO(getAgent()).read(localFile.toURL(), descriptorStream, sub.newChild(100)); [2024-06-04T13:22:19.512Z] ^^^^^^^ [2024-06-04T13:22:19.512Z] The method toURL() from the type File is deprecated [2024-06-04T13:22:19.512Z] 3 problems (3 warnings) [2024-06-04T13:22:19.768Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/ant_tasks/metadataRepository-ant.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.768Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/test/resources [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.768Z] [INFO] 26 system scoped dependencies were not mapped to maven artifacts [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.768Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:19.768Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/ant_tasks/metadataRepository-ant.jar [2024-06-04T13:22:19.768Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT.jar [2024-06-04T13:22:19.768Z] [INFO] [2024-06-04T13:22:19.768Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:20.024Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:20.024Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:20.024Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:20.024Z] [2024-06-04T13:22:20.024Z] [INFO] [2024-06-04T13:22:20.024Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:20.024Z] [INFO] [2024-06-04T13:22:20.024Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:20.024Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:20.024Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:20.024Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:20.024Z] [2024-06-04T13:22:20.024Z] [INFO] [2024-06-04T13:22:20.024Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:20.024Z] [INFO] [2024-06-04T13:22:20.024Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:20.024Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT.jar_unpacked_8745000322482482961/ant_tasks/metadataRepository-ant.jar' is disabled. [2024-06-04T13:22:20.024Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT.jar_unpacked_8745000322482482961/ant_tasks/metadataRepository-ant.jar' is already signed and will be resigned. [2024-06-04T13:22:20.025Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT.jar_unpacked_8745000322482482961/ant_tasks/metadataRepository-ant.jar [2024-06-04T13:22:23.290Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:22:23.290Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT.jar [2024-06-04T13:22:27.457Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:22:27.457Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.400-SNAPSHOT-sources.jar [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.metadata.repository --- [2024-06-04T13:22:32.702Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.tycho-consumer-pom.xml [2024-06-04T13:22:32.702Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:32.702Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:32.702Z] [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] ---------< org.eclipse.platform:org.eclipse.equinox.p2.engine >--------- [2024-06-04T13:22:32.702Z] [INFO] Building [bundle] Equinox Provisioning Engine 2.10.200-SNAPSHOT [111/523] [2024-06-04T13:22:32.702Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.polyglot.META-INF [2024-06-04T13:22:32.702Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] The project's OSGi version is 2.10.200.v20240425-1316 [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/saveproperties [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Engine [2024-06-04T13:22:32.702Z] [INFO] [2024-06-04T13:22:32.702Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.702Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/main/resources [2024-06-04T13:22:32.703Z] [INFO] [2024-06-04T13:22:32.703Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.703Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/main/resources [2024-06-04T13:22:32.703Z] [INFO] [2024-06-04T13:22:32.703Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.703Z] [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:22:32.703Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/ProfileLock.java:[46] [2024-06-04T13:22:32.703Z] final URL url = parent.toURL(); [2024-06-04T13:22:32.703Z] ^^^^^^^ [2024-06-04T13:22:32.703Z] The method toURL() from the type File is deprecated [2024-06-04T13:22:32.703Z] 1 problem (1 warning) [2024-06-04T13:22:32.703Z] [INFO] [2024-06-04T13:22:32.703Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.958Z] [INFO] [2024-06-04T13:22:32.959Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.959Z] [INFO] [2024-06-04T13:22:32.959Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.959Z] [INFO] [2024-06-04T13:22:32.959Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.959Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/test/resources [2024-06-04T13:22:32.959Z] [INFO] [2024-06-04T13:22:32.959Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.959Z] [INFO] [2024-06-04T13:22:32.959Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.959Z] [INFO] 26 system scoped dependencies were not mapped to maven artifacts [2024-06-04T13:22:32.959Z] [INFO] [2024-06-04T13:22:32.959Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.959Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.200-SNAPSHOT-sources.jar [2024-06-04T13:22:32.959Z] [INFO] [2024-06-04T13:22:32.959Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:32.959Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.200-SNAPSHOT.jar [2024-06-04T13:22:32.959Z] [INFO] [2024-06-04T13:22:32.959Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:33.214Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.engine:2.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.tycho-consumer-pom.xml [2024-06-04T13:22:33.215Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:33.215Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:33.215Z] [2024-06-04T13:22:33.215Z] [INFO] [2024-06-04T13:22:33.215Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:33.215Z] [INFO] [2024-06-04T13:22:33.215Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:33.215Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.engine:2.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.tycho-consumer-pom.xml [2024-06-04T13:22:33.215Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:33.215Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:33.215Z] [2024-06-04T13:22:33.215Z] [INFO] [2024-06-04T13:22:33.215Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:33.470Z] [INFO] [2024-06-04T13:22:33.470Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:33.470Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:22:33.470Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.200-SNAPSHOT.jar [2024-06-04T13:22:37.635Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:22:37.635Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.200-SNAPSHOT-sources.jar [2024-06-04T13:22:40.900Z] [INFO] [2024-06-04T13:22:40.900Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.engine --- [2024-06-04T13:22:40.901Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.engine:2.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.tycho-consumer-pom.xml [2024-06-04T13:22:40.901Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:40.901Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:40.901Z] [2024-06-04T13:22:40.901Z] [INFO] [2024-06-04T13:22:40.901Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.views >-------------- [2024-06-04T13:22:40.901Z] [INFO] Building [bundle] Views 3.12.300-SNAPSHOT [112/523] [2024-06-04T13:22:40.901Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF [2024-06-04T13:22:40.901Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:22:40.901Z] [INFO] [2024-06-04T13:22:40.901Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.views --- [2024-06-04T13:22:40.901Z] [INFO] [2024-06-04T13:22:40.901Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views --- [2024-06-04T13:22:40.901Z] [INFO] The project's OSGi version is 3.12.300.v20240524-2010 [2024-06-04T13:22:40.901Z] [INFO] [2024-06-04T13:22:40.901Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.views --- [2024-06-04T13:22:40.901Z] [INFO] [2024-06-04T13:22:40.901Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.views --- [2024-06-04T13:22:40.901Z] [INFO] [2024-06-04T13:22:40.901Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.views --- [2024-06-04T13:22:40.901Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/saveproperties [2024-06-04T13:22:40.901Z] [INFO] [2024-06-04T13:22:40.901Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.views --- [2024-06-04T13:22:40.901Z] [INFO] [2024-06-04T13:22:40.901Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.156Z] [INFO] [2024-06-04T13:22:41.156Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.156Z] [INFO] Resolving class path of [bundle] Views [2024-06-04T13:22:41.156Z] [INFO] [2024-06-04T13:22:41.156Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.156Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/main/resources [2024-06-04T13:22:41.156Z] [INFO] [2024-06-04T13:22:41.156Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.156Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/main/resources [2024-06-04T13:22:41.156Z] [INFO] [2024-06-04T13:22:41.156Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.157Z] [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:22:41.718Z] [INFO] [2024-06-04T13:22:41.718Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.718Z] [INFO] [2024-06-04T13:22:41.718Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.718Z] [INFO] [2024-06-04T13:22:41.718Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.718Z] [INFO] [2024-06-04T13:22:41.718Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.718Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/test/resources [2024-06-04T13:22:41.718Z] [INFO] [2024-06-04T13:22:41.718Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.718Z] [INFO] [2024-06-04T13:22:41.718Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.718Z] [INFO] [2024-06-04T13:22:41.718Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.718Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.12.300-SNAPSHOT-sources.jar [2024-06-04T13:22:41.718Z] [INFO] [2024-06-04T13:22:41.718Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.718Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.12.300-SNAPSHOT.jar [2024-06-04T13:22:41.974Z] [INFO] [2024-06-04T13:22:41.974Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views --- [2024-06-04T13:22:41.974Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF [2024-06-04T13:22:41.974Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:41.974Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:41.974Z] [2024-06-04T13:22:41.974Z] [INFO] [2024-06-04T13:22:41.974Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views --- [2024-06-04T13:22:42.229Z] [INFO] [2024-06-04T13:22:42.229Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.views --- [2024-06-04T13:22:42.229Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.12.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:22:42.229Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.12.300-SNAPSHOT.jar [2024-06-04T13:22:45.495Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.12.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:22:45.495Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.12.300-SNAPSHOT-sources.jar [2024-06-04T13:22:49.660Z] [INFO] [2024-06-04T13:22:49.660Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.views --- [2024-06-04T13:22:49.660Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF [2024-06-04T13:22:49.660Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:49.660Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:49.660Z] [2024-06-04T13:22:49.660Z] [INFO] [2024-06-04T13:22:49.660Z] [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.ide >------------- [2024-06-04T13:22:49.660Z] [INFO] Building [bundle] E4 IDE UI 3.17.200-SNAPSHOT [113/523] [2024-06-04T13:22:49.660Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF [2024-06-04T13:22:49.660Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] The project's OSGi version is 3.17.200.v20231201-1637 [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/saveproperties [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] Resolving class path of [bundle] E4 IDE UI [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/src/main/resources [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/src/main/resources [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/src/test/resources [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT-sources.jar [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT.jar [2024-06-04T13:22:49.661Z] [INFO] [2024-06-04T13:22:49.661Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.661Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF [2024-06-04T13:22:49.661Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:49.662Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:49.662Z] [2024-06-04T13:22:49.662Z] [INFO] [2024-06-04T13:22:49.662Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.662Z] [INFO] [2024-06-04T13:22:49.662Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:49.662Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:22:49.662Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT.jar [2024-06-04T13:22:53.832Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:22:53.832Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT-sources.jar [2024-06-04T13:22:56.347Z] [INFO] [2024-06-04T13:22:56.347Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.ide --- [2024-06-04T13:22:56.347Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF [2024-06-04T13:22:56.347Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:56.347Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:56.347Z] [2024-06-04T13:22:56.347Z] [INFO] [2024-06-04T13:22:56.347Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.navigator >------------ [2024-06-04T13:22:56.347Z] [INFO] Building [bundle] Common Navigator View 3.12.400-SNAPSHOT [114/523] [2024-06-04T13:22:56.347Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.navigator/.polyglot.META-INF [2024-06-04T13:22:56.347Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:22:56.908Z] [INFO] [2024-06-04T13:22:56.908Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.908Z] [INFO] [2024-06-04T13:22:56.908Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.908Z] [INFO] The project's OSGi version is 3.12.400.v20240424-0956 [2024-06-04T13:22:56.908Z] [INFO] [2024-06-04T13:22:56.908Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.908Z] [INFO] [2024-06-04T13:22:56.908Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.908Z] [INFO] [2024-06-04T13:22:56.908Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.908Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/saveproperties [2024-06-04T13:22:56.908Z] [INFO] [2024-06-04T13:22:56.909Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.909Z] [INFO] [2024-06-04T13:22:56.909Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.909Z] [INFO] [2024-06-04T13:22:56.909Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.909Z] [INFO] Resolving class path of [bundle] Common Navigator View [2024-06-04T13:22:56.909Z] [INFO] [2024-06-04T13:22:56.909Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.909Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/main/resources [2024-06-04T13:22:56.909Z] [INFO] [2024-06-04T13:22:56.909Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.909Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/main/resources [2024-06-04T13:22:56.909Z] [INFO] [2024-06-04T13:22:56.909Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:56.909Z] [INFO] Compiling 154 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:22:57.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[25] [2024-06-04T13:22:57.836Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:22:57.836Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:57.836Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.836Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[97] [2024-06-04T13:22:57.836Z] public ViewerSorter createSorter() { [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[98] [2024-06-04T13:22:57.837Z] final ViewerSorter[] sorter = new ViewerSorter[1]; [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[98] [2024-06-04T13:22:57.837Z] final ViewerSorter[] sorter = new ViewerSorter[1]; [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[111] [2024-06-04T13:22:57.837Z] private ViewerSorter createSorterInstance() throws CoreException { [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[113] [2024-06-04T13:22:57.837Z] if (contributed instanceof ViewerSorter) { [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[114] [2024-06-04T13:22:57.837Z] return (ViewerSorter) contributed; [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[129] [2024-06-04T13:22:57.837Z] public static class WrappedViewerComparator extends ViewerSorter { [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[22] [2024-06-04T13:22:57.837Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[40] [2024-06-04T13:22:57.837Z] private final Map sorters = new HashMap<>(); [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[69] [2024-06-04T13:22:57.837Z] public ViewerSorter findSorterForParent(Object aParent) { [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[79] [2024-06-04T13:22:57.837Z] private ViewerSorter getSorter(CommonSorterDescriptor descriptor) { [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[80] [2024-06-04T13:22:57.837Z] ViewerSorter sorter = null; [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.837Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[91] [2024-06-04T13:22:57.837Z] public synchronized ViewerSorter findSorter(INavigatorContentDescriptor source, [2024-06-04T13:22:57.837Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.837Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[125] [2024-06-04T13:22:57.838Z] Map sorters = new HashMap<>(); [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/SkeletonViewerSorter.java:[17] [2024-06-04T13:22:57.838Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/SkeletonViewerSorter.java:[22] [2024-06-04T13:22:57.838Z] public class SkeletonViewerSorter extends ViewerSorter { [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/SkeletonViewerSorter.java:[25] [2024-06-04T13:22:57.838Z] public static final ViewerSorter INSTANCE = new SkeletonViewerSorter(); [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java:[28] [2024-06-04T13:22:57.838Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java:[270] [2024-06-04T13:22:57.838Z] public void setSorter(ViewerSorter sorter) { [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java:[275] [2024-06-04T13:22:57.838Z] super.setSorter(sorter); [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[22] [2024-06-04T13:22:57.838Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[102] [2024-06-04T13:22:57.838Z] ViewerSorter sorter = null; [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[109] [2024-06-04T13:22:57.838Z] ViewerSorter lSorter = findApplicableSorter(sourceOfLvalue, parent, e1, e2); [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[110] [2024-06-04T13:22:57.838Z] ViewerSorter rSorter = findApplicableSorter(sourceOfRvalue, parent, e1, e2); [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[129] [2024-06-04T13:22:57.838Z] private ViewerSorter findApplicableSorter(INavigatorContentDescriptor descriptor, Object parent, [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.838Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[132] [2024-06-04T13:22:57.838Z] ViewerSorter sorter = sorterService.findSorter(descriptor, parent, e1, e2); [2024-06-04T13:22:57.838Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.838Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[158] [2024-06-04T13:22:57.839Z] ViewerSorter sorter = sorterService.findSorter(contentDesc, parentPath.getLastSegment(), element, null); [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[19] [2024-06-04T13:22:57.839Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[34] [2024-06-04T13:22:57.839Z] * @see ViewerSorter [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] Javadoc: The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[43] [2024-06-04T13:22:57.839Z] * Return a {@link ViewerSorter} from an extension which is visible to the [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] Javadoc: The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[49] [2024-06-04T13:22:57.839Z] * @return An applicable ViewerSorter or simple {@link ViewerSorter} if no [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] Javadoc: The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[52] [2024-06-04T13:22:57.839Z] ViewerSorter findSorterForParent(Object aParent); [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[55] [2024-06-04T13:22:57.839Z] * Return a {@link ViewerSorter} from an extension which is visible to the [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] Javadoc: The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[67] [2024-06-04T13:22:57.839Z] * @return An applicable ViewerSorter or simple {@link ViewerSorter} if no [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] Javadoc: The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[70] [2024-06-04T13:22:57.839Z] ViewerSorter findSorter(INavigatorContentDescriptor source, Object parent, [2024-06-04T13:22:57.839Z] ^^^^^^^^^^^^ [2024-06-04T13:22:57.839Z] The type ViewerSorter is deprecated [2024-06-04T13:22:57.839Z] 36 problems (36 warnings) [2024-06-04T13:22:57.839Z] [INFO] [2024-06-04T13:22:57.839Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:57.839Z] [INFO] [2024-06-04T13:22:57.839Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:57.839Z] [INFO] [2024-06-04T13:22:57.839Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:57.839Z] [INFO] [2024-06-04T13:22:57.839Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:57.839Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/test/resources [2024-06-04T13:22:57.839Z] [INFO] [2024-06-04T13:22:57.839Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:57.839Z] [INFO] [2024-06-04T13:22:57.839Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:57.839Z] [INFO] [2024-06-04T13:22:57.839Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:57.839Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.12.400-SNAPSHOT-sources.jar [2024-06-04T13:22:57.839Z] [INFO] [2024-06-04T13:22:57.839Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:57.840Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.12.400-SNAPSHOT.jar [2024-06-04T13:22:58.096Z] [INFO] [2024-06-04T13:22:58.096Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:58.096Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator:3.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/.polyglot.META-INF [2024-06-04T13:22:58.096Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:22:58.096Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:22:58.096Z] [2024-06-04T13:22:58.096Z] [INFO] [2024-06-04T13:22:58.096Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:58.352Z] [INFO] [2024-06-04T13:22:58.352Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.navigator --- [2024-06-04T13:22:58.607Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.12.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:22:58.607Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.12.400-SNAPSHOT.jar [2024-06-04T13:23:02.797Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.12.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:23:02.797Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.12.400-SNAPSHOT-sources.jar [2024-06-04T13:23:06.062Z] [INFO] [2024-06-04T13:23:06.062Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.navigator --- [2024-06-04T13:23:06.063Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator:3.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/.polyglot.META-INF [2024-06-04T13:23:06.063Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:06.063Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:06.063Z] [2024-06-04T13:23:06.063Z] [INFO] [2024-06-04T13:23:06.063Z] [INFO] --------------< org.eclipse.platform:org.eclipse.ui.ide >--------------- [2024-06-04T13:23:06.063Z] [INFO] Building [bundle] Eclipse IDE UI 3.22.200-SNAPSHOT [115/523] [2024-06-04T13:23:06.063Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.ide/.polyglot.META-INF [2024-06-04T13:23:06.063Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:23:06.623Z] [INFO] [2024-06-04T13:23:06.623Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.623Z] [INFO] [2024-06-04T13:23:06.623Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.623Z] [INFO] The project's OSGi version is 3.22.200.v20240524-2010 [2024-06-04T13:23:06.623Z] [INFO] [2024-06-04T13:23:06.623Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.623Z] [INFO] [2024-06-04T13:23:06.623Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.623Z] [INFO] [2024-06-04T13:23:06.623Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.624Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/saveproperties [2024-06-04T13:23:06.624Z] [INFO] [2024-06-04T13:23:06.624Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.624Z] [INFO] [2024-06-04T13:23:06.624Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.624Z] [INFO] [2024-06-04T13:23:06.624Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.624Z] [INFO] Resolving class path of [bundle] Eclipse IDE UI [2024-06-04T13:23:06.879Z] [INFO] [2024-06-04T13:23:06.879Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-34) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.879Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions added. [2024-06-04T13:23:06.879Z] [INFO] [2024-06-04T13:23:06.879Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.879Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/main/resources [2024-06-04T13:23:06.879Z] [INFO] [2024-06-04T13:23:06.879Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.879Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/main/resources [2024-06-04T13:23:06.879Z] [INFO] [2024-06-04T13:23:06.879Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.ide --- [2024-06-04T13:23:06.879Z] [INFO] Compiling 469 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:23:09.393Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java:[531] [2024-06-04T13:23:09.393Z] existingFile.setContents(sourceFile.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1)); [2024-06-04T13:23:09.393Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.393Z] Potential resource leak: '' may not be closed [2024-06-04T13:23:09.393Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java:[749] [2024-06-04T13:23:09.393Z] if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) [2024-06-04T13:23:09.393Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.393Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.393Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java:[749] [2024-06-04T13:23:09.393Z] if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) [2024-06-04T13:23:09.393Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.393Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.393Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java:[202] [2024-06-04T13:23:09.393Z] existingFile.setContents(sourceFile.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1)); [2024-06-04T13:23:09.393Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.393Z] Potential resource leak: '' may not be closed [2024-06-04T13:23:09.393Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java:[34] [2024-06-04T13:23:09.393Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:23:09.393Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.393Z] The type Preferences is deprecated [2024-06-04T13:23:09.393Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java:[144] [2024-06-04T13:23:09.393Z] Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:23:09.393Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.393Z] The type Preferences is deprecated [2024-06-04T13:23:09.393Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java:[144] [2024-06-04T13:23:09.393Z] Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:23:09.393Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.393Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.393Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java:[146] [2024-06-04T13:23:09.393Z] if (!preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING) && isValidContainer()) { [2024-06-04T13:23:09.393Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.393Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.394Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java:[330] [2024-06-04T13:23:09.394Z] if (!currentResource.isLocal(IResource.DEPTH_ZERO)) { [2024-06-04T13:23:09.394Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.394Z] The method isLocal(int) from the type IResource is deprecated [2024-06-04T13:23:09.394Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java:[45] [2024-06-04T13:23:09.394Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:23:09.394Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.394Z] The type Preferences is deprecated [2024-06-04T13:23:09.394Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java:[165] [2024-06-04T13:23:09.394Z] Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:23:09.394Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.394Z] The type Preferences is deprecated [2024-06-04T13:23:09.394Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java:[165] [2024-06-04T13:23:09.394Z] Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:23:09.394Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.394Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.394Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java:[167] [2024-06-04T13:23:09.394Z] if (!preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) { [2024-06-04T13:23:09.394Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.394Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.394Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java:[44] [2024-06-04T13:23:09.394Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:23:09.394Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.394Z] The type Preferences is deprecated [2024-06-04T13:23:09.394Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java:[159] [2024-06-04T13:23:09.394Z] Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:23:09.394Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.394Z] The type Preferences is deprecated [2024-06-04T13:23:09.394Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java:[159] [2024-06-04T13:23:09.394Z] Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:23:09.395Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.395Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java:[161] [2024-06-04T13:23:09.395Z] if (!preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) { [2024-06-04T13:23:09.395Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.395Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewLinkPage.java:[255] [2024-06-04T13:23:09.395Z] IPath path = pathVariableManager.getValue(variableNames[0]); [2024-06-04T13:23:09.395Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.395Z] The method getValue(String) from the type IPathVariableManager is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java:[97] [2024-06-04T13:23:09.395Z] String preference = ResourcesPlugin.getPlugin().getPluginPreferences().getString( [2024-06-04T13:23:09.395Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.395Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java:[97] [2024-06-04T13:23:09.395Z] String preference = ResourcesPlugin.getPlugin().getPluginPreferences().getString( [2024-06-04T13:23:09.395Z] ResourcesPlugin.PREF_ENCODING); [2024-06-04T13:23:09.395Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.395Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/WorkspaceUndoUtil.java:[763] [2024-06-04T13:23:09.395Z] existingFile.setContents(file.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1)); [2024-06-04T13:23:09.395Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.395Z] Potential resource leak: '' may not be closed [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java:[543] [2024-06-04T13:23:09.395Z] url = new URL(dir.toURL(), PERS_FILENAME); [2024-06-04T13:23:09.395Z] ^^^^^^^ [2024-06-04T13:23:09.395Z] The method toURL() from the type File is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java:[549] [2024-06-04T13:23:09.395Z] return persFile.toURL(); [2024-06-04T13:23:09.395Z] ^^^^^^^ [2024-06-04T13:23:09.395Z] The method toURL() from the type File is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[30] [2024-06-04T13:23:09.395Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:23:09.395Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.395Z] The type Preferences is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[217] [2024-06-04T13:23:09.395Z] private Preferences.IPropertyChangeListener prefListener; [2024-06-04T13:23:09.395Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.395Z] The type Preferences is deprecated [2024-06-04T13:23:09.395Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[217] [2024-06-04T13:23:09.395Z] private Preferences.IPropertyChangeListener prefListener; [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The type Preferences.IPropertyChangeListener is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[308] [2024-06-04T13:23:09.396Z] if (event.getProperty().equals( [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[313] [2024-06-04T13:23:09.396Z] ResourcesPlugin.getPlugin().getPluginPreferences() [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[314] [2024-06-04T13:23:09.396Z] .addPropertyChangeListener(prefListener); [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[836] [2024-06-04T13:23:09.396Z] ResourcesPlugin.getPlugin().getPluginPreferences() [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[837] [2024-06-04T13:23:09.396Z] .removePropertyChangeListener(prefListener); [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[1224] [2024-06-04T13:23:09.396Z] String quickStartKey = IDEActionFactory.QUICK_START.getId(); [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The field IDEActionFactory.QUICK_START is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[1227] [2024-06-04T13:23:09.396Z] quickStartAction = IDEActionFactory.QUICK_START.create(window); [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The field IDEActionFactory.QUICK_START is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[1239] [2024-06-04T13:23:09.396Z] quickStartAction = IDEActionFactory.QUICK_START.create(window); [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The field IDEActionFactory.QUICK_START is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/QuickMenuAction.java:[64] [2024-06-04T13:23:09.396Z] creator.dispose(); [2024-06-04T13:23:09.396Z] ^^^^^^^^^ [2024-06-04T13:23:09.396Z] The method dispose() from the type QuickMenuCreator is deprecated [2024-06-04T13:23:09.396Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/BuildOrderPreferencePage.java:[139] [2024-06-04T13:23:09.396Z] ListSelectionDialog dialog = new ListSelectionDialog(this.getShell(), sortedDifference(allProjects, [2024-06-04T13:23:09.396Z] currentItems), ArrayContentProvider.getInstance(), labelProvider, [2024-06-04T13:23:09.396Z] PROJECT_SELECTION_MESSAGE) { [2024-06-04T13:23:09.396Z] @Override [2024-06-04T13:23:09.396Z] protected int getShellStyle() { [2024-06-04T13:23:09.396Z] return super.getShellStyle() | SWT.SHEET; [2024-06-04T13:23:09.396Z] } [2024-06-04T13:23:09.396Z] }; [2024-06-04T13:23:09.396Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.396Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/BuildOrderPreferencePage.java:[139] [2024-06-04T13:23:09.397Z] ListSelectionDialog dialog = new ListSelectionDialog(this.getShell(), sortedDifference(allProjects, [2024-06-04T13:23:09.397Z] currentItems), ArrayContentProvider.getInstance(), labelProvider, [2024-06-04T13:23:09.397Z] PROJECT_SELECTION_MESSAGE) { [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[25] [2024-06-04T13:23:09.397Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The type Preferences is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[256] [2024-06-04T13:23:09.397Z] Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The type Preferences is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[256] [2024-06-04T13:23:09.397Z] Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences(); [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[259] [2024-06-04T13:23:09.397Z] .getDefaultLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY) [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The method getDefaultLong(String) from the type Preferences is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[262] [2024-06-04T13:23:09.397Z] .getDefaultLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE) [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The method getDefaultLong(String) from the type Preferences is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[266] [2024-06-04T13:23:09.397Z] .getDefaultString(ResourcesPlugin.PREF_MAX_FILE_STATES)); [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The method getDefaultString(String) from the type Preferences is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[268] [2024-06-04T13:23:09.397Z] this.keepDerivedStateButton.setSelection(prefs.getDefaultBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE)); [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The method getDefaultBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[270] [2024-06-04T13:23:09.397Z] .getDefaultBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY)); [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The method getDefaultBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.397Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java:[109] [2024-06-04T13:23:09.397Z] IDEWorkbenchPlugin.getDefault().savePluginPreferences(); [2024-06-04T13:23:09.397Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.397Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java:[116] [2024-06-04T13:23:09.398Z] if (!resource.isLocal(IResource.DEPTH_ZERO)) { [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method isLocal(int) from the type IResource is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java:[229] [2024-06-04T13:23:09.398Z] if (!resource.isLocal(IResource.DEPTH_ZERO)) { [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method isLocal(int) from the type IResource is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java:[277] [2024-06-04T13:23:09.398Z] if (!resource.isLocal(IResource.DEPTH_ZERO)) { [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method isLocal(int) from the type IResource is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java:[317] [2024-06-04T13:23:09.398Z] if (!file.isLocal(IResource.DEPTH_ZERO)) { [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method isLocal(int) from the type IResource is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[33] [2024-06-04T13:23:09.398Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The type Preferences is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[540] [2024-06-04T13:23:09.398Z] .getPluginPreferences().getDefaultBoolean( [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[540] [2024-06-04T13:23:09.398Z] .getPluginPreferences().getDefaultBoolean( [2024-06-04T13:23:09.398Z] ResourcesPlugin.PREF_LIGHTWEIGHT_AUTO_REFRESH); [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method getDefaultBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[543] [2024-06-04T13:23:09.398Z] .getPluginPreferences().getDefaultBoolean( [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[543] [2024-06-04T13:23:09.398Z] .getPluginPreferences().getDefaultBoolean( [2024-06-04T13:23:09.398Z] ResourcesPlugin.PREF_AUTO_REFRESH); [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method getDefaultBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[602] [2024-06-04T13:23:09.398Z] Preferences preferences = ResourcesPlugin.getPlugin() [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The type Preferences is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[603] [2024-06-04T13:23:09.398Z] .getPluginPreferences(); [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.398Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[606] [2024-06-04T13:23:09.398Z] preferences.setValue(ResourcesPlugin.PREF_AUTO_REFRESH, autoRefresh); [2024-06-04T13:23:09.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.398Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[608] [2024-06-04T13:23:09.399Z] preferences.setValue(ResourcesPlugin.PREF_LIGHTWEIGHT_AUTO_REFRESH, lightweightRefresh); [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[19] [2024-06-04T13:23:09.399Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The type Preferences is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[102] [2024-06-04T13:23:09.399Z] Preferences preferences = ResourcesPlugin.getPlugin() [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The type Preferences is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[103] [2024-06-04T13:23:09.399Z] .getPluginPreferences(); [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[104] [2024-06-04T13:23:09.399Z] preferences.setValue( [2024-06-04T13:23:09.399Z] ResourcesPlugin.PREF_DISABLE_LINKING, !enabled); [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[131] [2024-06-04T13:23:09.399Z] Preferences preferences = ResourcesPlugin.getPlugin() [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The type Preferences is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[132] [2024-06-04T13:23:09.399Z] .getPluginPreferences(); [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[134] [2024-06-04T13:23:09.399Z] .getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING); [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkbenchResource.java:[102] [2024-06-04T13:23:09.399Z] return (res.isReadOnly() == value.equalsIgnoreCase("true"));//$NON-NLS-1$ [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The method isReadOnly() from the type IResource is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java:[557] [2024-06-04T13:23:09.399Z] IDEWorkbenchPlugin.getDefault().savePluginPreferences(); [2024-06-04T13:23:09.399Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.399Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.399Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/SmartImportRootWizardPage.java:[543] [2024-06-04T13:23:09.399Z] FilteredTree filterTree = new FilteredTree(res, SWT.BORDER | SWT.CHECK, patternFilter, true) { [2024-06-04T13:23:09.399Z] @Override [2024-06-04T13:23:09.399Z] public CheckboxTreeViewer doCreateTreeViewer(Composite treeParent, int style) { [2024-06-04T13:23:09.399Z] CheckboxTreeViewer checkboxTreeViewer = new CheckboxTreeViewer(treeParent, style); [2024-06-04T13:23:09.399Z] checkboxTreeViewer.setUseHashlookup(true); [2024-06-04T13:23:09.399Z] return checkboxTreeViewer; [2024-06-04T13:23:09.400Z] } [2024-06-04T13:23:09.400Z] }; [2024-06-04T13:23:09.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.400Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [2024-06-04T13:23:09.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/SmartImportRootWizardPage.java:[543] [2024-06-04T13:23:09.400Z] FilteredTree filterTree = new FilteredTree(res, SWT.BORDER | SWT.CHECK, patternFilter, true) { [2024-06-04T13:23:09.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.400Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [2024-06-04T13:23:09.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFile.java:[61] [2024-06-04T13:23:09.400Z] throw ex; [2024-06-04T13:23:09.400Z] ^^^^^^^^^ [2024-06-04T13:23:09.400Z] Potential resource leak: 'in' may not be closed at this location [2024-06-04T13:23:09.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFileExporter.java:[59] [2024-06-04T13:23:09.400Z] outputStream = new TarOutputStream(new BufferedOutputStream(new FileOutputStream(filename))); [2024-06-04T13:23:09.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.400Z] Potential resource leak: '' may not be closed [2024-06-04T13:23:09.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[153] [2024-06-04T13:23:09.400Z] return ArchiveFileManipulations.closeZipFile(specifiedFile, getShell()); [2024-06-04T13:23:09.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.400Z] Potential resource leak: 'specifiedFile' may not be closed at this location [2024-06-04T13:23:09.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[242] [2024-06-04T13:23:09.400Z] return selectFiles(structureProvider.getRoot(), structureProvider); [2024-06-04T13:23:09.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.400Z] Potential resource leak: 'sourceTarFile' may not be closed at this location [2024-06-04T13:23:09.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[251] [2024-06-04T13:23:09.400Z] return selectFiles(structureProvider.getRoot(), structureProvider); [2024-06-04T13:23:09.400Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.400Z] Potential resource leak: 'sourceFile' may not be closed at this location [2024-06-04T13:23:09.400Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[406] [2024-06-04T13:23:09.400Z] TarFile tarFile = getSpecifiedTarSourceFile(); [2024-06-04T13:23:09.400Z] ^^^^^^^ [2024-06-04T13:23:09.400Z] Potential resource leak: 'tarFile' may not be closed [2024-06-04T13:23:09.401Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[410] [2024-06-04T13:23:09.401Z] ZipFile zipFile = getSpecifiedZipSourceFile(); [2024-06-04T13:23:09.401Z] ^^^^^^^ [2024-06-04T13:23:09.401Z] Potential resource leak: 'zipFile' may not be closed [2024-06-04T13:23:09.401Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceExportPage1.java:[547] [2024-06-04T13:23:09.401Z] IContainer[] containers = root.findContainersForLocation(testPath); [2024-06-04T13:23:09.401Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.401Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated [2024-06-04T13:23:09.401Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java:[306] [2024-06-04T13:23:09.401Z] if (!ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) { [2024-06-04T13:23:09.401Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.401Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.401Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java:[306] [2024-06-04T13:23:09.401Z] if (!ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) { [2024-06-04T13:23:09.401Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.401Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.401Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java:[1256] [2024-06-04T13:23:09.401Z] if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) { [2024-06-04T13:23:09.401Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.401Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:23:09.401Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java:[1256] [2024-06-04T13:23:09.401Z] if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) { [2024-06-04T13:23:09.401Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.401Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:23:09.401Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java:[899] [2024-06-04T13:23:09.401Z] return; [2024-06-04T13:23:09.401Z] ^^^^^^^ [2024-06-04T13:23:09.401Z] Potential resource leak: 'sourceTarFile' may not be closed at this location [2024-06-04T13:23:09.401Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java:[924] [2024-06-04T13:23:09.401Z] return; [2024-06-04T13:23:09.401Z] ^^^^^^^ [2024-06-04T13:23:09.401Z] Potential resource leak: 'sourceFile' may not be closed at this location [2024-06-04T13:23:09.402Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java:[1390] [2024-06-04T13:23:09.402Z] desc.setDynamicReferences(record.description [2024-06-04T13:23:09.402Z] .getDynamicReferences()); [2024-06-04T13:23:09.402Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:09.402Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated [2024-06-04T13:23:09.402Z] 85 problems (85 warnings) [2024-06-04T13:23:09.402Z] [INFO] [2024-06-04T13:23:09.402Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.ide --- [2024-06-04T13:23:09.402Z] [INFO] [2024-06-04T13:23:09.402Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.ide --- [2024-06-04T13:23:09.402Z] [INFO] [2024-06-04T13:23:09.402Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.ide --- [2024-06-04T13:23:10.766Z] [INFO] [2024-06-04T13:23:10.766Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.ide --- [2024-06-04T13:23:10.766Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/test/resources [2024-06-04T13:23:10.766Z] [INFO] [2024-06-04T13:23:10.766Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.ide --- [2024-06-04T13:23:10.766Z] [INFO] [2024-06-04T13:23:10.766Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.ide --- [2024-06-04T13:23:10.766Z] [INFO] [2024-06-04T13:23:10.766Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.ide --- [2024-06-04T13:23:10.766Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.22.200-SNAPSHOT-sources.jar [2024-06-04T13:23:10.766Z] [INFO] [2024-06-04T13:23:10.766Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.ide --- [2024-06-04T13:23:10.766Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.22.200-SNAPSHOT.jar [2024-06-04T13:23:11.332Z] [INFO] [2024-06-04T13:23:11.332Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide --- [2024-06-04T13:23:11.588Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.ide:3.22.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/.polyglot.META-INF [2024-06-04T13:23:11.588Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:11.588Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:11.588Z] [2024-06-04T13:23:11.588Z] [INFO] [2024-06-04T13:23:11.588Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide --- [2024-06-04T13:23:12.149Z] [INFO] [2024-06-04T13:23:12.149Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.ide --- [2024-06-04T13:23:13.075Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.22.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:23:13.075Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.22.200-SNAPSHOT.jar [2024-06-04T13:23:19.609Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.22.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:23:19.609Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.22.200-SNAPSHOT-sources.jar [2024-06-04T13:23:22.887Z] [INFO] [2024-06-04T13:23:22.887Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.ide --- [2024-06-04T13:23:23.142Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.ide:3.22.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/.polyglot.META-INF [2024-06-04T13:23:23.142Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:23.142Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:23.142Z] [2024-06-04T13:23:23.142Z] [INFO] [2024-06-04T13:23:23.142Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.filebuffers >---------- [2024-06-04T13:23:23.142Z] [INFO] Building [bundle] File Buffers 3.8.300-SNAPSHOT [116/523] [2024-06-04T13:23:23.142Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/.polyglot.META-INF [2024-06-04T13:23:23.142Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:23:23.398Z] [INFO] [2024-06-04T13:23:23.398Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.398Z] [INFO] [2024-06-04T13:23:23.398Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.398Z] [INFO] The project's OSGi version is 3.8.300.v20240207-1054 [2024-06-04T13:23:23.398Z] [INFO] [2024-06-04T13:23:23.398Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.398Z] [INFO] [2024-06-04T13:23:23.399Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.399Z] [INFO] [2024-06-04T13:23:23.399Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.399Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/saveproperties [2024-06-04T13:23:23.399Z] [INFO] [2024-06-04T13:23:23.399Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.399Z] [INFO] [2024-06-04T13:23:23.399Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.399Z] [INFO] [2024-06-04T13:23:23.399Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.399Z] [INFO] Resolving class path of [bundle] File Buffers [2024-06-04T13:23:23.399Z] [INFO] [2024-06-04T13:23:23.399Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.399Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/src/main/resources [2024-06-04T13:23:23.399Z] [INFO] [2024-06-04T13:23:23.399Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.399Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/src/main/resources [2024-06-04T13:23:23.399Z] [INFO] [2024-06-04T13:23:23.399Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.399Z] [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:23:23.655Z] [INFO] [2024-06-04T13:23:23.655Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.655Z] [INFO] [2024-06-04T13:23:23.655Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.655Z] [INFO] [2024-06-04T13:23:23.655Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.655Z] [INFO] [2024-06-04T13:23:23.655Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.655Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/src/test/resources [2024-06-04T13:23:23.655Z] [INFO] [2024-06-04T13:23:23.655Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.655Z] [INFO] [2024-06-04T13:23:23.655Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.655Z] [INFO] [2024-06-04T13:23:23.655Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.656Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT-sources.jar [2024-06-04T13:23:23.925Z] [INFO] [2024-06-04T13:23:23.925Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:23.925Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT.jar [2024-06-04T13:23:23.925Z] [INFO] [2024-06-04T13:23:23.925Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:24.181Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/.polyglot.META-INF [2024-06-04T13:23:24.181Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:24.181Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:24.181Z] [2024-06-04T13:23:24.181Z] [INFO] [2024-06-04T13:23:24.181Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:24.181Z] [INFO] [2024-06-04T13:23:24.181Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:24.181Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:23:24.181Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT.jar [2024-06-04T13:23:28.346Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:23:28.346Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT-sources.jar [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.filebuffers --- [2024-06-04T13:23:31.628Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/.polyglot.META-INF [2024-06-04T13:23:31.628Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:31.628Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:31.628Z] [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >------------- [2024-06-04T13:23:31.628Z] [INFO] Building org.eclipse.jdt.annotation 2.3.0-SNAPSHOT [117/523] [2024-06-04T13:23:31.628Z] [INFO] from eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml [2024-06-04T13:23:31.628Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] The project's OSGi version is 2.3.0.v20240111-2306 [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/saveproperties [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] Resolving class path of org.eclipse.jdt.annotation [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/src/main/resources [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/src/main/resources [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/src/test/resources [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.628Z] [INFO] [2024-06-04T13:23:31.628Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.884Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT-sources.jar [2024-06-04T13:23:31.884Z] [INFO] [2024-06-04T13:23:31.884Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.884Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT.jar [2024-06-04T13:23:31.884Z] [INFO] [2024-06-04T13:23:31.884Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.884Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml [2024-06-04T13:23:31.884Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:31.884Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:31.884Z] [2024-06-04T13:23:31.884Z] [INFO] [2024-06-04T13:23:31.884Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.884Z] [INFO] [2024-06-04T13:23:31.884Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:31.884Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:23:31.885Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT.jar [2024-06-04T13:23:36.050Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:23:36.050Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT-sources.jar [2024-06-04T13:23:38.565Z] [INFO] [2024-06-04T13:23:38.565Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.annotation --- [2024-06-04T13:23:38.821Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml [2024-06-04T13:23:38.821Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:38.821Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:38.821Z] [2024-06-04T13:23:38.821Z] [INFO] [2024-06-04T13:23:38.821Z] [INFO] ------------< org.eclipse.platform:org.eclipse.ui.editors >------------- [2024-06-04T13:23:38.821Z] [INFO] Building [bundle] Default Text Editor 3.17.300-SNAPSHOT [118/523] [2024-06-04T13:23:38.821Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.editors/.polyglot.META-INF [2024-06-04T13:23:38.821Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:23:39.076Z] [INFO] [2024-06-04T13:23:39.076Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.076Z] [INFO] [2024-06-04T13:23:39.076Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.332Z] [INFO] The project's OSGi version is 3.17.300.v20240524-2010 [2024-06-04T13:23:39.332Z] [INFO] [2024-06-04T13:23:39.332Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.332Z] [INFO] [2024-06-04T13:23:39.332Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.332Z] [INFO] [2024-06-04T13:23:39.332Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.332Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/saveproperties [2024-06-04T13:23:39.332Z] [INFO] [2024-06-04T13:23:39.332Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.332Z] [INFO] [2024-06-04T13:23:39.332Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.332Z] [INFO] [2024-06-04T13:23:39.332Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.332Z] [INFO] Resolving class path of [bundle] Default Text Editor [2024-06-04T13:23:39.588Z] [INFO] [2024-06-04T13:23:39.588Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.588Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/main/resources [2024-06-04T13:23:39.588Z] [INFO] [2024-06-04T13:23:39.588Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.588Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/main/resources [2024-06-04T13:23:39.588Z] [INFO] [2024-06-04T13:23:39.588Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.editors --- [2024-06-04T13:23:39.588Z] [INFO] Compiling 128 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:23:40.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[26] [2024-06-04T13:23:40.967Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:23:40.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:40.967Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:23:40.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[44] [2024-06-04T13:23:40.967Z] public class ContributionContextTypeRegistry extends ContextTypeRegistry { [2024-06-04T13:23:40.967Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:40.967Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:23:40.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[124] [2024-06-04T13:23:40.967Z] if (getContextType(id) != null) [2024-06-04T13:23:40.967Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:40.967Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:23:40.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[129] [2024-06-04T13:23:40.967Z] addContextType(type); [2024-06-04T13:23:40.967Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:40.967Z] The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated [2024-06-04T13:23:40.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[38] [2024-06-04T13:23:40.967Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:23:40.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:40.967Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:23:40.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[99] [2024-06-04T13:23:40.967Z] public ContributionTemplateStore(ContextTypeRegistry registry, IPreferenceStore store, String key) { [2024-06-04T13:23:40.967Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:40.967Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:23:40.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[181] [2024-06-04T13:23:40.967Z] getRegistry().getContextType(contextTypeId).validate(template.getPattern()); [2024-06-04T13:23:40.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:40.967Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:23:40.967Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[200] [2024-06-04T13:23:40.967Z] return contextTypeId != null && (getRegistry() == null || getRegistry().getContextType(contextTypeId) != null); [2024-06-04T13:23:40.967Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:23:40.968Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:23:40.968Z] 8 problems (8 warnings) [2024-06-04T13:23:40.968Z] [INFO] [2024-06-04T13:23:40.968Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.editors --- [2024-06-04T13:23:40.968Z] [INFO] [2024-06-04T13:23:40.968Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.editors --- [2024-06-04T13:23:40.968Z] [INFO] [2024-06-04T13:23:40.968Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.editors --- [2024-06-04T13:23:40.968Z] [INFO] [2024-06-04T13:23:40.968Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.editors --- [2024-06-04T13:23:40.968Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/src/test/resources [2024-06-04T13:23:40.968Z] [INFO] [2024-06-04T13:23:40.968Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.editors --- [2024-06-04T13:23:40.968Z] [INFO] [2024-06-04T13:23:40.968Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.editors --- [2024-06-04T13:23:40.968Z] [INFO] [2024-06-04T13:23:40.968Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.editors --- [2024-06-04T13:23:41.225Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.17.300-SNAPSHOT-sources.jar [2024-06-04T13:23:41.225Z] [INFO] [2024-06-04T13:23:41.225Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.editors --- [2024-06-04T13:23:41.225Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.17.300-SNAPSHOT.jar [2024-06-04T13:23:41.225Z] [INFO] [2024-06-04T13:23:41.225Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.editors --- [2024-06-04T13:23:41.481Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors:3.17.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/.polyglot.META-INF [2024-06-04T13:23:41.481Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:41.481Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:41.481Z] [2024-06-04T13:23:41.481Z] [INFO] [2024-06-04T13:23:41.481Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.editors --- [2024-06-04T13:23:41.736Z] [INFO] [2024-06-04T13:23:41.736Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.editors --- [2024-06-04T13:23:41.992Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.17.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:23:41.992Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.17.300-SNAPSHOT.jar [2024-06-04T13:23:47.233Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.17.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:23:47.233Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.17.300-SNAPSHOT-sources.jar [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.editors --- [2024-06-04T13:23:52.478Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors:3.17.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.editors/.polyglot.META-INF [2024-06-04T13:23:52.478Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:52.478Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:52.478Z] [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] -------< org.eclipse.platform:org.eclipse.ltk.core.refactoring >-------- [2024-06-04T13:23:52.478Z] [INFO] Building [bundle] Refactoring Core 3.14.400-SNAPSHOT [119/523] [2024-06-04T13:23:52.478Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/.polyglot.META-INF [2024-06-04T13:23:52.478Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.478Z] [INFO] The project's OSGi version is 3.14.400.v20240321-1245 [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.478Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/saveproperties [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.478Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.478Z] [INFO] [2024-06-04T13:23:52.479Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.479Z] [INFO] Resolving class path of [bundle] Refactoring Core [2024-06-04T13:23:52.734Z] [INFO] [2024-06-04T13:23:52.734Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.734Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/src/main/resources [2024-06-04T13:23:52.734Z] [INFO] [2024-06-04T13:23:52.734Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.734Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/src/main/resources [2024-06-04T13:23:52.734Z] [INFO] [2024-06-04T13:23:52.734Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:52.734Z] [INFO] Compiling 145 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:23:53.296Z] [INFO] [2024-06-04T13:23:53.296Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.296Z] [INFO] [2024-06-04T13:23:53.296Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.296Z] [INFO] [2024-06-04T13:23:53.296Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.552Z] [INFO] [2024-06-04T13:23:53.552Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.552Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/src/test/resources [2024-06-04T13:23:53.552Z] [INFO] [2024-06-04T13:23:53.552Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.552Z] [INFO] [2024-06-04T13:23:53.552Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.552Z] [INFO] [2024-06-04T13:23:53.552Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.552Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.400-SNAPSHOT-sources.jar [2024-06-04T13:23:53.808Z] [INFO] [2024-06-04T13:23:53.808Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.808Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.400-SNAPSHOT.jar [2024-06-04T13:23:53.808Z] [INFO] [2024-06-04T13:23:53.808Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:53.808Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.core.refactoring:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/.polyglot.META-INF [2024-06-04T13:23:53.808Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:23:53.808Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:23:53.808Z] [2024-06-04T13:23:53.808Z] [INFO] [2024-06-04T13:23:53.808Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:54.063Z] [INFO] [2024-06-04T13:23:54.063Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:23:54.064Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:23:54.064Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.400-SNAPSHOT.jar [2024-06-04T13:23:58.230Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:23:58.230Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.400-SNAPSHOT-sources.jar [2024-06-04T13:24:08.171Z] [INFO] [2024-06-04T13:24:08.171Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ltk.core.refactoring --- [2024-06-04T13:24:08.171Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.core.refactoring:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/.polyglot.META-INF [2024-06-04T13:24:08.171Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:24:08.171Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:24:08.171Z] [2024-06-04T13:24:08.171Z] [INFO] [2024-06-04T13:24:08.171Z] [INFO] --------------< org.eclipse.platform:org.eclipse.compare >-------------- [2024-06-04T13:24:08.171Z] [INFO] Building [bundle] Compare Support 3.11.0-SNAPSHOT [120/523] [2024-06-04T13:24:08.171Z] [INFO] from eclipse.platform/team/bundles/org.eclipse.compare/.polyglot.META-INF [2024-06-04T13:24:08.171Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:24:08.427Z] [INFO] [2024-06-04T13:24:08.427Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.compare --- [2024-06-04T13:24:08.427Z] [INFO] [2024-06-04T13:24:08.428Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.compare --- [2024-06-04T13:24:08.683Z] [INFO] The project's OSGi version is 3.11.0.v20240524-2010 [2024-06-04T13:24:08.683Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.compare --- [2024-06-04T13:24:08.684Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.compare --- [2024-06-04T13:24:08.684Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.compare --- [2024-06-04T13:24:08.684Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/saveproperties [2024-06-04T13:24:08.684Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.compare --- [2024-06-04T13:24:08.684Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.compare --- [2024-06-04T13:24:08.684Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.compare --- [2024-06-04T13:24:08.684Z] [INFO] Resolving class path of [bundle] Compare Support [2024-06-04T13:24:08.684Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.compare --- [2024-06-04T13:24:08.684Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/src/main/resources [2024-06-04T13:24:08.684Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.compare --- [2024-06-04T13:24:08.684Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/src/main/resources [2024-06-04T13:24:08.684Z] [INFO] [2024-06-04T13:24:08.684Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.compare --- [2024-06-04T13:24:08.939Z] [INFO] Compiling 164 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java:[379] [2024-06-04T13:24:09.868Z] * FIXME! [2024-06-04T13:24:09.868Z] ^^^^^ [2024-06-04T13:24:09.868Z] FIXME [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java:[386] [2024-06-04T13:24:09.868Z] * FIXME! [2024-06-04T13:24:09.868Z] ^^^^^ [2024-06-04T13:24:09.868Z] FIXME [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[183] [2024-06-04T13:24:09.868Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:24:09.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.868Z] The type IKeyBindingService is deprecated [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[1067] [2024-06-04T13:24:09.868Z] // TODO: This is fine for now but may need to be revisited if a refresh is performed [2024-06-04T13:24:09.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.868Z] TODO: This is fine for now but may need to be revisited if a refresh is performed [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[1430] [2024-06-04T13:24:09.868Z] // TODO not sure if true when findReplaceTarget is null [2024-06-04T13:24:09.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.868Z] TODO not sure if true when findReplaceTarget is null [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[2891] [2024-06-04T13:24:09.868Z] // TODO: Would be good if this could be restated in terms of Saveables and moved up [2024-06-04T13:24:09.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.868Z] TODO: Would be good if this could be restated in terms of Saveables and moved up [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[4168] [2024-06-04T13:24:09.868Z] // FIXME: this optimization is incorrect because [2024-06-04T13:24:09.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.868Z] FIXME: this optimization is incorrect because [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[5265] [2024-06-04T13:24:09.868Z] // TODO: Should show error to the user [2024-06-04T13:24:09.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.868Z] TODO: Should show error to the user [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareUIPlugin.java:[47] [2024-06-04T13:24:09.868Z] import org.eclipse.compare.IStreamMerger; [2024-06-04T13:24:09.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.868Z] The type IStreamMerger is deprecated [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareUIPlugin.java:[792] [2024-06-04T13:24:09.868Z] public IStreamMerger createStreamMerger(String type) { [2024-06-04T13:24:09.868Z] ^^^^^^^^^^^^^ [2024-06-04T13:24:09.868Z] The type IStreamMerger is deprecated [2024-06-04T13:24:09.868Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareUIPlugin.java:[807] [2024-06-04T13:24:09.869Z] public IStreamMerger createStreamMerger(IContentType type) { [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The type IStreamMerger is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[79] [2024-06-04T13:24:09.869Z] drawImage(fBaseImageData, fWidth - fBaseImageData.width, 0); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[83] [2024-06-04T13:24:09.869Z] ImageData overlay= fOverlayImage.getImageData(); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[86] [2024-06-04T13:24:09.869Z] drawImage(overlay, 0, (HEIGHT - overlay.height) / 2); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[90] [2024-06-04T13:24:09.869Z] drawImage(fBaseImageData, 0, 0); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[94] [2024-06-04T13:24:09.869Z] ImageData overlay= fOverlayImage.getImageData(); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[97] [2024-06-04T13:24:09.869Z] drawImage(overlay, fWidth - overlay.width, (HEIGHT - overlay.height) / 2); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[21] [2024-06-04T13:24:09.869Z] import org.eclipse.compare.EditionSelectionDialog; [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[151] [2024-06-04T13:24:09.869Z] EditionSelectionDialog d= new EditionSelectionDialog(parentShell, bundle); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[151] [2024-06-04T13:24:09.869Z] EditionSelectionDialog d= new EditionSelectionDialog(parentShell, bundle); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[151] [2024-06-04T13:24:09.869Z] EditionSelectionDialog d= new EditionSelectionDialog(parentShell, bundle); [2024-06-04T13:24:09.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.869Z] The constructor EditionSelectionDialog(Shell, ResourceBundle) is deprecated [2024-06-04T13:24:09.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[152] [2024-06-04T13:24:09.870Z] d.setEditionTitleArgument(file.getName()); [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The method setEditionTitleArgument(String) from the type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[153] [2024-06-04T13:24:09.870Z] d.setEditionTitleImage(CompareUIPlugin.getImage(file)); [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The method setEditionTitleImage(Image) from the type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[156] [2024-06-04T13:24:09.870Z] d.setHelpContextId(fHelpContextId); [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The method setHelpContextId(String) from the type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[162] [2024-06-04T13:24:09.870Z] ti= d.selectPreviousEdition(target, editions, null); [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The method selectPreviousEdition(ITypedElement, ITypedElement[], Object) from the type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[164] [2024-06-04T13:24:09.870Z] ti= d.selectEdition(target, editions, null); [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The method selectEdition(ITypedElement, ITypedElement[], Object) from the type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[187] [2024-06-04T13:24:09.870Z] d.setCompareMode(true); [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The method setCompareMode(boolean) from the type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[189] [2024-06-04T13:24:09.870Z] d.selectEdition(target, editions, null); [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The method selectEdition(ITypedElement, ITypedElement[], Object) from the type EditionSelectionDialog is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/MergeSourceViewer.java:[149] [2024-06-04T13:24:09.870Z] * TODO: The only purpose of this class is to provide "Go to Line" action in [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] TODO: The only purpose of this class is to provide "Go to Line" action in [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/StreamMergerDescriptor.java:[16] [2024-06-04T13:24:09.870Z] import org.eclipse.compare.IStreamMerger; [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The type IStreamMerger is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/StreamMergerDescriptor.java:[38] [2024-06-04T13:24:09.870Z] public IStreamMerger createStreamMerger() { [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The type IStreamMerger is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/StreamMergerDescriptor.java:[40] [2024-06-04T13:24:09.870Z] return (IStreamMerger) fElement.createExecutableExtension(CLASS_ATTRIBUTE); [2024-06-04T13:24:09.870Z] ^^^^^^^^^^^^^ [2024-06-04T13:24:09.870Z] The type IStreamMerger is deprecated [2024-06-04T13:24:09.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/merge/TextStreamMerger.java:[22] [2024-06-04T13:24:09.871Z] import org.eclipse.compare.IStreamMerger; [2024-06-04T13:24:09.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.871Z] The type IStreamMerger is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/merge/TextStreamMerger.java:[32] [2024-06-04T13:24:09.871Z] public class TextStreamMerger implements IStreamMerger { [2024-06-04T13:24:09.871Z] ^^^^^^^^^^^^^ [2024-06-04T13:24:09.871Z] The type IStreamMerger is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/merge/TextStreamMerger.java:[77] [2024-06-04T13:24:09.871Z] return new Status(IStatus.ERROR, CompareUI.PLUGIN_ID, CONFLICT, MergeMessages.TextAutoMerge_conflict, null); [2024-06-04T13:24:09.871Z] ^^^^^^^^ [2024-06-04T13:24:09.871Z] The field IStreamMerger.CONFLICT is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[64] [2024-06-04T13:24:09.871Z] ImageData overlayData = overlay.getImageData(); [2024-06-04T13:24:09.871Z] ^^^^^^^^^^^^^^ [2024-06-04T13:24:09.871Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[68] [2024-06-04T13:24:09.871Z] .getImageData(); [2024-06-04T13:24:09.871Z] ^^^^^^^^^^^^^^ [2024-06-04T13:24:09.871Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[72] [2024-06-04T13:24:09.871Z] drawImage(overlayData, 0, 0); [2024-06-04T13:24:09.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.871Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[75] [2024-06-04T13:24:09.871Z] drawImage(overlayData, size.x - overlayData.width, 0); [2024-06-04T13:24:09.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.871Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[78] [2024-06-04T13:24:09.871Z] drawImage(overlayData, 0, size.y - overlayData.height); [2024-06-04T13:24:09.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.871Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[81] [2024-06-04T13:24:09.871Z] drawImage(overlayData, size.x - overlayData.width, size.y [2024-06-04T13:24:09.871Z] - overlayData.height); [2024-06-04T13:24:09.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.871Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[116] [2024-06-04T13:24:09.872Z] drawImage(underlay.getImageData(), 0, 0); [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.872Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[116] [2024-06-04T13:24:09.872Z] drawImage(underlay.getImageData(), 0, 0); [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^ [2024-06-04T13:24:09.872Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[118] [2024-06-04T13:24:09.872Z] drawImage(base.getImageData(), 0, 0); [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.872Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/LineReader.java:[56] [2024-06-04T13:24:09.872Z] // TODO [2024-06-04T13:24:09.872Z] ^^^^ [2024-06-04T13:24:09.872Z] TODO [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java:[219] [2024-06-04T13:24:09.872Z] // TODO: This could be a problem. We should only rebuild the affected nodes [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.872Z] TODO: This could be a problem. We should only rebuild the affected nodes [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java:[253] [2024-06-04T13:24:09.872Z] // TODO: This may require a rebuild if matched hunks are shown [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.872Z] TODO: This may require a rebuild if matched hunks are shown [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java:[275] [2024-06-04T13:24:09.872Z] // TODO: This may require a rebuild if matched hunks are shown [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.872Z] TODO: This may require a rebuild if matched hunks are shown [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java:[348] [2024-06-04T13:24:09.872Z] // TODO: We should only do this if the tree needs to be rebuilt [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.872Z] TODO: We should only do this if the tree needs to be rebuilt [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/DocumentRangeNode.java:[217] [2024-06-04T13:24:09.872Z] // TODO: Avoid an exception for a position that is past the end of the document [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.872Z] TODO: Avoid an exception for a position that is past the end of the document [2024-06-04T13:24:09.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/DocumentRangeNode.java:[366] [2024-06-04T13:24:09.872Z] // TODO: I don't believe this code does anything useful but just in case [2024-06-04T13:24:09.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.873Z] TODO: I don't believe this code does anything useful but just in case [2024-06-04T13:24:09.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/StructureCreator.java:[320] [2024-06-04T13:24:09.873Z] // TODO: Temporary code until subclasses are updated [2024-06-04T13:24:09.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.873Z] TODO: Temporary code until subclasses are updated [2024-06-04T13:24:09.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/StructureDiffViewer.java:[87] [2024-06-04T13:24:09.873Z] // TODO: Should we always force [2024-06-04T13:24:09.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.873Z] TODO: Should we always force [2024-06-04T13:24:09.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/StructureRootNode.java:[110] [2024-06-04T13:24:09.873Z] // TODO: I believe the parent implementation is flawed but didn't to remove [2024-06-04T13:24:09.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:09.873Z] TODO: I believe the parent implementation is flawed but didn't to remove [2024-06-04T13:24:09.873Z] 54 problems (null, 54 warnings) [2024-06-04T13:24:09.873Z] [INFO] [2024-06-04T13:24:09.873Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.compare --- [2024-06-04T13:24:09.873Z] [INFO] [2024-06-04T13:24:09.873Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.compare --- [2024-06-04T13:24:09.873Z] [INFO] [2024-06-04T13:24:09.873Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.compare --- [2024-06-04T13:24:10.434Z] [INFO] [2024-06-04T13:24:10.434Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.compare --- [2024-06-04T13:24:10.434Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/src/test/resources [2024-06-04T13:24:10.434Z] [INFO] [2024-06-04T13:24:10.434Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.compare --- [2024-06-04T13:24:10.434Z] [INFO] [2024-06-04T13:24:10.434Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare --- [2024-06-04T13:24:10.434Z] [INFO] [2024-06-04T13:24:10.434Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.compare --- [2024-06-04T13:24:10.435Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.11.0-SNAPSHOT-sources.jar [2024-06-04T13:24:10.435Z] [INFO] [2024-06-04T13:24:10.435Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.compare --- [2024-06-04T13:24:10.435Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.11.0-SNAPSHOT.jar [2024-06-04T13:24:10.693Z] [INFO] [2024-06-04T13:24:10.693Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare --- [2024-06-04T13:24:10.948Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/.polyglot.META-INF [2024-06-04T13:24:10.948Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:24:10.948Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:24:10.948Z] [2024-06-04T13:24:10.948Z] [INFO] [2024-06-04T13:24:10.948Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare --- [2024-06-04T13:24:11.226Z] [INFO] [2024-06-04T13:24:11.226Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.compare --- [2024-06-04T13:24:11.788Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.11.0-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:24:11.788Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.11.0-SNAPSHOT.jar [2024-06-04T13:24:15.954Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.11.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:24:15.954Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.11.0-SNAPSHOT-sources.jar [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.compare --- [2024-06-04T13:24:21.197Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.compare/.polyglot.META-INF [2024-06-04T13:24:21.197Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:24:21.197Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:24:21.197Z] [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] ------------< org.eclipse.platform:org.eclipse.search.core >------------ [2024-06-04T13:24:21.197Z] [INFO] Building [bundle] Search Support Core 3.16.200-SNAPSHOT [121/523] [2024-06-04T13:24:21.197Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.search.core/.polyglot.META-INF [2024-06-04T13:24:21.197Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.search.core --- [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.search.core --- [2024-06-04T13:24:21.197Z] [INFO] The project's OSGi version is 3.16.200.v20240502-1134 [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.search.core --- [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.search.core --- [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.search.core --- [2024-06-04T13:24:21.197Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/saveproperties [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.search.core --- [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.search.core --- [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.search.core --- [2024-06-04T13:24:21.197Z] [INFO] Resolving class path of [bundle] Search Support Core [2024-06-04T13:24:21.197Z] [INFO] [2024-06-04T13:24:21.197Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/src/main/resources [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/src/main/resources [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:24:21.453Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/search/org/eclipse/search/internal/core/text/FileCharSequenceProvider.java:[279] [2024-06-04T13:24:21.453Z] InputStream contents= fFile.getContents(); [2024-06-04T13:24:21.453Z] ^^^^^^^^ [2024-06-04T13:24:21.453Z] Resource 'contents' should be managed by try-with-resource [2024-06-04T13:24:21.453Z] 1 problem (1 warning) [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/src/test/resources [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.200-SNAPSHOT-sources.jar [2024-06-04T13:24:21.453Z] [INFO] [2024-06-04T13:24:21.453Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.search.core --- [2024-06-04T13:24:21.453Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.200-SNAPSHOT.jar [2024-06-04T13:24:21.709Z] [INFO] [2024-06-04T13:24:21.709Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search.core --- [2024-06-04T13:24:21.709Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.core:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/.polyglot.META-INF [2024-06-04T13:24:21.709Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:24:21.709Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:24:21.709Z] [2024-06-04T13:24:21.709Z] [INFO] [2024-06-04T13:24:21.709Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search.core --- [2024-06-04T13:24:21.709Z] [INFO] [2024-06-04T13:24:21.709Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.search.core --- [2024-06-04T13:24:21.709Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:24:21.709Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.200-SNAPSHOT.jar [2024-06-04T13:24:26.955Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:24:26.955Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.200-SNAPSHOT-sources.jar [2024-06-04T13:24:31.119Z] [INFO] [2024-06-04T13:24:31.119Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.search.core --- [2024-06-04T13:24:31.374Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.core:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search.core/.polyglot.META-INF [2024-06-04T13:24:31.374Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:24:31.374Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:24:31.374Z] [2024-06-04T13:24:31.374Z] [INFO] [2024-06-04T13:24:31.374Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >---------- [2024-06-04T13:24:31.374Z] [INFO] Building [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT [122/523] [2024-06-04T13:24:31.374Z] [INFO] from eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/.polyglot.META-INF [2024-06-04T13:24:31.375Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] The project's OSGi version is 1.21.100.v20240524-2038 [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/saveproperties [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] Resolving class path of [bundle] Java Code Manipulation Functionality [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-3) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common added. [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-4) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension added. [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-5) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.375Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/proposals added. [2024-06-04T13:24:31.375Z] [INFO] [2024-06-04T13:24:31.375Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.376Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/main/resources [2024-06-04T13:24:31.376Z] [INFO] [2024-06-04T13:24:31.376Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.376Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/main/resources [2024-06-04T13:24:31.376Z] [INFO] [2024-06-04T13:24:31.376Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:31.631Z] [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:24:38.172Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[19] [2024-06-04T13:24:38.172Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:24:38.172Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.172Z] The type PackageAdmin is deprecated [2024-06-04T13:24:38.172Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[177] [2024-06-04T13:24:38.172Z] ServiceReference serviceRef= fBundleContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:24:38.172Z] ^^^^^^^^^^^^ [2024-06-04T13:24:38.172Z] The type PackageAdmin is deprecated [2024-06-04T13:24:38.172Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[177] [2024-06-04T13:24:38.172Z] ServiceReference serviceRef= fBundleContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:24:38.172Z] ^^^^^^^^^^^^ [2024-06-04T13:24:38.172Z] The type PackageAdmin is deprecated [2024-06-04T13:24:38.173Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[178] [2024-06-04T13:24:38.173Z] PackageAdmin admin= fBundleContext.getService(serviceRef); [2024-06-04T13:24:38.173Z] ^^^^^^^^^^^^ [2024-06-04T13:24:38.173Z] The type PackageAdmin is deprecated [2024-06-04T13:24:38.173Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[179] [2024-06-04T13:24:38.173Z] bundles= admin.getBundles(bundleName, version); [2024-06-04T13:24:38.173Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.173Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:24:38.173Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsBaseSubProcessor.java:[278] [2024-06-04T13:24:38.173Z] } else if (locationInParent == SwitchCase.EXPRESSION_PROPERTY || locationInParent == SwitchCase.EXPRESSIONS2_PROPERTY) { [2024-06-04T13:24:38.173Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.173Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated [2024-06-04T13:24:38.173Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/core/manipulation/dom/ASTResolving.java:[410] [2024-06-04T13:24:38.173Z] if (node.equals(switchCase.getExpression()) || (ASTHelper.isSwitchCaseExpressionsSupportedInAST(switchCase.getAST()) && switchCase.expressions().contains(node))) { [2024-06-04T13:24:38.173Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.173Z] The method getExpression() from the type SwitchCase is deprecated [2024-06-04T13:24:38.173Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/core/manipulation/dom/NecessaryParenthesesChecker.java:[87] [2024-06-04T13:24:38.173Z] || locationInParent == SwitchCase.EXPRESSION_PROPERTY [2024-06-04T13:24:38.173Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.173Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated [2024-06-04T13:24:38.173Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java:[309] [2024-06-04T13:24:38.173Z] IMethod inThisType= Bindings.findMethod(method, type); [2024-06-04T13:24:38.173Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.173Z] The method findMethod(IMethodBinding, IType) from the type Bindings is deprecated [2024-06-04T13:24:38.173Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java:[313] [2024-06-04T13:24:38.174Z] IMethod m= Bindings.findMethod(method, superType); [2024-06-04T13:24:38.174Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.174Z] The method findMethod(IMethodBinding, IType) from the type Bindings is deprecated [2024-06-04T13:24:38.174Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2Core.java:[691] [2024-06-04T13:24:38.174Z] if (Bindings.areOverriddenMethods(curr, method) || Bindings.isSubsignature(curr, method)) [2024-06-04T13:24:38.174Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.174Z] The method areOverriddenMethods(IMethodBinding, IMethodBinding) from the type Bindings is deprecated [2024-06-04T13:24:38.174Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2Core.java:[799] [2024-06-04T13:24:38.174Z] if (Bindings.areOverriddenMethods(methods.get(offset), methodBinding)) [2024-06-04T13:24:38.174Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.174Z] The method areOverriddenMethods(IMethodBinding, IMethodBinding) from the type Bindings is deprecated [2024-06-04T13:24:38.174Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2Core.java:[1050] [2024-06-04T13:24:38.174Z] if (Bindings.isVisibleInHierarchy(method, binding.getPackage()) && (!accountExisting || !Bindings.containsSignatureEquivalentConstructor(methods, method))) [2024-06-04T13:24:38.174Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.174Z] The method containsSignatureEquivalentConstructor(IMethodBinding[], IMethodBinding) from the type Bindings is deprecated [2024-06-04T13:24:38.174Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2Core.java:[1062] [2024-06-04T13:24:38.174Z] if ((proposeDefault || !accountExisting || existingConstructors == null || existingConstructors.isEmpty()) && (!accountExisting || !Bindings.containsSignatureEquivalentConstructor(methods, method))) [2024-06-04T13:24:38.175Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.175Z] The method containsSignatureEquivalentConstructor(IMethodBinding[], IMethodBinding) from the type Bindings is deprecated [2024-06-04T13:24:38.175Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java:[834] [2024-06-04T13:24:38.175Z] node.getRightOperand().accept(this); [2024-06-04T13:24:38.175Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.175Z] The method getRightOperand() from the type PatternInstanceofExpression is deprecated [2024-06-04T13:24:38.175Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java:[1679] [2024-06-04T13:24:38.175Z] node.getExpression().accept(this); [2024-06-04T13:24:38.175Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.175Z] The method getExpression() from the type SwitchCase is deprecated [2024-06-04T13:24:38.175Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java:[380] [2024-06-04T13:24:38.175Z] if (locationInParent == SwitchCase.EXPRESSION_PROPERTY || locationInParent == SwitchCase.EXPRESSIONS2_PROPERTY) { [2024-06-04T13:24:38.175Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.175Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated [2024-06-04T13:24:38.175Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java:[478] [2024-06-04T13:24:38.175Z] if (locationInParent == SwitchCase.EXPRESSION_PROPERTY || locationInParent == SwitchCase.EXPRESSIONS2_PROPERTY) { [2024-06-04T13:24:38.175Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.175Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated [2024-06-04T13:24:38.175Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java:[726] [2024-06-04T13:24:38.175Z] Expression expression= node.getExpression(); [2024-06-04T13:24:38.175Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.175Z] The method getExpression() from the type SwitchCase is deprecated [2024-06-04T13:24:38.175Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFixCore.java:[172] [2024-06-04T13:24:38.176Z] if (parentDescription == VariableDeclarationFragment.NAME_PROPERTY || parentDescription == SwitchCase.EXPRESSION_PROPERTY || parentDescription == SwitchCase.EXPRESSIONS2_PROPERTY) [2024-06-04T13:24:38.176Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.176Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated [2024-06-04T13:24:38.176Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/PatternMatchingForInstanceofFixCore.java:[226] [2024-06-04T13:24:38.176Z] newInstanceof.setRightOperand(newSVDecl); [2024-06-04T13:24:38.176Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.176Z] The method setRightOperand(SingleVariableDeclaration) from the type PatternInstanceofExpression is deprecated [2024-06-04T13:24:38.176Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/Checks.java:[411] [2024-06-04T13:24:38.176Z] Expression expression= caze.getExpression(); [2024-06-04T13:24:38.176Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.176Z] The method getExpression() from the type SwitchCase is deprecated [2024-06-04T13:24:38.176Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java:[865] [2024-06-04T13:24:38.176Z] && (!(parent instanceof SingleVariableDeclaration) || (((ast.apiLevel() == AST.JLS20 && ast.isPreviewEnabled() || ast.apiLevel() > AST.JLS20) && !(parent.getParent() instanceof Pattern)) || (ast.apiLevel() < AST.JLS20 && parent.getLocationInParent() != PatternInstanceofExpression.RIGHT_OPERAND_PROPERTY))) [2024-06-04T13:24:38.176Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.176Z] The field PatternInstanceofExpression.RIGHT_OPERAND_PROPERTY is deprecated [2024-06-04T13:24:38.176Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/AbstractCodeCreationOperation.java:[151] [2024-06-04T13:24:38.177Z] final IClassFile[] files= fragment.getClassFiles(); // safe, but implies this operation cannot create module-info CU, which it probably should. [2024-06-04T13:24:38.177Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.177Z] The method getClassFiles() from the type IPackageFragment is deprecated [2024-06-04T13:24:38.177Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java:[270] [2024-06-04T13:24:38.177Z] } else if (node.getLocationInParent() == SwitchCase.EXPRESSION_PROPERTY || node.getLocationInParent() == SwitchCase.EXPRESSIONS2_PROPERTY) { [2024-06-04T13:24:38.177Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.177Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated [2024-06-04T13:24:38.177Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TypeOccurrenceCollector.java:[75] [2024-06-04T13:24:38.177Z] if (token == ITerminalSymbols.TokenNameIdentifier) { // type reference can occur in module-info.java and collide with a restricted keyword. [2024-06-04T13:24:38.177Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.177Z] The field ITerminalSymbols.TokenNameIdentifier is deprecated [2024-06-04T13:24:38.177Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java:[376] [2024-06-04T13:24:38.177Z] if (tokenType == ITerminalSymbols.TokenNameIdentifier) // TODO: could we be in the context of module-info.java, conflicting with restricted keywords? [2024-06-04T13:24:38.177Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.177Z] The field ITerminalSymbols.TokenNameIdentifier is deprecated [2024-06-04T13:24:38.177Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchAnalyzer.java:[99] [2024-06-04T13:24:38.177Z] SingleVariableDeclaration svd= node.getRightOperand(); [2024-06-04T13:24:38.177Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:24:38.177Z] The method getRightOperand() from the type PatternInstanceofExpression is deprecated [2024-06-04T13:24:38.177Z] 28 problems (28 warnings) [2024-06-04T13:24:38.177Z] [INFO] [2024-06-04T13:24:38.177Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:38.177Z] [INFO] [2024-06-04T13:24:38.177Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:38.177Z] [INFO] [2024-06-04T13:24:38.177Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:39.544Z] [INFO] [2024-06-04T13:24:39.544Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:39.544Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/test/resources [2024-06-04T13:24:39.544Z] [INFO] [2024-06-04T13:24:39.544Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:39.544Z] [INFO] [2024-06-04T13:24:39.544Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:39.544Z] [INFO] [2024-06-04T13:24:39.544Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:39.544Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.100-SNAPSHOT-sources.jar [2024-06-04T13:24:39.544Z] [INFO] [2024-06-04T13:24:39.544Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:39.544Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.100-SNAPSHOT.jar [2024-06-04T13:24:40.104Z] [INFO] [2024-06-04T13:24:40.104Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:41.469Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/.polyglot.META-INF [2024-06-04T13:24:41.469Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:24:41.469Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:24:41.469Z] [2024-06-04T13:24:41.469Z] [INFO] [2024-06-04T13:24:41.469Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:42.399Z] [INFO] [2024-06-04T13:24:42.399Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:24:43.764Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:24:43.764Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.100-SNAPSHOT.jar [2024-06-04T13:24:53.705Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:24:53.705Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.100-SNAPSHOT-sources.jar [2024-06-04T13:25:01.788Z] [INFO] [2024-06-04T13:25:01.788Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.manipulation --- [2024-06-04T13:25:01.788Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/.polyglot.META-INF [2024-06-04T13:25:01.788Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:01.788Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:01.788Z] [2024-06-04T13:25:01.788Z] [INFO] [2024-06-04T13:25:01.788Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.frameworkadmin >------- [2024-06-04T13:25:01.788Z] [INFO] Building [bundle] Equinox Framework Admin 2.3.200-SNAPSHOT [123/523] [2024-06-04T13:25:01.788Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.polyglot.META-INF [2024-06-04T13:25:01.788Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:25:01.788Z] [INFO] [2024-06-04T13:25:01.788Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.788Z] [INFO] [2024-06-04T13:25:01.788Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.788Z] [INFO] The project's OSGi version is 2.3.200.v20240321-1450 [2024-06-04T13:25:01.788Z] [INFO] [2024-06-04T13:25:01.788Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.788Z] [INFO] [2024-06-04T13:25:01.788Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.788Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/saveproperties [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] Resolving class path of [bundle] Equinox Framework Admin [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/main/resources [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/main/resources [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/test/resources [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] All system scoped dependencies were mapped to maven artifacts [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.200-SNAPSHOT-sources.jar [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.200-SNAPSHOT.jar [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:2.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.tycho-consumer-pom.xml [2024-06-04T13:25:01.789Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:01.789Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:01.789Z] [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.789Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.789Z] [INFO] [2024-06-04T13:25:01.790Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.790Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:2.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.tycho-consumer-pom.xml [2024-06-04T13:25:01.790Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:01.790Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:01.790Z] [2024-06-04T13:25:01.790Z] [INFO] [2024-06-04T13:25:01.790Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.790Z] [INFO] [2024-06-04T13:25:01.790Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:01.790Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:25:01.790Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.200-SNAPSHOT.jar [2024-06-04T13:25:05.055Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:25:05.056Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.200-SNAPSHOT-sources.jar [2024-06-04T13:25:10.304Z] [INFO] [2024-06-04T13:25:10.304Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.frameworkadmin --- [2024-06-04T13:25:10.304Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:2.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.tycho-consumer-pom.xml [2024-06-04T13:25:10.304Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:10.304Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:10.304Z] [2024-06-04T13:25:10.304Z] [INFO] [2024-06-04T13:25:10.304Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.simpleconfigurator >----- [2024-06-04T13:25:10.304Z] [INFO] Building [bundle] Simple Configurator 1.5.300-SNAPSHOT [124/523] [2024-06-04T13:25:10.304Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.polyglot.META-INF [2024-06-04T13:25:10.304Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:25:10.304Z] [INFO] [2024-06-04T13:25:10.304Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.304Z] [INFO] [2024-06-04T13:25:10.304Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.304Z] [INFO] The project's OSGi version is 1.5.300.v20240424-1301 [2024-06-04T13:25:10.304Z] [INFO] [2024-06-04T13:25:10.304Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] [2024-06-04T13:25:10.305Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] [2024-06-04T13:25:10.305Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/saveproperties [2024-06-04T13:25:10.305Z] [INFO] [2024-06-04T13:25:10.305Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] [2024-06-04T13:25:10.305Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] [2024-06-04T13:25:10.305Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] Resolving class path of [bundle] Simple Configurator [2024-06-04T13:25:10.305Z] [INFO] [2024-06-04T13:25:10.305Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/main/resources [2024-06-04T13:25:10.305Z] [INFO] [2024-06-04T13:25:10.305Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/main/resources [2024-06-04T13:25:10.305Z] [INFO] [2024-06-04T13:25:10.305Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.305Z] [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:25:10.561Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[33] [2024-06-04T13:25:10.561Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:25:10.561Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:10.561Z] The type PackageAdmin is deprecated [2024-06-04T13:25:10.561Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[42] [2024-06-04T13:25:10.561Z] private final PackageAdmin packageAdminService; [2024-06-04T13:25:10.561Z] ^^^^^^^^^^^^ [2024-06-04T13:25:10.561Z] The type PackageAdmin is deprecated [2024-06-04T13:25:10.561Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[66] [2024-06-04T13:25:10.561Z] ServiceReference packageAdminRef = manipulatingContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:25:10.561Z] ^^^^^^^^^^^^ [2024-06-04T13:25:10.561Z] The type PackageAdmin is deprecated [2024-06-04T13:25:10.561Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[66] [2024-06-04T13:25:10.561Z] ServiceReference packageAdminRef = manipulatingContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:25:10.561Z] ^^^^^^^^^^^^ [2024-06-04T13:25:10.561Z] The type PackageAdmin is deprecated [2024-06-04T13:25:10.561Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[373] [2024-06-04T13:25:10.561Z] Bundle[] matchingBundles = packageAdminService.getBundles(current.getSymbolicName(), getVersionRange(current.getVersion())); [2024-06-04T13:25:10.561Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:10.561Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:25:10.561Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[415] [2024-06-04T13:25:10.561Z] return SimpleConfiguratorUtils.readConfiguration(lastBundlesInfo.toURL(), baseLocation).toArray(new BundleInfo[1]); [2024-06-04T13:25:10.561Z] ^^^^^^^ [2024-06-04T13:25:10.561Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[438] [2024-06-04T13:25:10.562Z] matches = packageAdminService.getBundles(symbolicName, getVersionRange(version)); [2024-06-04T13:25:10.562Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:10.562Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[580] [2024-06-04T13:25:10.562Z] private Collection uninstallBundles(BundleInfo[] finalList, PackageAdmin packageAdmin) { [2024-06-04T13:25:10.562Z] ^^^^^^^^^^^^ [2024-06-04T13:25:10.562Z] The type PackageAdmin is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[597] [2024-06-04T13:25:10.562Z] Bundle[] toAdd = packageAdmin.getBundles(element.getSymbolicName(), getVersionRange(element.getVersion())); [2024-06-04T13:25:10.562Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:10.562Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[124] [2024-06-04T13:25:10.562Z] return userConfig.exists() ? userConfig.toURL() : null; [2024-06-04T13:25:10.562Z] ^^^^^^^ [2024-06-04T13:25:10.562Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[128] [2024-06-04T13:25:10.562Z] return sharedConfig.exists() ? sharedConfig.toURL() : null; [2024-06-04T13:25:10.562Z] ^^^^^^^ [2024-06-04T13:25:10.562Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[131] [2024-06-04T13:25:10.562Z] return userConfig.toURL(); [2024-06-04T13:25:10.562Z] ^^^^^^^ [2024-06-04T13:25:10.562Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[134] [2024-06-04T13:25:10.562Z] return sharedConfig.toURL(); [2024-06-04T13:25:10.562Z] ^^^^^^^ [2024-06-04T13:25:10.562Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[140] [2024-06-04T13:25:10.562Z] return userConfig.toURL(); [2024-06-04T13:25:10.562Z] ^^^^^^^ [2024-06-04T13:25:10.562Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.562Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[143] [2024-06-04T13:25:10.562Z] return sharedConfig.toURL(); [2024-06-04T13:25:10.562Z] ^^^^^^^ [2024-06-04T13:25:10.562Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.563Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils.java:[86] [2024-06-04T13:25:10.563Z] List list = readConfigurationFromFile(info.toURL(), info.getParentFile().toURI()); [2024-06-04T13:25:10.563Z] ^^^^^^^ [2024-06-04T13:25:10.563Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.563Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils.java:[98] [2024-06-04T13:25:10.563Z] System.out.println("List of bundles to be loaded from " + info.toURL()); [2024-06-04T13:25:10.563Z] ^^^^^^^ [2024-06-04T13:25:10.563Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.563Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/Utils.java:[133] [2024-06-04T13:25:10.563Z] return file.toURL(); [2024-06-04T13:25:10.563Z] ^^^^^^^ [2024-06-04T13:25:10.563Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:10.563Z] 18 problems (18 warnings) [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/test/resources [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] All system scoped dependencies were mapped to maven artifacts [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.300-SNAPSHOT-sources.jar [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.300-SNAPSHOT.jar [2024-06-04T13:25:10.563Z] [INFO] [2024-06-04T13:25:10.563Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.563Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.tycho-consumer-pom.xml [2024-06-04T13:25:10.564Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:10.564Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:10.564Z] [2024-06-04T13:25:10.564Z] [INFO] [2024-06-04T13:25:10.564Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.564Z] [INFO] [2024-06-04T13:25:10.564Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.564Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.tycho-consumer-pom.xml [2024-06-04T13:25:10.564Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:10.564Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:10.564Z] [2024-06-04T13:25:10.564Z] [INFO] [2024-06-04T13:25:10.564Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.564Z] [INFO] [2024-06-04T13:25:10.564Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:10.819Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:25:10.819Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.300-SNAPSHOT.jar [2024-06-04T13:25:16.060Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:25:16.061Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.300-SNAPSHOT-sources.jar [2024-06-04T13:25:21.306Z] [INFO] [2024-06-04T13:25:21.306Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.simpleconfigurator --- [2024-06-04T13:25:21.306Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.tycho-consumer-pom.xml [2024-06-04T13:25:21.306Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:21.306Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:21.306Z] [2024-06-04T13:25:21.306Z] [INFO] [2024-06-04T13:25:21.306Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox >--- [2024-06-04T13:25:21.306Z] [INFO] Building [bundle] Equinox Framework Admin for Equinox 1.3.200-SNAPSHOT [125/523] [2024-06-04T13:25:21.306Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.polyglot.META-INF [2024-06-04T13:25:21.306Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:25:21.306Z] [INFO] [2024-06-04T13:25:21.306Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.306Z] [INFO] [2024-06-04T13:25:21.306Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.306Z] [INFO] The project's OSGi version is 1.3.200.v20240321-1450 [2024-06-04T13:25:21.306Z] [INFO] [2024-06-04T13:25:21.306Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.306Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/saveproperties [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] Resolving class path of [bundle] Equinox Framework Admin for Equinox [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/main/resources [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/main/resources [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:25:21.307Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java:[25] [2024-06-04T13:25:21.307Z] import org.osgi.service.startlevel.StartLevel; [2024-06-04T13:25:21.307Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:21.307Z] The type StartLevel is deprecated [2024-06-04T13:25:21.307Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java:[38] [2024-06-04T13:25:21.307Z] private StartLevel startLevelService; [2024-06-04T13:25:21.307Z] ^^^^^^^^^^ [2024-06-04T13:25:21.307Z] The type StartLevel is deprecated [2024-06-04T13:25:21.307Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java:[141] [2024-06-04T13:25:21.307Z] public void setStartLevel(StartLevel sl) { [2024-06-04T13:25:21.307Z] ^^^^^^^^^^ [2024-06-04T13:25:21.307Z] The type StartLevel is deprecated [2024-06-04T13:25:21.307Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java:[362] [2024-06-04T13:25:21.307Z] rootURL = base.toURL(); [2024-06-04T13:25:21.307Z] ^^^^^^^ [2024-06-04T13:25:21.307Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:21.307Z] 4 problems (4 warnings) [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] [2024-06-04T13:25:21.307Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.307Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/test/resources [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] All system scoped dependencies were mapped to maven artifacts [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.200-SNAPSHOT-sources.jar [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.200-SNAPSHOT.jar [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.tycho-consumer-pom.xml [2024-06-04T13:25:21.308Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:21.308Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:21.308Z] [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.tycho-consumer-pom.xml [2024-06-04T13:25:21.308Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:21.308Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:21.308Z] [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] [2024-06-04T13:25:21.308Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:21.308Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:25:21.308Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.200-SNAPSHOT.jar [2024-06-04T13:25:25.478Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:25:25.478Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.200-SNAPSHOT-sources.jar [2024-06-04T13:25:30.724Z] [INFO] [2024-06-04T13:25:30.724Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.frameworkadmin.equinox --- [2024-06-04T13:25:30.724Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.tycho-consumer-pom.xml [2024-06-04T13:25:30.724Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:30.724Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:30.724Z] [2024-06-04T13:25:30.724Z] [INFO] [2024-06-04T13:25:30.724Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator >-- [2024-06-04T13:25:30.725Z] [INFO] Building [bundle] Simple Configurator Manipulator 2.3.200-SNAPSHOT [126/523] [2024-06-04T13:25:30.725Z] [INFO] from rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.polyglot.META-INF [2024-06-04T13:25:30.725Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] The project's OSGi version is 2.3.200.v20240321-1450 [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/saveproperties [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] Resolving class path of [bundle] Simple Configurator Manipulator [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/main/resources [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/main/resources [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:25:30.725Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java:[370] [2024-06-04T13:25:30.725Z] BundleInfo[] info = loadConfiguration(infoFile.toURL().openStream(), infoFile.getParentFile().toURI()); [2024-06-04T13:25:30.725Z] ^^^^^^^ [2024-06-04T13:25:30.725Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:30.725Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java:[512] [2024-06-04T13:25:30.725Z] outputFile.toURL().toExternalForm()); [2024-06-04T13:25:30.725Z] ^^^^^^^ [2024-06-04T13:25:30.725Z] The method toURL() from the type File is deprecated [2024-06-04T13:25:30.725Z] 2 problems (2 warnings) [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.725Z] [INFO] [2024-06-04T13:25:30.725Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/test/resources [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] All system scoped dependencies were mapped to maven artifacts [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200-SNAPSHOT-sources.jar [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200-SNAPSHOT.jar [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:2.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.tycho-consumer-pom.xml [2024-06-04T13:25:30.726Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:30.726Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:30.726Z] [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:2.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.tycho-consumer-pom.xml [2024-06-04T13:25:30.726Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:30.726Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:30.726Z] [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] [2024-06-04T13:25:30.726Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:30.726Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:25:30.726Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200-SNAPSHOT.jar [2024-06-04T13:25:35.968Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:25:35.968Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200-SNAPSHOT-sources.jar [2024-06-04T13:25:38.482Z] [INFO] [2024-06-04T13:25:38.482Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [2024-06-04T13:25:38.482Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:2.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.tycho-consumer-pom.xml [2024-06-04T13:25:38.482Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:38.482Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:38.482Z] [2024-06-04T13:25:38.482Z] [INFO] [2024-06-04T13:25:38.482Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.junit.core >------------- [2024-06-04T13:25:38.482Z] [INFO] Building [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT [127/523] [2024-06-04T13:25:38.482Z] [INFO] from eclipse.jdt.ui/org.eclipse.jdt.junit.core/.polyglot.META-INF [2024-06-04T13:25:38.482Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:25:38.482Z] [INFO] [2024-06-04T13:25:38.482Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.482Z] [INFO] [2024-06-04T13:25:38.483Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.483Z] [INFO] The project's OSGi version is 3.13.200.v20240524-2038 [2024-06-04T13:25:38.483Z] [INFO] [2024-06-04T13:25:38.483Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.483Z] [INFO] [2024-06-04T13:25:38.483Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.483Z] [INFO] [2024-06-04T13:25:38.483Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.483Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/saveproperties [2024-06-04T13:25:38.483Z] [INFO] [2024-06-04T13:25:38.483Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.483Z] [INFO] [2024-06-04T13:25:38.483Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.483Z] [INFO] [2024-06-04T13:25:38.483Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.483Z] [INFO] Resolving class path of [bundle] Java Development Tools JUnit core support [2024-06-04T13:25:38.739Z] [INFO] [2024-06-04T13:25:38.739Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.739Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/main/resources [2024-06-04T13:25:38.739Z] [INFO] [2024-06-04T13:25:38.739Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.739Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/main/resources [2024-06-04T13:25:38.739Z] [INFO] [2024-06-04T13:25:38.739Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.739Z] [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:25:38.995Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[26] [2024-06-04T13:25:38.995Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:25:38.995Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:38.995Z] The type PackageAdmin is deprecated [2024-06-04T13:25:38.995Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[242] [2024-06-04T13:25:38.995Z] ServiceReference serviceRef= fBundleContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:25:38.995Z] ^^^^^^^^^^^^ [2024-06-04T13:25:38.995Z] The type PackageAdmin is deprecated [2024-06-04T13:25:38.995Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[242] [2024-06-04T13:25:38.995Z] ServiceReference serviceRef= fBundleContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:25:38.995Z] ^^^^^^^^^^^^ [2024-06-04T13:25:38.995Z] The type PackageAdmin is deprecated [2024-06-04T13:25:38.995Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[243] [2024-06-04T13:25:38.995Z] PackageAdmin admin= fBundleContext.getService(serviceRef); [2024-06-04T13:25:38.995Z] ^^^^^^^^^^^^ [2024-06-04T13:25:38.996Z] The type PackageAdmin is deprecated [2024-06-04T13:25:38.996Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[244] [2024-06-04T13:25:38.996Z] bundles= admin.getBundles(bundleName, version); [2024-06-04T13:25:38.996Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:38.996Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:25:38.996Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java:[43] [2024-06-04T13:25:38.996Z] import org.eclipse.jdt.junit.ITestRunListener; [2024-06-04T13:25:38.996Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:38.996Z] The type ITestRunListener is deprecated [2024-06-04T13:25:38.996Z] 6 problems (6 warnings) [2024-06-04T13:25:38.996Z] [INFO] [2024-06-04T13:25:38.996Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.996Z] [INFO] [2024-06-04T13:25:38.996Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:38.996Z] [INFO] [2024-06-04T13:25:38.996Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.251Z] [INFO] [2024-06-04T13:25:39.251Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.251Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/test/resources [2024-06-04T13:25:39.252Z] [INFO] [2024-06-04T13:25:39.252Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.252Z] [INFO] [2024-06-04T13:25:39.252Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.252Z] [INFO] [2024-06-04T13:25:39.252Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.252Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.200-SNAPSHOT-sources.jar [2024-06-04T13:25:39.252Z] [INFO] [2024-06-04T13:25:39.252Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.252Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.200-SNAPSHOT.jar [2024-06-04T13:25:39.252Z] [INFO] [2024-06-04T13:25:39.252Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.252Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/.polyglot.META-INF [2024-06-04T13:25:39.252Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:39.252Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:39.252Z] [2024-06-04T13:25:39.252Z] [INFO] [2024-06-04T13:25:39.252Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.507Z] [INFO] [2024-06-04T13:25:39.507Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:39.507Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:25:39.508Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.200-SNAPSHOT.jar [2024-06-04T13:25:44.752Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:25:44.752Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.200-SNAPSHOT-sources.jar [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit.core --- [2024-06-04T13:25:49.998Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/.polyglot.META-INF [2024-06-04T13:25:49.998Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:49.998Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:49.998Z] [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --------------< org.eclipse.platform:org.eclipse.team.ui >-------------- [2024-06-04T13:25:49.998Z] [INFO] Building [bundle] Team Support UI 3.10.400-SNAPSHOT [128/523] [2024-06-04T13:25:49.998Z] [INFO] from eclipse.platform/team/bundles/org.eclipse.team.ui/.polyglot.META-INF [2024-06-04T13:25:49.998Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] The project's OSGi version is 3.10.400.v20240416-0654 [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/saveproperties [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] Resolving class path of [bundle] Team Support UI [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/main/resources [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/main/resources [2024-06-04T13:25:49.998Z] [INFO] [2024-06-04T13:25:49.998Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.team.ui --- [2024-06-04T13:25:49.999Z] [INFO] Compiling 345 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/DefaultUIFileModificationValidator.java:[58] [2024-06-04T13:25:51.891Z] setImageKey(DLG_IMG_WARNING); [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] The field Dialog.DLG_IMG_WARNING is deprecated [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/ProjectSetImporter.java:[47] [2024-06-04T13:25:51.891Z] import org.eclipse.team.core.IProjectSetSerializer; [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] The type IProjectSetSerializer is deprecated [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/ProjectSetImporter.java:[98] [2024-06-04T13:25:51.891Z] IProjectSetSerializer serializer = Team.getProjectSetSerializer("versionOneSerializer"); //$NON-NLS-1$ [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] The type IProjectSetSerializer is deprecated [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/ProjectSetImporter.java:[98] [2024-06-04T13:25:51.891Z] IProjectSetSerializer serializer = Team.getProjectSetSerializer("versionOneSerializer"); //$NON-NLS-1$ [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] The method getProjectSetSerializer(String) from the type Team is deprecated [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/ProjectSetImporter.java:[100] [2024-06-04T13:25:51.891Z] IProject[] projects = serializer.addToWorkspace(new String[0], filename, shell, monitor); [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] The method addToWorkspace(String[], String, Object, IProgressMonitor) from the type IProjectSetSerializer is deprecated [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/TeamCapabilityHelper.java:[98] [2024-06-04T13:25:51.891Z] final String pluginId = extension.getNamespace(); [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] The method getNamespace() from the type IExtension is deprecated [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1106] [2024-06-04T13:25:51.891Z] return IDE.getEditorDescriptor(name); [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] The method getEditorDescriptor(String) from the type IDE is deprecated [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java:[142] [2024-06-04T13:25:51.891Z] // TODO: is this case valid, and if so, what are the implications [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] TODO: is this case valid, and if so, what are the implications [2024-06-04T13:25:51.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java:[169] [2024-06-04T13:25:51.891Z] // XXX: Would be better to use bold here, but SWT does not support it. [2024-06-04T13:25:51.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.891Z] XXX: Would be better to use bold here, but SWT does not support it. [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/dialogs/AdditionalMappingsDialog.java:[104] [2024-06-04T13:25:51.892Z] // TODO Auto-generated method stub [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO Auto-generated method stub [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/dialogs/AdditionalMappingsDialog.java:[110] [2024-06-04T13:25:51.892Z] // TODO Auto-generated method stub [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO Auto-generated method stub [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/dialogs/DialogArea.java:[109] [2024-06-04T13:25:51.892Z] data.heightHint = Dialog.convertVerticalDLUsToPixels(fontMetrics, IDialogConstants.BUTTON_HEIGHT); [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] The field IDialogConstants.BUTTON_HEIGHT is deprecated [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/DateHistoryCategory.java:[89] [2024-06-04T13:25:51.892Z] //TODO: pass in an object containing the file revision arrays and modify the contents [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO: pass in an object containing the file revision arrays and modify the contents [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/EditionHistoryPage.java:[265] [2024-06-04T13:25:51.892Z] String contents1 = creator.getContents(previousEdition, false /* TODO: Ignore whitespace */); [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO: Ignore whitespace [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/EditionHistoryPage.java:[266] [2024-06-04T13:25:51.892Z] String contents2 = creator.getContents(edition, false /* TODO: Ignore whitespace */); [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO: Ignore whitespace [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/LocalHistoryPage.java:[426] [2024-06-04T13:25:51.892Z] //TODO: Doc help [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO: Doc help [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/LocalHistoryPage.java:[493] [2024-06-04T13:25:51.892Z] // XXX: Not yet implemented, see http://bugs.eclipse.org/324185 [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] XXX: Not yet implemented, see http://bugs.eclipse.org/324185 [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/LocalHistoryTableProvider.java:[134] [2024-06-04T13:25:51.892Z] // TODO: We should have a Team theme for this [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO: We should have a Team theme for this [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/CommonMenuManager.java:[48] [2024-06-04T13:25:51.892Z] // TODO Handle conflicts [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO Handle conflicts [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/CommonViewerAdvisor.java:[557] [2024-06-04T13:25:51.892Z] // TODO [2024-06-04T13:25:51.892Z] ^^^^ [2024-06-04T13:25:51.892Z] TODO [2024-06-04T13:25:51.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/MergeIncomingChangesAction.java:[45] [2024-06-04T13:25:51.892Z] // TODO: We're past the API freeze so we need to access the property by string [2024-06-04T13:25:51.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.892Z] TODO: We're past the API freeze so we need to access the property by string [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ModelSelectionDropDownAction.java:[217] [2024-06-04T13:25:51.893Z] // TODO: need to update the check mark [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] TODO: need to update the check mark [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ModelSynchronizePage.java:[64] [2024-06-04T13:25:51.893Z] // TODO Auto-generated method stub [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] TODO Auto-generated method stub [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ResourceModelContentProvider.java:[144] [2024-06-04T13:25:51.893Z] // TODO: Could optimize this to a single pass over the children instead of 3 [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] TODO: Could optimize this to a single pass over the children instead of 3 [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ResourceModelContentProvider.java:[221] [2024-06-04T13:25:51.893Z] // TODO: fails due to use of roots [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] TODO: fails due to use of roots [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ResourceModelScopeParticipant.java:[193] [2024-06-04T13:25:51.893Z] // TODO: Need to update the participant description somehow [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] TODO: Need to update the participant description somehow [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[21] [2024-06-04T13:25:51.893Z] import org.eclipse.compare.IStreamMerger; [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] The type IStreamMerger is deprecated [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[38] [2024-06-04T13:25:51.893Z] private final IStreamMerger merger; [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] The type IStreamMerger is deprecated [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[40] [2024-06-04T13:25:51.893Z] public StorageStreamMerger(IStreamMerger merger) { [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] The type IStreamMerger is deprecated [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[52] [2024-06-04T13:25:51.893Z] status = merger.merge(output, outputEncoding, [2024-06-04T13:25:51.893Z] ancestorStream, getEncoding(ancestorStorage, outputEncoding), [2024-06-04T13:25:51.893Z] targetStream, getEncoding(targetStorage, outputEncoding), [2024-06-04T13:25:51.893Z] remoteStream, getEncoding(otherStorage, outputEncoding), [2024-06-04T13:25:51.893Z] monitor); [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] The method merge(OutputStream, String, InputStream, String, InputStream, String, InputStream, String, IProgressMonitor) from the type IStreamMerger is deprecated [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[59] [2024-06-04T13:25:51.893Z] if (status.getCode() == IStreamMerger.CONFLICT) [2024-06-04T13:25:51.893Z] ^^^^^^^^^^^^^ [2024-06-04T13:25:51.893Z] The type IStreamMerger is deprecated [2024-06-04T13:25:51.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[59] [2024-06-04T13:25:51.893Z] if (status.getCode() == IStreamMerger.CONFLICT) [2024-06-04T13:25:51.893Z] ^^^^^^^^ [2024-06-04T13:25:51.893Z] The field IStreamMerger.CONFLICT is deprecated [2024-06-04T13:25:51.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[17] [2024-06-04T13:25:51.894Z] import org.eclipse.compare.IStreamMerger; [2024-06-04T13:25:51.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.894Z] The type IStreamMerger is deprecated [2024-06-04T13:25:51.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[38] [2024-06-04T13:25:51.894Z] IStreamMerger merger = CompareUI.createStreamMerger(type); [2024-06-04T13:25:51.894Z] ^^^^^^^^^^^^^ [2024-06-04T13:25:51.894Z] The type IStreamMerger is deprecated [2024-06-04T13:25:51.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[38] [2024-06-04T13:25:51.894Z] IStreamMerger merger = CompareUI.createStreamMerger(type); [2024-06-04T13:25:51.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.894Z] The method createStreamMerger(IContentType) from the type CompareUI is deprecated [2024-06-04T13:25:51.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[45] [2024-06-04T13:25:51.894Z] IStreamMerger merger = CompareUI.createStreamMerger(DelegatingStorageMerger.getExtension(target.getName())); [2024-06-04T13:25:51.894Z] ^^^^^^^^^^^^^ [2024-06-04T13:25:51.894Z] The type IStreamMerger is deprecated [2024-06-04T13:25:51.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[45] [2024-06-04T13:25:51.894Z] IStreamMerger merger = CompareUI.createStreamMerger(DelegatingStorageMerger.getExtension(target.getName())); [2024-06-04T13:25:51.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.894Z] The method createStreamMerger(String) from the type CompareUI is deprecated [2024-06-04T13:25:51.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/preferences/ResourceModelPreferencePage.java:[65] [2024-06-04T13:25:51.894Z] TeamUIPlugin.getPlugin().savePluginPreferences(); [2024-06-04T13:25:51.894Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.894Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:25:51.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/preferences/SyncViewerPreferencePage.java:[206] [2024-06-04T13:25:51.894Z] TeamUIPlugin.getPlugin().savePluginPreferences(); [2024-06-04T13:25:51.894Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.894Z] The method savePluginPreferences() from the type Plugin is deprecated [2024-06-04T13:25:51.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/ChangeSetModelProvider.java:[61] [2024-06-04T13:25:51.901Z] // TODO: May need to be modified to work with two-way [2024-06-04T13:25:51.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.901Z] TODO: May need to be modified to work with two-way [2024-06-04T13:25:51.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/DialogSynchronizePageSite.java:[31] [2024-06-04T13:25:51.901Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:25:51.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.901Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/DialogSynchronizePageSite.java:[89] [2024-06-04T13:25:51.901Z] public IKeyBindingService getKeyBindingService() { [2024-06-04T13:25:51.901Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.901Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshModelParticipantJob.java:[80] [2024-06-04T13:25:51.902Z] // TODO: finer grained refresh [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] TODO: finer grained refresh [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicy.java:[130] [2024-06-04T13:25:51.902Z] // TODO: Implement one change case for model participant [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] TODO: Implement one change case for model participant [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[24] [2024-06-04T13:25:51.902Z] import org.eclipse.team.ui.synchronize.ParticipantPageDialog; [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] The type ParticipantPageDialog is deprecated [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[25] [2024-06-04T13:25:51.902Z] import org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart; [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] The type ParticipantPageSaveablePart is deprecated [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[79] [2024-06-04T13:25:51.902Z] ParticipantPageSaveablePart input = new ParticipantPageSaveablePart(Utils.getShell(null), cc, configuration, participant) { [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] The type ParticipantPageSaveablePart is deprecated [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[79] [2024-06-04T13:25:51.902Z] ParticipantPageSaveablePart input = new ParticipantPageSaveablePart(Utils.getShell(null), cc, configuration, participant) { [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] The type ParticipantPageSaveablePart is deprecated [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[79] [2024-06-04T13:25:51.902Z] ParticipantPageSaveablePart input = new ParticipantPageSaveablePart(Utils.getShell(null), cc, configuration, participant) { [2024-06-04T13:25:51.902Z] @Override [2024-06-04T13:25:51.902Z] public String getTitle() { [2024-06-04T13:25:51.902Z] return RefreshUserNotificationPolicyInModalDialog.this.title; [2024-06-04T13:25:51.902Z] } [2024-06-04T13:25:51.902Z] }; [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] The constructor ParticipantPageSaveablePart(Shell, CompareConfiguration, ISynchronizePageConfiguration, ISynchronizeParticipant) is deprecated [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[86] [2024-06-04T13:25:51.902Z] ParticipantPageDialog dialog = new ParticipantPageDialog(shell, input, participant); [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] The type ParticipantPageDialog is deprecated [2024-06-04T13:25:51.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[86] [2024-06-04T13:25:51.902Z] ParticipantPageDialog dialog = new ParticipantPageDialog(shell, input, participant); [2024-06-04T13:25:51.902Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.902Z] The type ParticipantPageDialog is deprecated [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[86] [2024-06-04T13:25:51.903Z] ParticipantPageDialog dialog = new ParticipantPageDialog(shell, input, participant); [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] The constructor ParticipantPageDialog(Shell, SaveablePartAdapter, ISynchronizeParticipant) is deprecated [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[90] [2024-06-04T13:25:51.903Z] input.dispose(); [2024-06-04T13:25:51.903Z] ^^^^^^^^^ [2024-06-04T13:25:51.903Z] The method dispose() from the type ParticipantPageSaveablePart is deprecated [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SaveablesCompareEditorInput.java:[673] [2024-06-04T13:25:51.903Z] // TODO: add getAdapter for IFile[] [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] TODO: add getAdapter for IFile[] [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SaveablesCompareEditorInput.java:[801] [2024-06-04T13:25:51.903Z] // XXX: Internal reference will get fixed during 3.7, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307026 [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] XXX: Internal reference will get fixed during 3.7, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307026 [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SaveablesCompareEditorInput.java:[813] [2024-06-04T13:25:51.903Z] // XXX: Internal reference will get fixed during 3.7, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307026 [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] XXX: Internal reference will get fixed during 3.7, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307026 [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/StructuredViewerAdvisor.java:[285] [2024-06-04T13:25:51.903Z] // TODO: Is this hack still needed [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] TODO: Is this hack still needed [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SyncInfoSetChangeSetCollector.java:[70] [2024-06-04T13:25:51.903Z] // TODO Auto-generated method stub [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] TODO Auto-generated method stub [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SynchronizeView.java:[257] [2024-06-04T13:25:51.903Z] // TODO: Get the description from the configuration [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] TODO: Get the description from the configuration [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SynchronizeView.java:[258] [2024-06-04T13:25:51.903Z] // TODO: listen to the configuration for description changes [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] TODO: listen to the configuration for description changes [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SynchronizeView.java:[505] [2024-06-04T13:25:51.903Z] // TODO: implement, bug 291211 [2024-06-04T13:25:51.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.903Z] TODO: implement, bug 291211 [2024-06-04T13:25:51.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/WorkbenchPartSynchronizePageSite.java:[21] [2024-06-04T13:25:51.903Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/WorkbenchPartSynchronizePageSite.java:[66] [2024-06-04T13:25:51.904Z] public IKeyBindingService getKeyBindingService() { [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/WorkbenchPartSynchronizePageSite.java:[67] [2024-06-04T13:25:51.904Z] return part.getSite().getKeyBindingService(); [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/DefaultSynchronizePageActions.java:[54] [2024-06-04T13:25:51.904Z] // TODO: Add open menu action which opens in compare editor input [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] TODO: Add open menu action which opens in compare editor input [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/OpenInCompareAction.java:[96] [2024-06-04T13:25:51.904Z] // TODO: This is inefficient [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] TODO: This is inefficient [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/PasteAction.java:[75] [2024-06-04T13:25:51.904Z] // XXX: This will be fixed in 3.7, see [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] XXX: This will be fixed in 3.7, see [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/RemoveSynchronizeParticipantAction.java:[161] [2024-06-04T13:25:51.904Z] ListSelectionDialog dlg = new ListSelectionDialog( [2024-06-04T13:25:51.904Z] view.getSite().getShell(), dirtyModels, [2024-06-04T13:25:51.904Z] ArrayContentProvider.getInstance(), [2024-06-04T13:25:51.904Z] new WorkbenchPartLabelProvider(), TeamUIMessages.RemoveSynchronizeParticipantAction_4); [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/RemoveSynchronizeParticipantAction.java:[206] [2024-06-04T13:25:51.904Z] // TODO: How do we handle a cancel during save? [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] TODO: How do we handle a cancel during save? [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/StatusLineCLabelContribution.java:[59] [2024-06-04T13:25:51.904Z] widthHint = fm.getAverageCharWidth() * charWidth; [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] The method getAverageCharWidth() from the type FontMetrics is deprecated [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/SynchronizePageDropDownAction.java:[63] [2024-06-04T13:25:51.904Z] fView.getSite().getKeyBindingService().registerAction(synchronizeAction); [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:25:51.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/SynchronizePageDropDownAction.java:[63] [2024-06-04T13:25:51.904Z] fView.getSite().getKeyBindingService().registerAction(synchronizeAction); [2024-06-04T13:25:51.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.904Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/SynchronizePageDropDownAction.java:[65] [2024-06-04T13:25:51.905Z] fView.getSite().getKeyBindingService().registerAction(this); [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/SynchronizePageDropDownAction.java:[65] [2024-06-04T13:25:51.905Z] fView.getSite().getKeyBindingService().registerAction(this); [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchOperation.java:[57] [2024-06-04T13:25:51.905Z] * FIXME: This class will be removed with the fix for https://bugs.eclipse.org/309803 [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] FIXME: This class will be removed with the fix for https://bugs.eclipse.org/309803 [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriber.java:[53] [2024-06-04T13:25:51.905Z] // TODO: this works only for files, see bug 300214 [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] TODO: this works only for files, see bug 300214 [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriber.java:[110] [2024-06-04T13:25:51.905Z] // TODO: called too many times, optimize [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] TODO: called too many times, optimize [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriber.java:[137] [2024-06-04T13:25:51.905Z] //XXX: what if there is an addition in the patch that needs to add 3 subfolders? [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] XXX: what if there is an addition in the patch that needs to add 3 subfolders? [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriber.java:[155] [2024-06-04T13:25:51.905Z] // XXX: check segments [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] XXX: check segments [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriberMergeContext.java:[72] [2024-06-04T13:25:51.905Z] // TODO: mark as merged [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] TODO: mark as merged [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSynchronizationWizard.java:[84] [2024-06-04T13:25:51.905Z] // TODO: are we going to perform head-less auto-merges? do we need to [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] TODO: are we going to perform head-less auto-merges? do we need to [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/PatchModelProvider.java:[134] [2024-06-04T13:25:51.905Z] // TODO: assertion? [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] TODO: assertion? [2024-06-04T13:25:51.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/PatchSyncContentProvider.java:[70] [2024-06-04T13:25:51.905Z] // TODO: assertion? [2024-06-04T13:25:51.905Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.905Z] TODO: assertion? [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/PatchWorkspace.java:[39] [2024-06-04T13:25:51.906Z] // TODO: extend PatchDiffNode, update navigatorContent triggerPoints when done [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: extend PatchDiffNode, update navigatorContent triggerPoints when done [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/wizards/ConfigureProjectWizardMainPage.java:[263] [2024-06-04T13:25:51.906Z] // TODO: any checks here? [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: any checks here? [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/wizards/ProjectSelectionPage.java:[113] [2024-06-04T13:25:51.906Z] // TODO: Can we close the outer wizard from here? [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: Can we close the outer wizard from here? [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/PageCompareEditorInput.java:[249] [2024-06-04T13:25:51.906Z] // TODO: we need a better progress story here (i.e. support for cancellation) bug 127075 [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: we need a better progress story here (i.e. support for cancellation) bug 127075 [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/PageSaveablePart.java:[268] [2024-06-04T13:25:51.906Z] // TODO: we need a better progress story here (i.e. support for cancellation) bug 127075 [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: we need a better progress story here (i.e. support for cancellation) bug 127075 [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/PageSaveablePart.java:[292] [2024-06-04T13:25:51.906Z] // TODO: there is no unhook which may lead to a leak [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: there is no unhook which may lead to a leak [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/IHistoryView.java:[40] [2024-06-04T13:25:51.906Z] * TODO: Need to explain what page this is. Is it the visible page? [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: Need to explain what page this is. Is it the visible page? [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationContentProvider.java:[190] [2024-06-04T13:25:51.906Z] //TODO: What about the context and scope [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: What about the context and scope [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationContentProvider.java:[300] [2024-06-04T13:25:51.906Z] // TODO: this could happen at the root as well [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: this could happen at the root as well [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationContentProvider.java:[409] [2024-06-04T13:25:51.906Z] // TODO: Need to know if the model root is present in order to refresh properly [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: Need to know if the model root is present in order to refresh properly [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationContentProvider.java:[432] [2024-06-04T13:25:51.906Z] // TODO: this is a bit harsh. can we do something less destructive [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.906Z] TODO: this is a bit harsh. can we do something less destructive [2024-06-04T13:25:51.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationOperation.java:[158] [2024-06-04T13:25:51.906Z] // TODO: This may miss setting some diffs (i.e. those that don't exist locally) [2024-06-04T13:25:51.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] TODO: This may miss setting some diffs (i.e. those that don't exist locally) [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageSite.java:[20] [2024-06-04T13:25:51.907Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageSite.java:[84] [2024-06-04T13:25:51.907Z] IKeyBindingService getKeyBindingService(); [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelOperation.java:[232] [2024-06-04T13:25:51.907Z] // TODO could check for project overlap first [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] TODO could check for project overlap first [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipant.java:[292] [2024-06-04T13:25:51.907Z] run(null); // TODO: Would like to get the Sync view part if possible [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] TODO: Would like to get the Sync view part if possible [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[33] [2024-06-04T13:25:51.907Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[44] [2024-06-04T13:25:51.907Z] *
  • TODO a merge all and overwrite all menu item? [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] TODO a merge all and overwrite all menu item? [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[99] [2024-06-04T13:25:51.907Z] // TODO: Should add a merge all to the context menu as well? [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] TODO: Should add a merge all to the context menu as well? [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[207] [2024-06-04T13:25:51.907Z] IKeyBindingService keyBindingService = site.getKeyBindingService(); [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[209] [2024-06-04T13:25:51.907Z] keyBindingService.registerAction(action); [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ParticipantPageSaveablePart.java:[149] [2024-06-04T13:25:51.907Z] // TODO needs to work for models [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] TODO needs to work for models [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SynchronizePageActionGroup.java:[35] [2024-06-04T13:25:51.907Z] import org.eclipse.ui.IKeyBindingService; [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SynchronizePageActionGroup.java:[278] [2024-06-04T13:25:51.907Z] IKeyBindingService keyBindingService = site.getKeyBindingService(); [2024-06-04T13:25:51.907Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.907Z] The type IKeyBindingService is deprecated [2024-06-04T13:25:51.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SynchronizePageActionGroup.java:[280] [2024-06-04T13:25:51.908Z] keyBindingService.registerAction(action); [2024-06-04T13:25:51.908Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:25:51.908Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated [2024-06-04T13:25:51.908Z] 108 problems (null, 108 warnings) [2024-06-04T13:25:51.908Z] [INFO] [2024-06-04T13:25:51.908Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.team.ui --- [2024-06-04T13:25:51.908Z] [INFO] [2024-06-04T13:25:51.908Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.team.ui --- [2024-06-04T13:25:51.908Z] [INFO] [2024-06-04T13:25:51.908Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.team.ui --- [2024-06-04T13:25:52.163Z] [INFO] [2024-06-04T13:25:52.163Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.ui --- [2024-06-04T13:25:52.164Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/test/resources [2024-06-04T13:25:52.164Z] [INFO] [2024-06-04T13:25:52.164Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.team.ui --- [2024-06-04T13:25:52.164Z] [INFO] [2024-06-04T13:25:52.164Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.ui --- [2024-06-04T13:25:52.164Z] [INFO] [2024-06-04T13:25:52.164Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.team.ui --- [2024-06-04T13:25:52.420Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.400-SNAPSHOT-sources.jar [2024-06-04T13:25:52.420Z] [INFO] [2024-06-04T13:25:52.420Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.team.ui --- [2024-06-04T13:25:52.420Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.400-SNAPSHOT.jar [2024-06-04T13:25:52.675Z] [INFO] [2024-06-04T13:25:52.675Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.ui --- [2024-06-04T13:25:52.930Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.ui:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/.polyglot.META-INF [2024-06-04T13:25:52.931Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:25:52.931Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:25:52.931Z] [2024-06-04T13:25:52.931Z] [INFO] [2024-06-04T13:25:52.931Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.ui --- [2024-06-04T13:25:53.187Z] [INFO] [2024-06-04T13:25:53.187Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.ui --- [2024-06-04T13:25:53.748Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:25:53.748Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.400-SNAPSHOT.jar [2024-06-04T13:25:58.991Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:25:58.991Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.400-SNAPSHOT-sources.jar [2024-06-04T13:26:04.258Z] [INFO] [2024-06-04T13:26:04.258Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.team.ui --- [2024-06-04T13:26:04.258Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.ui:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/team/bundles/org.eclipse.team.ui/.polyglot.META-INF [2024-06-04T13:26:04.258Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:04.258Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:04.259Z] [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --------< org.eclipse.platform:org.eclipse.ltk.ui.refactoring >--------- [2024-06-04T13:26:04.259Z] [INFO] Building [bundle] Refactoring UI 3.13.400-SNAPSHOT [129/523] [2024-06-04T13:26:04.259Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/.polyglot.META-INF [2024-06-04T13:26:04.259Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.259Z] [INFO] The project's OSGi version is 3.13.400.v20240321-1245 [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.259Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/saveproperties [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.259Z] [INFO] [2024-06-04T13:26:04.259Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.259Z] [INFO] Resolving class path of [bundle] Refactoring UI [2024-06-04T13:26:04.515Z] [INFO] [2024-06-04T13:26:04.516Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.516Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/src/main/resources [2024-06-04T13:26:04.516Z] [INFO] [2024-06-04T13:26:04.516Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.516Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/src/main/resources [2024-06-04T13:26:04.516Z] [INFO] [2024-06-04T13:26:04.516Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:04.516Z] [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:26:05.445Z] [INFO] [2024-06-04T13:26:05.445Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.445Z] [INFO] [2024-06-04T13:26:05.445Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.445Z] [INFO] [2024-06-04T13:26:05.445Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.445Z] [INFO] [2024-06-04T13:26:05.445Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.445Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/src/test/resources [2024-06-04T13:26:05.445Z] [INFO] [2024-06-04T13:26:05.445Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.445Z] [INFO] [2024-06-04T13:26:05.445Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.445Z] [INFO] [2024-06-04T13:26:05.445Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.445Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.400-SNAPSHOT-sources.jar [2024-06-04T13:26:05.445Z] [INFO] [2024-06-04T13:26:05.445Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.445Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.400-SNAPSHOT.jar [2024-06-04T13:26:05.702Z] [INFO] [2024-06-04T13:26:05.702Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.702Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.ui.refactoring:3.13.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/.polyglot.META-INF [2024-06-04T13:26:05.702Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:05.702Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:05.702Z] [2024-06-04T13:26:05.702Z] [INFO] [2024-06-04T13:26:05.702Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:05.958Z] [INFO] [2024-06-04T13:26:05.958Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:06.214Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:26:06.214Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.400-SNAPSHOT.jar [2024-06-04T13:26:10.384Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:26:10.384Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.400-SNAPSHOT-sources.jar [2024-06-04T13:26:15.630Z] [INFO] [2024-06-04T13:26:15.631Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ltk.ui.refactoring --- [2024-06-04T13:26:15.631Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.ui.refactoring:3.13.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/.polyglot.META-INF [2024-06-04T13:26:15.631Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:15.631Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:15.631Z] [2024-06-04T13:26:15.631Z] [INFO] [2024-06-04T13:26:15.631Z] [INFO] -------------< org.eclipse.platform:org.eclipse.debug.ui >-------------- [2024-06-04T13:26:15.631Z] [INFO] Building [bundle] Debug UI 3.18.400-SNAPSHOT [130/523] [2024-06-04T13:26:15.631Z] [INFO] from eclipse.platform/debug/org.eclipse.debug.ui/.polyglot.META-INF [2024-06-04T13:26:15.631Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:26:15.887Z] [INFO] [2024-06-04T13:26:15.887Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.ui --- [2024-06-04T13:26:15.887Z] [INFO] [2024-06-04T13:26:15.887Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.debug.ui --- [2024-06-04T13:26:15.887Z] [INFO] The project's OSGi version is 3.18.400.v20240516-0857 [2024-06-04T13:26:15.887Z] [INFO] [2024-06-04T13:26:15.887Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.debug.ui --- [2024-06-04T13:26:15.887Z] [INFO] [2024-06-04T13:26:15.887Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.debug.ui --- [2024-06-04T13:26:15.887Z] [INFO] [2024-06-04T13:26:15.887Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.ui --- [2024-06-04T13:26:15.887Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/saveproperties [2024-06-04T13:26:15.887Z] [INFO] [2024-06-04T13:26:15.887Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.ui --- [2024-06-04T13:26:15.887Z] [INFO] [2024-06-04T13:26:15.888Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.debug.ui --- [2024-06-04T13:26:15.888Z] [INFO] [2024-06-04T13:26:15.888Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.debug.ui --- [2024-06-04T13:26:15.888Z] [INFO] Resolving class path of [bundle] Debug UI [2024-06-04T13:26:16.145Z] [INFO] [2024-06-04T13:26:16.145Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.ui --- [2024-06-04T13:26:16.145Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/src/main/resources [2024-06-04T13:26:16.145Z] [INFO] [2024-06-04T13:26:16.145Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.ui --- [2024-06-04T13:26:16.145Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/src/main/resources [2024-06-04T13:26:16.145Z] [INFO] [2024-06-04T13:26:16.145Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.debug.ui --- [2024-06-04T13:26:16.400Z] [INFO] Compiling 858 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:26:20.579Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java:[94] [2024-06-04T13:26:20.579Z] //TODO: Move this IDebugUIConstants. Created too late in 3.2 cycle to add API. [2024-06-04T13:26:20.579Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.579Z] TODO: Move this IDebugUIConstants. Created too late in 3.2 cycle to add API. [2024-06-04T13:26:20.579Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java:[228] [2024-06-04T13:26:20.579Z] * CONTEXTLAUNCHING [2024-06-04T13:26:20.579Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.579Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.579Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java:[237] [2024-06-04T13:26:20.579Z] * CONTEXTLAUNCHING [2024-06-04T13:26:20.579Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.579Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.579Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java:[246] [2024-06-04T13:26:20.579Z] * CONTEXTLAUNCHING [2024-06-04T13:26:20.579Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.579Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.579Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ConfigureColumnsAction.java:[113] [2024-06-04T13:26:20.579Z] ListSelectionDialog dialog = new ListSelectionDialog( [2024-06-04T13:26:20.579Z] fViewer.getControl().getShell(), [2024-06-04T13:26:20.579Z] fViewer.getColumnPresentation(), [2024-06-04T13:26:20.579Z] new ColumnContentProvider(), [2024-06-04T13:26:20.579Z] new ColumnLabelProvider(), [2024-06-04T13:26:20.579Z] ActionMessages.ConfigureColumnsAction_1); [2024-06-04T13:26:20.579Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.579Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:26:20.579Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/variables/SelectAllVariablesAction.java:[33] [2024-06-04T13:26:20.579Z] // TODO: only enable when stuff present [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] TODO: only enable when stuff present [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/TerminateAndRemoveAction.java:[152] [2024-06-04T13:26:20.580Z] // TODO: make #getContext() API in next release [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] TODO: make #getContext() API in next release [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/TerminateAndRemoveAction.java:[168] [2024-06-04T13:26:20.580Z] super.init(part); // TODO: if #getContext() was API, this would not be needed [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] TODO: if #getContext() was API, this would not be needed [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/contextlaunching/ContextMessages.java:[21] [2024-06-04T13:26:20.580Z] * CONTEXTLAUNCHING [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/contexts/DebugModelContextBindingManager.java:[353] [2024-06-04T13:26:20.580Z] // TODO: Terminated notification [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] TODO: Terminated notification [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/elements/adapters/MemoryBlockContentAdapter.java:[148] [2024-06-04T13:26:20.580Z] // TODO: should rely on input to tell us what to load [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] TODO: should rely on input to tell us what to load [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[298] [2024-06-04T13:26:20.580Z] if (config.getAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, false)) { [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[301] [2024-06-04T13:26:20.580Z] if (config.getAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, false)) { [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[359] [2024-06-04T13:26:20.580Z] boolean debug = config.getAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, false); [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[360] [2024-06-04T13:26:20.580Z] boolean run = config.getAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, false); [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[387] [2024-06-04T13:26:20.580Z] config.setAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, (String)null); [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[388] [2024-06-04T13:26:20.580Z] config.setAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, (String)null); [2024-06-04T13:26:20.580Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.580Z] The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated [2024-06-04T13:26:20.580Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationFilteredTree.java:[65] [2024-06-04T13:26:20.581Z] super(parent, treeStyle, filter, true); [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationSelectionDialog.java:[26] [2024-06-04T13:26:20.581Z] * CONTEXTLAUNCHING [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java:[21] [2024-06-04T13:26:20.581Z] * This interface is EXPERIMENTAL. [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] EXPERIMENTAL [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java:[33] [2024-06-04T13:26:20.581Z] * This interface is EXPERIMENTAL. [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] EXPERIMENTAL [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/AbstractAsyncTableRendering.java:[214] [2024-06-04T13:26:20.581Z] // TODO: review use of MemorySegment, need to be careful to ensure flexible [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] TODO: review use of MemorySegment, need to be careful to ensure flexible [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java:[349] [2024-06-04T13:26:20.581Z] // TODO: rule [2024-06-04T13:26:20.581Z] ^^^^^^^^^^ [2024-06-04T13:26:20.581Z] TODO: rule [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementMementoProvider.java:[50] [2024-06-04T13:26:20.581Z] // TODO: rule [2024-06-04T13:26:20.581Z] ^^^^^^^^^^ [2024-06-04T13:26:20.581Z] TODO: rule [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementMementoProvider.java:[83] [2024-06-04T13:26:20.581Z] // TODO: rule [2024-06-04T13:26:20.581Z] ^^^^^^^^^^ [2024-06-04T13:26:20.581Z] TODO: rule [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/VariableContentProvider.java:[101] [2024-06-04T13:26:20.581Z] // TODO: should fix this with a user preference [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] TODO: should fix this with a user preference [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchingPreferencePage.java:[136] [2024-06-04T13:26:20.581Z] //CONTEXTLAUNCHING [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchingPreferencePage.java:[149] [2024-06-04T13:26:20.581Z] * CONTEXTLAUNCHING [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/ProcessPropertyPage.java:[215] [2024-06-04T13:26:20.581Z] // TODO remove this ugly workaround after removing start time from process label [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] TODO remove this ugly workaround after removing start time from process label [2024-06-04T13:26:20.581Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/ProcessPropertyPage.java:[238] [2024-06-04T13:26:20.581Z] // TODO remove this parsing when launch time is no fixed part of label anymore [2024-06-04T13:26:20.581Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.581Z] TODO remove this parsing when launch time is no fixed part of label anymore [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/RunDebugPropertiesPage.java:[71] [2024-06-04T13:26:20.582Z] * CONTEXTLAUNCHING [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/browsers/ExternalArchiveSourceContainerBrowser.java:[58] [2024-06-04T13:26:20.582Z] // TODO: configure auto-detect [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: configure auto-detect [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/browsers/ProjectSourceContainerDialog.java:[45] [2024-06-04T13:26:20.582Z] super(parentShell, input, contentProvider, labelProvider, message); [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousViewer.java:[301] [2024-06-04T13:26:20.582Z] image = new Image(getControl().getDisplay(), descriptor.getImageData()); [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousViewer.java:[612] [2024-06-04T13:26:20.582Z] * TODO: what we really want is to fire selection change on ACTIVATE model [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: what we really want is to fire selection change on ACTIVATE model [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/TableEditorImpl.java:[36] [2024-06-04T13:26:20.582Z] * TODO: complain to UI about package access to API class. [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: complain to UI about package access to API class. [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalTreeModelViewer.java:[407] [2024-06-04T13:26:20.582Z] // TODO: should we update the filter with the "new non-identical element"? [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: should we update the filter with the "new non-identical element"? [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalTreeModelViewer.java:[671] [2024-06-04T13:26:20.582Z] * TODO: does this need to be asynchronous? [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: does this need to be asynchronous? [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalTreeModelViewer.java:[692] [2024-06-04T13:26:20.582Z] // TODO: allow client to specify style [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: allow client to specify style [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalTreeModelViewer.java:[1371] [2024-06-04T13:26:20.582Z] * TODO: workaround for bug 159461 [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: workaround for bug 159461 [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalVirtualTreeModelViewer.java:[301] [2024-06-04T13:26:20.582Z] // TODO: Implement insert() for element [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: Implement insert() for element [2024-06-04T13:26:20.582Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalVirtualTreeModelViewer.java:[452] [2024-06-04T13:26:20.582Z] // TODO: implement reveal() [2024-06-04T13:26:20.582Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.582Z] TODO: implement reveal() [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalVirtualTreeModelViewer.java:[702] [2024-06-04T13:26:20.583Z] // TODO: should we update the filter with the "new non-identical element"? [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] TODO: should we update the filter with the "new non-identical element"? [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/TreeModelLabelProvider.java:[152] [2024-06-04T13:26:20.583Z] image = new Image(getDisplay(), descriptor.getImageData()); [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java:[37] [2024-06-04T13:26:20.583Z] * EXPERIMENTAL. This interface has been added as [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] EXPERIMENTAL. This interface has been added as [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ModelDelta.java:[37] [2024-06-04T13:26:20.583Z] // TODO this is not good, we are mixing a delta with an array of deltas [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] TODO this is not good, we are mixing a delta with an array of deltas [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ViewContextService.java:[437] [2024-06-04T13:26:20.583Z] * TODO: we really need an API to determine which views are [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] TODO: we really need an API to determine which views are [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ViewContextService.java:[805] [2024-06-04T13:26:20.583Z] // TODO: do we need to check if contexts are actually enabled in workbench first? [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] TODO: do we need to check if contexts are actually enabled in workbench first? [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointContainer.java:[257] [2024-06-04T13:26:20.583Z] // TODO [pchuong]: can be remove if BreakpointsContentProvider no longer uses this class [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] TODO [pchuong]: can be remove if BreakpointsContentProvider no longer uses this class [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointContainer.java:[303] [2024-06-04T13:26:20.583Z] // TODO [pchuong]: There seems to be some kind of problem when the INSERTED flag is used, [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] TODO [pchuong]: There seems to be some kind of problem when the INSERTED flag is used, [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsContentProvider.java:[215] [2024-06-04T13:26:20.583Z] // TODO: only re-organize if showing the changed category [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] TODO: only re-organize if showing the changed category [2024-06-04T13:26:20.583Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java:[538] [2024-06-04T13:26:20.583Z] * TODO Remove in favor of using TreeItems and TreePaths to determine paste targets [2024-06-04T13:26:20.583Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.583Z] TODO Remove in favor of using TreeItems and TreePaths to determine paste targets [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java:[566] [2024-06-04T13:26:20.584Z] * TODO remove in favor of using TreeItem as paste target [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] TODO remove in favor of using TreeItem as paste target [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java:[765] [2024-06-04T13:26:20.584Z] // TODO expandToLevel(target.getData(), ALL_LEVELS); [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] TODO expandToLevel(target.getData(), ALL_LEVELS); [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsole.java:[318] [2024-06-04T13:26:20.584Z] // FIXME workaround to remove start time from process label added from jdt for [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] FIXME workaround to remove start time from process label added from jdt for [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsolePageParticipant.java:[186] [2024-06-04T13:26:20.584Z] //CONTEXTLAUNCHING [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] CONTEXTLAUNCHING [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/expression/ExpressionView.java:[215] [2024-06-04T13:26:20.584Z] // TODO: duplicate code from WatchExpressionAction [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] TODO: duplicate code from WatchExpressionAction [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java:[1199] [2024-06-04T13:26:20.584Z] * TODO hack to get around bug 148424, remove if UI ever fixes the PropertyDialogAction to respect enablesWhen conditions [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] TODO hack to get around bug 148424, remove if UI ever fixes the PropertyDialogAction to respect enablesWhen conditions [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java:[1351] [2024-06-04T13:26:20.584Z] // TODO: Workaround for Bug #63332. Reexamine after M9. [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] TODO: Workaround for Bug #63332. Reexamine after M9. [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/AsyncTableRenderingCellModifier.java:[38] [2024-06-04T13:26:20.584Z] // TODO: if we want "true" flexible hierarchy, also need to allow clients [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] TODO: if we want "true" flexible hierarchy, also need to allow clients [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/AsyncTableRenderingViewer.java:[1002] [2024-06-04T13:26:20.584Z] // TODO: work around swt bug, must force a table cursor redraw after top index is changed [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] TODO: work around swt bug, must force a table cursor redraw after top index is changed [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/AsyncTableRenderingViewer.java:[1018] [2024-06-04T13:26:20.584Z] // TODO: need pluggable model to be truly flexible [2024-06-04T13:26:20.584Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.584Z] TODO: need pluggable model to be truly flexible [2024-06-04T13:26:20.584Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/DefaultDetailPane.java:[636] [2024-06-04T13:26:20.584Z] // TODO: Still using "old" resource access, find/replace won't work in popup dialogs [2024-06-04T13:26:20.585Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.585Z] TODO: Still using "old" resource access, find/replace won't work in popup dialogs [2024-06-04T13:26:20.585Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/RunToLineActionDelegate.java:[181] [2024-06-04T13:26:20.585Z] // TODO: we could restrict loading to cases when the debugging context is on [2024-06-04T13:26:20.585Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:20.585Z] TODO: we could restrict loading to cases when the debugging context is on [2024-06-04T13:26:20.585Z] 64 problems (null, 64 warnings) [2024-06-04T13:26:20.585Z] [INFO] [2024-06-04T13:26:20.585Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.debug.ui --- [2024-06-04T13:26:20.585Z] [INFO] [2024-06-04T13:26:20.585Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.debug.ui --- [2024-06-04T13:26:20.585Z] [INFO] [2024-06-04T13:26:20.585Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.debug.ui --- [2024-06-04T13:26:21.512Z] [INFO] [2024-06-04T13:26:21.512Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.ui --- [2024-06-04T13:26:21.512Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/src/test/resources [2024-06-04T13:26:21.512Z] [INFO] [2024-06-04T13:26:21.512Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.debug.ui --- [2024-06-04T13:26:21.512Z] [INFO] [2024-06-04T13:26:21.512Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.ui --- [2024-06-04T13:26:21.512Z] [INFO] [2024-06-04T13:26:21.512Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.debug.ui --- [2024-06-04T13:26:21.513Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.400-SNAPSHOT-sources.jar [2024-06-04T13:26:21.768Z] [INFO] [2024-06-04T13:26:21.768Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.debug.ui --- [2024-06-04T13:26:21.768Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.400-SNAPSHOT.jar [2024-06-04T13:26:22.331Z] [INFO] [2024-06-04T13:26:22.331Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.ui --- [2024-06-04T13:26:22.892Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.ui:3.18.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/.polyglot.META-INF [2024-06-04T13:26:22.892Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:22.892Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:22.892Z] [2024-06-04T13:26:22.892Z] [INFO] [2024-06-04T13:26:22.892Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.ui --- [2024-06-04T13:26:23.455Z] [INFO] [2024-06-04T13:26:23.455Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.ui --- [2024-06-04T13:26:24.821Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:26:24.821Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.400-SNAPSHOT.jar [2024-06-04T13:26:34.765Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:26:34.765Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.400-SNAPSHOT-sources.jar [2024-06-04T13:26:38.039Z] [INFO] [2024-06-04T13:26:38.039Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.debug.ui --- [2024-06-04T13:26:38.296Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.ui:3.18.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.debug.ui/.polyglot.META-INF [2024-06-04T13:26:38.296Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:38.296Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:38.296Z] [2024-06-04T13:26:38.296Z] [INFO] [2024-06-04T13:26:38.296Z] [INFO] --------------< org.eclipse.platform:org.eclipse.search >--------------- [2024-06-04T13:26:38.296Z] [INFO] Building [bundle] Search Support 3.16.200-SNAPSHOT [131/523] [2024-06-04T13:26:38.296Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.search/.polyglot.META-INF [2024-06-04T13:26:38.296Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:26:38.858Z] [INFO] [2024-06-04T13:26:38.858Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.search --- [2024-06-04T13:26:38.858Z] [INFO] [2024-06-04T13:26:38.858Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.search --- [2024-06-04T13:26:38.858Z] [INFO] The project's OSGi version is 3.16.200.v20240426-0859 [2024-06-04T13:26:38.858Z] [INFO] [2024-06-04T13:26:38.858Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.search --- [2024-06-04T13:26:38.858Z] [INFO] [2024-06-04T13:26:38.858Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.search --- [2024-06-04T13:26:38.858Z] [INFO] [2024-06-04T13:26:38.858Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.search --- [2024-06-04T13:26:38.858Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/saveproperties [2024-06-04T13:26:38.858Z] [INFO] [2024-06-04T13:26:38.858Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.search --- [2024-06-04T13:26:38.858Z] [INFO] [2024-06-04T13:26:38.859Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.search --- [2024-06-04T13:26:38.859Z] [INFO] [2024-06-04T13:26:38.859Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.search --- [2024-06-04T13:26:38.859Z] [INFO] Resolving class path of [bundle] Search Support [2024-06-04T13:26:39.114Z] [INFO] [2024-06-04T13:26:39.114Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-32) @ org.eclipse.search --- [2024-06-04T13:26:39.114Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/newsearch added. [2024-06-04T13:26:39.114Z] [INFO] [2024-06-04T13:26:39.114Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.search --- [2024-06-04T13:26:39.115Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/src/main/resources [2024-06-04T13:26:39.115Z] [INFO] [2024-06-04T13:26:39.115Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.search --- [2024-06-04T13:26:39.115Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/src/main/resources [2024-06-04T13:26:39.115Z] [INFO] [2024-06-04T13:26:39.115Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.search --- [2024-06-04T13:26:39.115Z] [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:26:39.684Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchDialog.java:[325] [2024-06-04T13:26:39.685Z] ListSelectionDialog dialog = new ListSelectionDialog(getShell(), input, ArrayContentProvider.getInstance(), [2024-06-04T13:26:39.685Z] labelProvider, message) { [2024-06-04T13:26:39.685Z] @Override [2024-06-04T13:26:39.685Z] public void create() { [2024-06-04T13:26:39.685Z] super.create(); [2024-06-04T13:26:39.685Z] final CheckboxTableViewer viewer= getViewer(); [2024-06-04T13:26:39.685Z] final Button okButton= this.getOkButton(); [2024-06-04T13:26:39.685Z] viewer.addCheckStateListener(event -> okButton.setEnabled(viewer.getCheckedElements().length > 0)); [2024-06-04T13:26:39.685Z] SelectionListener listener = new SelectionAdapter() { [2024-06-04T13:26:39.685Z] @Override [2024-06-04T13:26:39.685Z] public void widgetSelected(SelectionEvent e) { [2024-06-04T13:26:39.685Z] okButton.setEnabled(viewer.getCheckedElements().length > 0); [2024-06-04T13:26:39.685Z] } [2024-06-04T13:26:39.685Z] }; [2024-06-04T13:26:39.685Z] this.getButton(IDialogConstants.SELECT_ALL_ID).addSelectionListener(listener); [2024-06-04T13:26:39.685Z] this.getButton(IDialogConstants.DESELECT_ALL_ID).addSelectionListener(listener); [2024-06-04T13:26:39.685Z] } [2024-06-04T13:26:39.685Z] }; [2024-06-04T13:26:39.685Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:39.685Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:26:39.685Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchDialog.java:[325] [2024-06-04T13:26:39.685Z] ListSelectionDialog dialog = new ListSelectionDialog(getShell(), input, ArrayContentProvider.getInstance(), [2024-06-04T13:26:39.685Z] labelProvider, message) { [2024-06-04T13:26:39.685Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:39.685Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:26:39.685Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/search/org/eclipse/search/internal/ui/SorterDescriptor.java:[24] [2024-06-04T13:26:39.685Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:26:39.685Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:26:39.685Z] The type ViewerSorter is deprecated [2024-06-04T13:26:39.685Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/search/org/eclipse/search/internal/ui/SorterDescriptor.java:[56] [2024-06-04T13:26:39.685Z] public ViewerSorter createObject() { [2024-06-04T13:26:39.685Z] ^^^^^^^^^^^^ [2024-06-04T13:26:39.685Z] The type ViewerSorter is deprecated [2024-06-04T13:26:39.685Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/search/org/eclipse/search/internal/ui/SorterDescriptor.java:[58] [2024-06-04T13:26:39.685Z] return (ViewerSorter)fElement.createExecutableExtension(CLASS_ATTRIBUTE); [2024-06-04T13:26:39.685Z] ^^^^^^^^^^^^ [2024-06-04T13:26:39.685Z] The type ViewerSorter is deprecated [2024-06-04T13:26:39.685Z] 5 problems (5 warnings) [2024-06-04T13:26:39.685Z] [INFO] [2024-06-04T13:26:39.685Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.search --- [2024-06-04T13:26:39.685Z] [INFO] [2024-06-04T13:26:39.685Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.search --- [2024-06-04T13:26:39.685Z] [INFO] [2024-06-04T13:26:39.685Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.search --- [2024-06-04T13:26:39.941Z] [INFO] [2024-06-04T13:26:39.941Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.search --- [2024-06-04T13:26:39.941Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/src/test/resources [2024-06-04T13:26:39.941Z] [INFO] [2024-06-04T13:26:39.941Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.search --- [2024-06-04T13:26:39.941Z] [INFO] [2024-06-04T13:26:39.941Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search --- [2024-06-04T13:26:39.941Z] [INFO] [2024-06-04T13:26:39.941Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.search --- [2024-06-04T13:26:39.941Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/target/org.eclipse.search-3.16.200-SNAPSHOT-sources.jar [2024-06-04T13:26:39.941Z] [INFO] [2024-06-04T13:26:39.941Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.search --- [2024-06-04T13:26:39.941Z] [WARNING] Checking Service-Component header that contains wildcards is currently not supported [2024-06-04T13:26:39.941Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/target/org.eclipse.search-3.16.200-SNAPSHOT.jar [2024-06-04T13:26:40.197Z] [INFO] [2024-06-04T13:26:40.197Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search --- [2024-06-04T13:26:40.453Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/.polyglot.META-INF [2024-06-04T13:26:40.453Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:40.453Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:40.453Z] [2024-06-04T13:26:40.453Z] [INFO] [2024-06-04T13:26:40.453Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search --- [2024-06-04T13:26:40.710Z] [INFO] [2024-06-04T13:26:40.710Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.search --- [2024-06-04T13:26:40.981Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/target/org.eclipse.search-3.16.200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:26:40.981Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/target/org.eclipse.search-3.16.200-SNAPSHOT.jar [2024-06-04T13:26:46.229Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/target/org.eclipse.search-3.16.200-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:26:46.229Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/target/org.eclipse.search-3.16.200-SNAPSHOT-sources.jar [2024-06-04T13:26:51.479Z] [INFO] [2024-06-04T13:26:51.479Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.search --- [2024-06-04T13:26:51.479Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.search/.polyglot.META-INF [2024-06-04T13:26:51.479Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:51.479Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:51.479Z] [2024-06-04T13:26:51.479Z] [INFO] [2024-06-04T13:26:51.479Z] [INFO] ----< org.eclipse.platform:org.eclipse.ui.views.properties.tabbed >----- [2024-06-04T13:26:51.479Z] [INFO] Building [bundle] Tabbed Properties View 3.10.300-SNAPSHOT [132/523] [2024-06-04T13:26:51.479Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF [2024-06-04T13:26:51.479Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:26:51.479Z] [INFO] [2024-06-04T13:26:51.479Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.479Z] [INFO] [2024-06-04T13:26:51.479Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.479Z] [INFO] The project's OSGi version is 3.10.300.v20240424-0956 [2024-06-04T13:26:51.479Z] [INFO] [2024-06-04T13:26:51.479Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.479Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/saveproperties [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] Resolving class path of [bundle] Tabbed Properties View [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/main/resources [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/main/resources [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.480Z] [INFO] [2024-06-04T13:26:51.480Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.736Z] [INFO] [2024-06-04T13:26:51.736Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.736Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/test/resources [2024-06-04T13:26:51.736Z] [INFO] [2024-06-04T13:26:51.736Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.736Z] [INFO] [2024-06-04T13:26:51.736Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.736Z] [INFO] [2024-06-04T13:26:51.736Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.736Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.300-SNAPSHOT-sources.jar [2024-06-04T13:26:51.736Z] [INFO] [2024-06-04T13:26:51.736Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.736Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.300-SNAPSHOT.jar [2024-06-04T13:26:51.736Z] [INFO] [2024-06-04T13:26:51.736Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.736Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:3.10.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF [2024-06-04T13:26:51.736Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:51.736Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:51.736Z] [2024-06-04T13:26:51.736Z] [INFO] [2024-06-04T13:26:51.736Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.736Z] [INFO] [2024-06-04T13:26:51.737Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:51.993Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:26:51.993Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.300-SNAPSHOT.jar [2024-06-04T13:26:56.157Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:26:56.157Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.300-SNAPSHOT-sources.jar [2024-06-04T13:26:59.424Z] [INFO] [2024-06-04T13:26:59.424Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.views.properties.tabbed --- [2024-06-04T13:26:59.424Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:3.10.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF [2024-06-04T13:26:59.424Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:26:59.424Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:26:59.424Z] [2024-06-04T13:26:59.424Z] [INFO] [2024-06-04T13:26:59.424Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.navigator.resources >------- [2024-06-04T13:26:59.424Z] [INFO] Building [bundle] Navigator Workbench Components 3.9.300-SNAPSHOT [133/523] [2024-06-04T13:26:59.424Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF [2024-06-04T13:26:59.424Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:26:59.986Z] [INFO] [2024-06-04T13:26:59.986Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:26:59.986Z] [INFO] [2024-06-04T13:26:59.986Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:26:59.986Z] [INFO] The project's OSGi version is 3.9.300.v20240506-0929 [2024-06-04T13:26:59.986Z] [INFO] [2024-06-04T13:26:59.986Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:26:59.986Z] [INFO] [2024-06-04T13:26:59.986Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:26:59.986Z] [INFO] [2024-06-04T13:26:59.987Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:26:59.987Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/saveproperties [2024-06-04T13:26:59.987Z] [INFO] [2024-06-04T13:26:59.987Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:26:59.987Z] [INFO] [2024-06-04T13:26:59.987Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:26:59.987Z] [INFO] [2024-06-04T13:26:59.987Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:26:59.987Z] [INFO] Resolving class path of [bundle] Navigator Workbench Components [2024-06-04T13:27:00.243Z] [INFO] [2024-06-04T13:27:00.243Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.243Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/main/resources [2024-06-04T13:27:00.243Z] [INFO] [2024-06-04T13:27:00.243Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.243Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/main/resources [2024-06-04T13:27:00.243Z] [INFO] [2024-06-04T13:27:00.243Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.243Z] [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:27:00.499Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetSorter.java:[24] [2024-06-04T13:27:00.499Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:27:00.499Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:00.499Z] The type ViewerSorter is deprecated [2024-06-04T13:27:00.499Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetSorter.java:[29] [2024-06-04T13:27:00.499Z] public class WorkingSetSorter extends ViewerSorter { [2024-06-04T13:27:00.499Z] ^^^^^^^^^^^^ [2024-06-04T13:27:00.499Z] The type ViewerSorter is deprecated [2024-06-04T13:27:00.499Z] 2 problems (2 warnings) [2024-06-04T13:27:00.499Z] [INFO] [2024-06-04T13:27:00.499Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.499Z] [INFO] [2024-06-04T13:27:00.499Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.499Z] [INFO] [2024-06-04T13:27:00.499Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.499Z] [INFO] [2024-06-04T13:27:00.499Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.499Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/test/resources [2024-06-04T13:27:00.499Z] [INFO] [2024-06-04T13:27:00.499Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.499Z] [INFO] [2024-06-04T13:27:00.499Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.499Z] [INFO] [2024-06-04T13:27:00.499Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.755Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.300-SNAPSHOT-sources.jar [2024-06-04T13:27:00.755Z] [INFO] [2024-06-04T13:27:00.755Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.755Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.300-SNAPSHOT.jar [2024-06-04T13:27:00.755Z] [INFO] [2024-06-04T13:27:00.755Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.755Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator.resources:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF [2024-06-04T13:27:00.756Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:27:00.756Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:27:00.756Z] [2024-06-04T13:27:00.756Z] [INFO] [2024-06-04T13:27:00.756Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:00.756Z] [INFO] [2024-06-04T13:27:00.756Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:01.012Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:27:01.012Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.300-SNAPSHOT.jar [2024-06-04T13:27:05.177Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:27:05.178Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.300-SNAPSHOT-sources.jar [2024-06-04T13:27:10.417Z] [INFO] [2024-06-04T13:27:10.417Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.navigator.resources --- [2024-06-04T13:27:10.418Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator.resources:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF [2024-06-04T13:27:10.418Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:27:10.418Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:27:10.418Z] [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] -----------------< org.eclipse.jdt:org.eclipse.jdt.ui >----------------- [2024-06-04T13:27:10.418Z] [INFO] Building org.eclipse.jdt.ui 3.32.100-SNAPSHOT [134/523] [2024-06-04T13:27:10.418Z] [INFO] from eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [2024-06-04T13:27:10.418Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.418Z] [INFO] The project's OSGi version is 3.32.100.v20240524-2038 [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.418Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/saveproperties [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.418Z] [INFO] [2024-06-04T13:27:10.418Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.418Z] [INFO] Resolving class path of org.eclipse.jdt.ui [2024-06-04T13:27:10.674Z] [INFO] [2024-06-04T13:27:10.674Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.674Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/src/main/resources [2024-06-04T13:27:10.674Z] [INFO] [2024-06-04T13:27:10.674Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.674Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/src/main/resources [2024-06-04T13:27:10.674Z] [INFO] [2024-06-04T13:27:10.674Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:10.929Z] [INFO] Compiling 1728 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:27:20.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[51] [2024-06-04T13:27:20.869Z] private final List fResult; [2024-06-04T13:27:20.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.869Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[59] [2024-06-04T13:27:20.869Z] List resultingCollection) { [2024-06-04T13:27:20.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.869Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[172] [2024-06-04T13:27:20.869Z] private static final class AddBlockOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.869Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[269] [2024-06-04T13:27:20.869Z] static class RemoveBlockOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.869Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.869Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[440] [2024-06-04T13:27:20.869Z] result.add(new ControlStatementsFix(FixMessages.ControlStatementsFix_removeIfBlock_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})); [2024-06-04T13:27:20.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.869Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[448] [2024-06-04T13:27:20.870Z] result.add(new ControlStatementsFix(FixMessages.ControlStatementsFix_removeElseBlock_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})); [2024-06-04T13:27:20.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.870Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[452] [2024-06-04T13:27:20.870Z] CompilationUnitRewriteOperation[] allConvert= removeAllList.toArray(new CompilationUnitRewriteOperation[removeAllList.size()]); [2024-06-04T13:27:20.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.870Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[452] [2024-06-04T13:27:20.870Z] CompilationUnitRewriteOperation[] allConvert= removeAllList.toArray(new CompilationUnitRewriteOperation[removeAllList.size()]); [2024-06-04T13:27:20.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.870Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[460] [2024-06-04T13:27:20.870Z] return new ControlStatementsFix[] {new ControlStatementsFix(FixMessages.ControlStatementsFix_removeBrackets_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})}; [2024-06-04T13:27:20.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.870Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.870Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[465] [2024-06-04T13:27:20.870Z] return new ControlStatementsFix[] {new ControlStatementsFix(FixMessages.ControlStatementsFix_removeBrackets_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})}; [2024-06-04T13:27:20.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.871Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[470] [2024-06-04T13:27:20.871Z] return new ControlStatementsFix[] {new ControlStatementsFix(FixMessages.ControlStatementsFix_removeBrackets_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})}; [2024-06-04T13:27:20.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.871Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[475] [2024-06-04T13:27:20.871Z] return new ControlStatementsFix[] {new ControlStatementsFix(FixMessages.ControlStatementsFix_removeBrackets_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})}; [2024-06-04T13:27:20.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.871Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[490] [2024-06-04T13:27:20.871Z] List operations= new ArrayList<>(); [2024-06-04T13:27:20.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.871Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[497] [2024-06-04T13:27:20.871Z] CompilationUnitRewriteOperation[] ops= operations.toArray(new CompilationUnitRewriteOperation[operations.size()]); [2024-06-04T13:27:20.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.871Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[497] [2024-06-04T13:27:20.871Z] CompilationUnitRewriteOperation[] ops= operations.toArray(new CompilationUnitRewriteOperation[operations.size()]); [2024-06-04T13:27:20.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.871Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[501] [2024-06-04T13:27:20.871Z] protected ControlStatementsFix(String name, CompilationUnit compilationUnit, CompilationUnitRewriteOperation[] fixRewriteOperations) { [2024-06-04T13:27:20.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.871Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.871Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[98] [2024-06-04T13:27:20.871Z] private static class AddParenthesisOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.871Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.872Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[122] [2024-06-04T13:27:20.872Z] private static class RemoveParenthesisOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.872Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[175] [2024-06-04T13:27:20.872Z] CompilationUnitRewriteOperation op= new AddParenthesisOperation(changedNodes.toArray(new Expression[changedNodes.size()])); [2024-06-04T13:27:20.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.872Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[176] [2024-06-04T13:27:20.872Z] return new ExpressionsFix(FixMessages.ExpressionsFix_addParanoiacParentheses_description, compilationUnit, new CompilationUnitRewriteOperation[] {op}); [2024-06-04T13:27:20.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.872Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[191] [2024-06-04T13:27:20.872Z] return new ExpressionsFix(FixMessages.ExpressionsFix_removeUnnecessaryParentheses_description, compilationUnit, new CompilationUnitRewriteOperation[] {op}); [2024-06-04T13:27:20.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.872Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[205] [2024-06-04T13:27:20.872Z] CompilationUnitRewriteOperation op= new AddParenthesisOperation(changedNodes.toArray(new Expression[changedNodes.size()])); [2024-06-04T13:27:20.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.872Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[206] [2024-06-04T13:27:20.872Z] return new ExpressionsFix(FixMessages.ExpressionsFix_add_parentheses_change_name, compilationUnit, new CompilationUnitRewriteOperation[] {op}); [2024-06-04T13:27:20.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.872Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[215] [2024-06-04T13:27:20.872Z] CompilationUnitRewriteOperation op= new RemoveParenthesisOperation(expressions); [2024-06-04T13:27:20.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.872Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.872Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[216] [2024-06-04T13:27:20.872Z] return new ExpressionsFix(FixMessages.ExpressionsFix_remove_parentheses_change_name, compilationUnit, new CompilationUnitRewriteOperation[] {op}); [2024-06-04T13:27:20.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.873Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[221] [2024-06-04T13:27:20.873Z] protected ExpressionsFix(String name, CompilationUnit compilationUnit, CompilationUnitRewriteOperation[] fixRewriteOperations) { [2024-06-04T13:27:20.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.873Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[56] [2024-06-04T13:27:20.873Z] public NullAnnotationsFix(String name, CompilationUnit compilationUnit, CompilationUnitRewriteOperation[] operations) { [2024-06-04T13:27:20.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.873Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[173] [2024-06-04T13:27:20.873Z] List operations= new ArrayList<>(); [2024-06-04T13:27:20.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.873Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[193] [2024-06-04T13:27:20.873Z] CompilationUnitRewriteOperation[] operationsArray= operations.toArray(new CompilationUnitRewriteOperation[operations.size()]); [2024-06-04T13:27:20.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.873Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[193] [2024-06-04T13:27:20.873Z] CompilationUnitRewriteOperation[] operationsArray= operations.toArray(new CompilationUnitRewriteOperation[operations.size()]); [2024-06-04T13:27:20.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.873Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[197] [2024-06-04T13:27:20.873Z] private static boolean createMoveTypeAnnotationOperations(CompilationUnit compilationUnit, IProblemLocation[] locations, List operations) { [2024-06-04T13:27:20.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.873Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[209] [2024-06-04T13:27:20.873Z] private static void createAddNullAnnotationOperations(CompilationUnit compilationUnit, IProblemLocation[] locations, List result) { [2024-06-04T13:27:20.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.873Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.873Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[265] [2024-06-04T13:27:20.874Z] private static void createRemoveRedundantNullAnnotationsOperations(CompilationUnit compilationUnit, IProblemLocation[] locations, List result) { [2024-06-04T13:27:20.874Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.874Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.874Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java:[70] [2024-06-04T13:27:20.874Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.874Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.874Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.874Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java:[96] [2024-06-04T13:27:20.874Z] static abstract class SignatureAnnotationRewriteOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.874Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.874Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.874Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java:[305] [2024-06-04T13:27:20.874Z] static class RemoveRedundantAnnotationRewriteOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.874Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.874Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.874Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java:[361] [2024-06-04T13:27:20.874Z] static class AddMissingDefaultNullnessRewriteOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.874Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.874Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.874Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/TypeAnnotationFix.java:[23] [2024-06-04T13:27:20.874Z] public TypeAnnotationFix(String name, CompilationUnit compilationUnit, CompilationUnitRewriteOperation operation) { [2024-06-04T13:27:20.874Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.874Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.874Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/TypeAnnotationRewriteOperations.java:[43] [2024-06-04T13:27:20.874Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.874Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.874Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.874Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/TypeAnnotationRewriteOperations.java:[49] [2024-06-04T13:27:20.874Z] static class MoveTypeAnnotationRewriteOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.874Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.874Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/TemplateUtils.java:[53] [2024-06-04T13:27:20.875Z] TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(template.getContextTypeId()); [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[40] [2024-06-04T13:27:20.875Z] import org.eclipse.jface.contentassist.SubjectControlContentAssistant; [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[54] [2024-06-04T13:27:20.875Z] import org.eclipse.ui.contentassist.ContentAssistHandler; [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[218] [2024-06-04T13:27:20.875Z] private ContentAssistHandler fNameContentAssistHandler; [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[591] [2024-06-04T13:27:20.875Z] SubjectControlContentAssistant assistant= installParameterTypeContentAssist(editors[TYPE_PROP].getText()); [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[595] [2024-06-04T13:27:20.875Z] SubjectControlContentAssistant assistant= installParameterNameContentAssist(editors[NEWNAME_PROP].getText()); [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[625] [2024-06-04T13:27:20.875Z] fNameContentAssistHandler.setEnabled(selected[0].isAdded()); [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The method setEnabled(boolean) from the type ContentAssistHandler is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[633] [2024-06-04T13:27:20.875Z] private SubjectControlContentAssistant installParameterTypeContentAssist(Text text) { [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[639] [2024-06-04T13:27:20.875Z] SubjectControlContentAssistant contentAssistant= ControlContentAssistHelper.createJavaContentAssistant(processor); [2024-06-04T13:27:20.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.875Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.875Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[640] [2024-06-04T13:27:20.876Z] ContentAssistHandler.createHandlerForText(text, contentAssistant); [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.876Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[640] [2024-06-04T13:27:20.876Z] ContentAssistHandler.createHandlerForText(text, contentAssistant); [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated [2024-06-04T13:27:20.876Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[644] [2024-06-04T13:27:20.876Z] private SubjectControlContentAssistant installParameterNameContentAssist(Text text) { [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.876Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[646] [2024-06-04T13:27:20.876Z] SubjectControlContentAssistant contentAssistant= ControlContentAssistHelper.createJavaContentAssistant(processor); [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.876Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[647] [2024-06-04T13:27:20.876Z] fNameContentAssistHandler= ContentAssistHandler.createHandlerForText(text, contentAssistant); [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.876Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[647] [2024-06-04T13:27:20.876Z] fNameContentAssistHandler= ContentAssistHandler.createHandlerForText(text, contentAssistant); [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated [2024-06-04T13:27:20.876Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java:[26] [2024-06-04T13:27:20.876Z] import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor; [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.876Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java:[56] [2024-06-04T13:27:20.876Z] public class CUPositionCompletionProcessor implements ISubjectControlContentAssistProcessor { [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.876Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java:[150] [2024-06-04T13:27:20.876Z] public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) { [2024-06-04T13:27:20.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.876Z] The method CUPositionCompletionProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.877Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java:[158] [2024-06-04T13:27:20.877Z] public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) { [2024-06-04T13:27:20.877Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.877Z] The method CUPositionCompletionProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.877Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[19] [2024-06-04T13:27:20.877Z] import org.eclipse.jface.contentassist.SubjectControlContentAssistant; [2024-06-04T13:27:20.877Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.877Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.877Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[26] [2024-06-04T13:27:20.877Z] import org.eclipse.ui.contentassist.ContentAssistHandler; [2024-06-04T13:27:20.877Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.877Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.877Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[42] [2024-06-04T13:27:20.877Z] ContentAssistHandler.createHandlerForText(text, createJavaContentAssistant(processor)); [2024-06-04T13:27:20.877Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.877Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.877Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[42] [2024-06-04T13:27:20.877Z] ContentAssistHandler.createHandlerForText(text, createJavaContentAssistant(processor)); [2024-06-04T13:27:20.877Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.877Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated [2024-06-04T13:27:20.877Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[50] [2024-06-04T13:27:20.877Z] ContentAssistHandler.createHandlerForCombo(combo, createJavaContentAssistant(processor)); [2024-06-04T13:27:20.877Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.877Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.877Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[50] [2024-06-04T13:27:20.877Z] ContentAssistHandler.createHandlerForCombo(combo, createJavaContentAssistant(processor)); [2024-06-04T13:27:20.877Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.877Z] The method createHandlerForCombo(Combo, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated [2024-06-04T13:27:20.877Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[53] [2024-06-04T13:27:20.877Z] public static SubjectControlContentAssistant createJavaContentAssistant(IContentAssistProcessor processor) { [2024-06-04T13:27:20.877Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.877Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[54] [2024-06-04T13:27:20.878Z] final SubjectControlContentAssistant contentAssistant= new SubjectControlContentAssistant(); [2024-06-04T13:27:20.878Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.878Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[54] [2024-06-04T13:27:20.878Z] final SubjectControlContentAssistant contentAssistant= new SubjectControlContentAssistant(); [2024-06-04T13:27:20.878Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.878Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[54] [2024-06-04T13:27:20.878Z] final SubjectControlContentAssistant contentAssistant= new SubjectControlContentAssistant(); [2024-06-04T13:27:20.878Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.878Z] The constructor SubjectControlContentAssistant() is deprecated [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java:[25] [2024-06-04T13:27:20.878Z] import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor; [2024-06-04T13:27:20.878Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.878Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java:[41] [2024-06-04T13:27:20.878Z] public class FieldNameProcessor implements ISubjectControlContentAssistProcessor { [2024-06-04T13:27:20.878Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.878Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java:[108] [2024-06-04T13:27:20.878Z] public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubject, int documentOffset) { [2024-06-04T13:27:20.878Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.878Z] The method FieldNameProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java:[116] [2024-06-04T13:27:20.878Z] public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubject, int documentOffset) { [2024-06-04T13:27:20.878Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.878Z] The method FieldNameProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java:[27] [2024-06-04T13:27:20.878Z] import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor; [2024-06-04T13:27:20.878Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.878Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.878Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java:[48] [2024-06-04T13:27:20.879Z] public class JavaPackageCompletionProcessor implements ISubjectControlContentAssistProcessor { [2024-06-04T13:27:20.879Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.879Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.879Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java:[129] [2024-06-04T13:27:20.879Z] public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl, [2024-06-04T13:27:20.879Z] int documentOffset) { [2024-06-04T13:27:20.879Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.879Z] The method JavaPackageCompletionProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.879Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java:[138] [2024-06-04T13:27:20.879Z] public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) { [2024-06-04T13:27:20.879Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.879Z] The method JavaPackageCompletionProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.879Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java:[24] [2024-06-04T13:27:20.879Z] import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor; [2024-06-04T13:27:20.879Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.879Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.879Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java:[50] [2024-06-04T13:27:20.879Z] public class JavaPackageFragmentRootCompletionProcessor implements ISubjectControlContentAssistProcessor { [2024-06-04T13:27:20.879Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.879Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.879Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java:[121] [2024-06-04T13:27:20.879Z] public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubject, [2024-06-04T13:27:20.879Z] int documentOffset) { [2024-06-04T13:27:20.879Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.879Z] The method JavaPackageFragmentRootCompletionProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.879Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java:[130] [2024-06-04T13:27:20.879Z] public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) { [2024-06-04T13:27:20.879Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.880Z] The method JavaPackageFragmentRootCompletionProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.880Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPrecomputedNamesAssistProcessor.java:[23] [2024-06-04T13:27:20.880Z] import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor; [2024-06-04T13:27:20.880Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.880Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.880Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPrecomputedNamesAssistProcessor.java:[41] [2024-06-04T13:27:20.880Z] public class JavaPrecomputedNamesAssistProcessor implements ISubjectControlContentAssistProcessor { [2024-06-04T13:27:20.880Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.880Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.880Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPrecomputedNamesAssistProcessor.java:[92] [2024-06-04T13:27:20.880Z] public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) { [2024-06-04T13:27:20.880Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.880Z] The method JavaPrecomputedNamesAssistProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.880Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPrecomputedNamesAssistProcessor.java:[97] [2024-06-04T13:27:20.880Z] public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) { [2024-06-04T13:27:20.880Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.880Z] The method JavaPrecomputedNamesAssistProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.880Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java:[27] [2024-06-04T13:27:20.880Z] import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor; [2024-06-04T13:27:20.880Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.880Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.880Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java:[52] [2024-06-04T13:27:20.880Z] public class JavaSourcePackageFragmentRootCompletionProcessor implements ISubjectControlContentAssistProcessor { [2024-06-04T13:27:20.880Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.880Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.880Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java:[101] [2024-06-04T13:27:20.880Z] public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubject, int documentOffset) { [2024-06-04T13:27:20.880Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.881Z] The method JavaSourcePackageFragmentRootCompletionProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.881Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java:[146] [2024-06-04T13:27:20.881Z] public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubject, int documentOffset) { [2024-06-04T13:27:20.881Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.881Z] The method JavaSourcePackageFragmentRootCompletionProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.881Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java:[25] [2024-06-04T13:27:20.881Z] import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor; [2024-06-04T13:27:20.881Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.881Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.881Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java:[39] [2024-06-04T13:27:20.881Z] public class VariableNamesProcessor implements ISubjectControlContentAssistProcessor { [2024-06-04T13:27:20.881Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.881Z] The type ISubjectControlContentAssistProcessor is deprecated [2024-06-04T13:27:20.881Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java:[114] [2024-06-04T13:27:20.881Z] public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubject, int documentOffset) { [2024-06-04T13:27:20.881Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.881Z] The method VariableNamesProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.881Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java:[122] [2024-06-04T13:27:20.881Z] public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubject, int documentOffset) { [2024-06-04T13:27:20.881Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.881Z] The method VariableNamesProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor [2024-06-04T13:27:20.881Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgCopyAction.java:[79] [2024-06-04T13:27:20.881Z] CopyProjectAction action= new CopyProjectAction(getShell()); [2024-06-04T13:27:20.881Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.881Z] The constructor CopyProjectAction(Shell) is deprecated [2024-06-04T13:27:20.881Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[31] [2024-06-04T13:27:20.881Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:27:20.881Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.881Z] The type PackageAdmin is deprecated [2024-06-04T13:27:20.881Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[64] [2024-06-04T13:27:20.881Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:27:20.881Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[175] [2024-06-04T13:27:20.882Z] private volatile ContextTypeRegistry fContextTypeRegistry; [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[180] [2024-06-04T13:27:20.882Z] private volatile ContextTypeRegistry fCodeTemplateContextTypeRegistry; [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[496] [2024-06-04T13:27:20.882Z] ContentAssistHistory.store(fContentAssistHistory, getPluginPreferences(), PreferenceConstants.CODEASSIST_LRU_HISTORY); [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[659] [2024-06-04T13:27:20.882Z] public static org.eclipse.core.runtime.Preferences getJavaCorePluginPreferences() { [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The type Preferences is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[660] [2024-06-04T13:27:20.882Z] return JavaCore.getPlugin().getPluginPreferences(); [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[787] [2024-06-04T13:27:20.882Z] public ContextTypeRegistry getTemplateContextRegistry() { [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[788] [2024-06-04T13:27:20.882Z] ContextTypeRegistry result= fContextTypeRegistry; [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[796] [2024-06-04T13:27:20.882Z] TemplateContextType all_contextType= registry.getContextType(JavaContextType.ID_ALL); [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[805] [2024-06-04T13:27:20.882Z] all_contextType= registry.getContextType(SWTContextType.ID_ALL); [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[811] [2024-06-04T13:27:20.882Z] all_contextType= registry.getContextType(JavaPostfixContextType.ID_ALL); [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[827] [2024-06-04T13:27:20.882Z] TemplateContextType contextType= registry.getContextType(id); [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[869] [2024-06-04T13:27:20.882Z] public ContextTypeRegistry getCodeTemplateContextRegistry() { [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.882Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.882Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1036] [2024-06-04T13:27:20.882Z] fContentAssistHistory= ContentAssistHistory.load(getPluginPreferences(), PreferenceConstants.CODEASSIST_LRU_HISTORY); [2024-06-04T13:27:20.882Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The method getPluginPreferences() from the type Plugin is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1134] [2024-06-04T13:27:20.883Z] ServiceReference serviceRef= fBundleContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The type PackageAdmin is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1134] [2024-06-04T13:27:20.883Z] ServiceReference serviceRef= fBundleContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The type PackageAdmin is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1135] [2024-06-04T13:27:20.883Z] PackageAdmin admin= fBundleContext.getService(serviceRef); [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The type PackageAdmin is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1136] [2024-06-04T13:27:20.883Z] bundles= admin.getBundles(bundleName, version); [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[49] [2024-06-04T13:27:20.883Z] import org.eclipse.jdt.core.IWorkingCopy; [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[238] [2024-06-04T13:27:20.883Z] if (!getProvideWorkingCopy() && element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The method getProvideWorkingCopy() from the type StandardJavaElementContentProvider is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[238] [2024-06-04T13:27:20.883Z] if (!getProvideWorkingCopy() && element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[238] [2024-06-04T13:27:20.883Z] if (!getProvideWorkingCopy() && element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[238] [2024-06-04T13:27:20.883Z] if (!getProvideWorkingCopy() && element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated [2024-06-04T13:27:20.883Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[258] [2024-06-04T13:27:20.883Z] if (getProvideWorkingCopy()) [2024-06-04T13:27:20.883Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.883Z] The method getProvideWorkingCopy() from the type StandardJavaElementContentProvider is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[260] [2024-06-04T13:27:20.884Z] } else if (parent instanceof ICompilationUnit && getProvideWorkingCopy() && !((ICompilationUnit)parent).isWorkingCopy()) { [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The method getProvideWorkingCopy() from the type StandardJavaElementContentProvider is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[261] [2024-06-04T13:27:20.884Z] if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[261] [2024-06-04T13:27:20.884Z] if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[261] [2024-06-04T13:27:20.884Z] if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[265] [2024-06-04T13:27:20.884Z] } else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy() && parent != null && parent.equals(fInput)) [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[265] [2024-06-04T13:27:20.884Z] } else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy() && parent != null && parent.equals(fInput)) [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[265] [2024-06-04T13:27:20.884Z] } else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy() && parent != null && parent.equals(fInput)) [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[273] [2024-06-04T13:27:20.884Z] if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.884Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[273] [2024-06-04T13:27:20.884Z] if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.884Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.884Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[273] [2024-06-04T13:27:20.885Z] if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[300] [2024-06-04T13:27:20.885Z] } else if (parent instanceof ICompilationUnit && getProvideWorkingCopy() && !((ICompilationUnit)parent).isWorkingCopy()) { [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The method getProvideWorkingCopy() from the type StandardJavaElementContentProvider is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[302] [2024-06-04T13:27:20.885Z] } else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[302] [2024-06-04T13:27:20.885Z] } else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[302] [2024-06-04T13:27:20.885Z] } else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) { [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[137] [2024-06-04T13:27:20.885Z] private PackageViewerWrapper fWrappedViewer; [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[171] [2024-06-04T13:27:20.885Z] fWrappedViewer= new PackageViewerWrapper(); [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[171] [2024-06-04T13:27:20.885Z] fWrappedViewer= new PackageViewerWrapper(); [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The constructor PackageViewerWrapper() is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[213] [2024-06-04T13:27:20.885Z] fWrappedViewer.setViewer(viewer); [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The method setViewer(StructuredViewer) from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[245] [2024-06-04T13:27:20.885Z] return new PackagesViewFlatContentProvider(fWrappedViewer.getViewer()); [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The method getViewer() from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[246] [2024-06-04T13:27:20.885Z] else return new PackagesViewHierarchicalContentProvider(fWrappedViewer.getViewer()); [2024-06-04T13:27:20.885Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.885Z] The method getViewer() from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.885Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[345] [2024-06-04T13:27:20.886Z] fWrappedViewer.setViewerInput(input); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The method setViewerInput(Object) from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[509] [2024-06-04T13:27:20.886Z] StructuredViewer viewer= fWrappedViewer.getViewer(); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The method getViewer() from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[514] [2024-06-04T13:27:20.886Z] Control control= createViewer(fWrappedViewer.getControl().getParent()).getControl(); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The method getControl() from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[521] [2024-06-04T13:27:20.886Z] fWrappedViewer.setViewerInput(object); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The method setViewerInput(Object) from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[522] [2024-06-04T13:27:20.886Z] fWrappedViewer.getControl().setFocus(); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The method getControl() from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[523] [2024-06-04T13:27:20.886Z] fWrappedViewer.setSelection(selection, true); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The method setSelection(ISelection, boolean) from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[539] [2024-06-04T13:27:20.886Z] fSelectAllAction= new SelectAllAction((TableViewer)fWrappedViewer.getViewer()); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The method getViewer() from the type PackageViewerWrapper is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[44] [2024-06-04T13:27:20.886Z] import org.eclipse.compare.EditionSelectionDialog; [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The type EditionSelectionDialog is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[161] [2024-06-04T13:27:20.886Z] EditionSelectionDialog d= new EditionSelectionDialog(shell, bundle); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The type EditionSelectionDialog is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[161] [2024-06-04T13:27:20.886Z] EditionSelectionDialog d= new EditionSelectionDialog(shell, bundle); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The type EditionSelectionDialog is deprecated [2024-06-04T13:27:20.886Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[161] [2024-06-04T13:27:20.886Z] EditionSelectionDialog d= new EditionSelectionDialog(shell, bundle); [2024-06-04T13:27:20.886Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.886Z] The constructor EditionSelectionDialog(Shell, ResourceBundle) is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[162] [2024-06-04T13:27:20.887Z] d.setAddMode(true); [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The method setAddMode(boolean) from the type EditionSelectionDialog is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[163] [2024-06-04T13:27:20.887Z] d.setHelpContextId(IJavaHelpContextIds.ADD_ELEMENT_FROM_HISTORY_DIALOG); [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The method setHelpContextId(String) from the type EditionSelectionDialog is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[164] [2024-06-04T13:27:20.887Z] ITypedElement selected= d.selectEdition(target, editions, parent); [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The method selectEdition(ITypedElement, ITypedElement[], Object) from the type EditionSelectionDialog is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[175] [2024-06-04T13:27:20.887Z] for (ITypedElement result : d.getSelection()) { [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The method getSelection() from the type EditionSelectionDialog is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java:[33] [2024-06-04T13:27:20.887Z] import org.eclipse.jface.contentassist.SubjectControlContentAssistant; [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java:[66] [2024-06-04T13:27:20.887Z] SubjectControlContentAssistant fContentAssistant; [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java:[108] [2024-06-04T13:27:20.887Z] public void setContentAssistant(SubjectControlContentAssistant assistant) { [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[58] [2024-06-04T13:27:20.887Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[114] [2024-06-04T13:27:20.887Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[263] [2024-06-04T13:27:20.887Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.887Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[281] [2024-06-04T13:27:20.887Z] private static class AddOrRemoveAllForArrayOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.887Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.887Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[331] [2024-06-04T13:27:20.888Z] private static class AddAllForCollectionOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ArraysFillCleanUp.java:[52] [2024-06-04T13:27:20.888Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ArraysFillCleanUp.java:[109] [2024-06-04T13:27:20.888Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ArraysFillCleanUp.java:[200] [2024-06-04T13:27:20.888Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ArraysFillCleanUp.java:[213] [2024-06-04T13:27:20.888Z] private static class ArraysFillOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AutoboxingCleanUp.java:[45] [2024-06-04T13:27:20.888Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AutoboxingCleanUp.java:[106] [2024-06-04T13:27:20.888Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AutoboxingCleanUp.java:[189] [2024-06-04T13:27:20.888Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()])); [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AutoboxingCleanUp.java:[202] [2024-06-04T13:27:20.888Z] private static class AutoboxingOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.888Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.888Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.888Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BitwiseConditionalExpressionCleanup.java:[39] [2024-06-04T13:27:20.888Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BitwiseConditionalExpressionCleanup.java:[92] [2024-06-04T13:27:20.889Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BitwiseConditionalExpressionCleanup.java:[144] [2024-06-04T13:27:20.889Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BitwiseConditionalExpressionCleanup.java:[157] [2024-06-04T13:27:20.889Z] private static class RewriteInfixExpressionOperator extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BooleanLiteralCleanUp.java:[39] [2024-06-04T13:27:20.889Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BooleanLiteralCleanUp.java:[90] [2024-06-04T13:27:20.889Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BooleanLiteralCleanUp.java:[118] [2024-06-04T13:27:20.889Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BooleanLiteralCleanUp.java:[136] [2024-06-04T13:27:20.889Z] private static class BooleanLiteralOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BreakLoopCleanUp.java:[59] [2024-06-04T13:27:20.889Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BreakLoopCleanUp.java:[133] [2024-06-04T13:27:20.889Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.889Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.889Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.889Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BreakLoopCleanUp.java:[382] [2024-06-04T13:27:20.890Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BreakLoopCleanUp.java:[395] [2024-06-04T13:27:20.890Z] private static class BreakLoopOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CollectionCloningCleanUp.java:[62] [2024-06-04T13:27:20.890Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CollectionCloningCleanUp.java:[114] [2024-06-04T13:27:20.890Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CollectionCloningCleanUp.java:[239] [2024-06-04T13:27:20.890Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CollectionCloningCleanUp.java:[252] [2024-06-04T13:27:20.890Z] private static class CollectionCloningOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ComparingOnCriteriaCleanUp.java:[66] [2024-06-04T13:27:20.890Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ComparingOnCriteriaCleanUp.java:[171] [2024-06-04T13:27:20.890Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ComparingOnCriteriaCleanUp.java:[482] [2024-06-04T13:27:20.890Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ComparingOnCriteriaCleanUp.java:[495] [2024-06-04T13:27:20.890Z] private static class ComparingOnCriteriaOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.890Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.890Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.890Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlFlowMergeCleanUp.java:[50] [2024-06-04T13:27:20.891Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlFlowMergeCleanUp.java:[114] [2024-06-04T13:27:20.891Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlFlowMergeCleanUp.java:[306] [2024-06-04T13:27:20.891Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlFlowMergeCleanUp.java:[319] [2024-06-04T13:27:20.891Z] private static class ControlFlowMergeOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/DoubleNegationCleanUp.java:[39] [2024-06-04T13:27:20.891Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/DoubleNegationCleanUp.java:[99] [2024-06-04T13:27:20.891Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/DoubleNegationCleanUp.java:[136] [2024-06-04T13:27:20.891Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/DoubleNegationCleanUp.java:[154] [2024-06-04T13:27:20.891Z] private static class DoubleNegationOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EmbeddedIfCleanUp.java:[40] [2024-06-04T13:27:20.891Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.891Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.891Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EmbeddedIfCleanUp.java:[98] [2024-06-04T13:27:20.891Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.891Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EmbeddedIfCleanUp.java:[130] [2024-06-04T13:27:20.892Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EmbeddedIfCleanUp.java:[148] [2024-06-04T13:27:20.892Z] private static class EmbeddedIfOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EvaluateNullableCleanUp.java:[40] [2024-06-04T13:27:20.892Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EvaluateNullableCleanUp.java:[101] [2024-06-04T13:27:20.892Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EvaluateNullableCleanUp.java:[169] [2024-06-04T13:27:20.892Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EvaluateNullableCleanUp.java:[187] [2024-06-04T13:27:20.892Z] private static class EvaluateNullableOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExtractIncrementCleanUp.java:[51] [2024-06-04T13:27:20.892Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExtractIncrementCleanUp.java:[110] [2024-06-04T13:27:20.892Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExtractIncrementCleanUp.java:[289] [2024-06-04T13:27:20.892Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.892Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.892Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.892Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExtractIncrementCleanUp.java:[302] [2024-06-04T13:27:20.892Z] private static class ExtractIncrementOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/HashCleanUp.java:[63] [2024-06-04T13:27:20.893Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/HashCleanUp.java:[134] [2024-06-04T13:27:20.893Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/HashCleanUp.java:[513] [2024-06-04T13:27:20.893Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/HashCleanUp.java:[531] [2024-06-04T13:27:20.893Z] private static class HashOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/InstanceofCleanUp.java:[39] [2024-06-04T13:27:20.893Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/InstanceofCleanUp.java:[93] [2024-06-04T13:27:20.893Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/InstanceofCleanUp.java:[119] [2024-06-04T13:27:20.893Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/InstanceofCleanUp.java:[132] [2024-06-04T13:27:20.893Z] private static class InstanceofOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/JoinCleanUp.java:[69] [2024-06-04T13:27:20.893Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.893Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.893Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/JoinCleanUp.java:[136] [2024-06-04T13:27:20.893Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.893Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/JoinCleanUp.java:[687] [2024-06-04T13:27:20.894Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/JoinCleanUp.java:[705] [2024-06-04T13:27:20.894Z] private static class JoinOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/LazyLogicalCleanUp.java:[36] [2024-06-04T13:27:20.894Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/LazyLogicalCleanUp.java:[95] [2024-06-04T13:27:20.894Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/LazyLogicalCleanUp.java:[129] [2024-06-04T13:27:20.894Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()])); [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/LazyLogicalCleanUp.java:[142] [2024-06-04T13:27:20.894Z] private static class LazyLogicalInInfixExpressionOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapCloningCleanUp.java:[52] [2024-06-04T13:27:20.894Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapCloningCleanUp.java:[103] [2024-06-04T13:27:20.894Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapCloningCleanUp.java:[213] [2024-06-04T13:27:20.894Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.894Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapCloningCleanUp.java:[226] [2024-06-04T13:27:20.894Z] private static class MapCloningOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.894Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.894Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapMethodCleanUp.java:[40] [2024-06-04T13:27:20.895Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapMethodCleanUp.java:[111] [2024-06-04T13:27:20.895Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapMethodCleanUp.java:[170] [2024-06-04T13:27:20.895Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()])); [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapMethodCleanUp.java:[183] [2024-06-04T13:27:20.895Z] private static class MapMethodOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[41] [2024-06-04T13:27:20.895Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[103] [2024-06-04T13:27:20.895Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[181] [2024-06-04T13:27:20.895Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[194] [2024-06-04T13:27:20.895Z] private static class InnerIfOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.895Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[232] [2024-06-04T13:27:20.895Z] private static class MergeConditionalBlocksOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.895Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.895Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NumberSuffixCleanUp.java:[36] [2024-06-04T13:27:20.896Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NumberSuffixCleanUp.java:[93] [2024-06-04T13:27:20.896Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NumberSuffixCleanUp.java:[114] [2024-06-04T13:27:20.896Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()])); [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NumberSuffixCleanUp.java:[127] [2024-06-04T13:27:20.896Z] private static class NumberSuffixOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ObjectsEqualsCleanUp.java:[51] [2024-06-04T13:27:20.896Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ObjectsEqualsCleanUp.java:[114] [2024-06-04T13:27:20.896Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ObjectsEqualsCleanUp.java:[213] [2024-06-04T13:27:20.896Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ObjectsEqualsCleanUp.java:[231] [2024-06-04T13:27:20.896Z] private static class ObjectsEqualsOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OperandFactorizationCleanUp.java:[39] [2024-06-04T13:27:20.896Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.896Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.896Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.896Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OperandFactorizationCleanUp.java:[110] [2024-06-04T13:27:20.896Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OperandFactorizationCleanUp.java:[196] [2024-06-04T13:27:20.897Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OperandFactorizationCleanUp.java:[209] [2024-06-04T13:27:20.897Z] private static class OperandFactorizationOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PatternCleanUp.java:[64] [2024-06-04T13:27:20.897Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PatternCleanUp.java:[138] [2024-06-04T13:27:20.897Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PatternCleanUp.java:[278] [2024-06-04T13:27:20.897Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PatternCleanUp.java:[291] [2024-06-04T13:27:20.897Z] private static class PatternOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[40] [2024-06-04T13:27:20.897Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[101] [2024-06-04T13:27:20.897Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[211] [2024-06-04T13:27:20.897Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.897Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.897Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[224] [2024-06-04T13:27:20.897Z] private static class PrimitiveParsingWithTheSingleArgumentOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[240] [2024-06-04T13:27:20.898Z] private static class PrimitiveParsingMethodNameOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[259] [2024-06-04T13:27:20.898Z] private static class PrimitiveParsingReplaceByParsingOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveSerializationCleanUp.java:[39] [2024-06-04T13:27:20.898Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveSerializationCleanUp.java:[102] [2024-06-04T13:27:20.898Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveSerializationCleanUp.java:[158] [2024-06-04T13:27:20.898Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveSerializationCleanUp.java:[171] [2024-06-04T13:27:20.898Z] private static class PrimitiveSerializationOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[54] [2024-06-04T13:27:20.898Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[111] [2024-06-04T13:27:20.898Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.898Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[286] [2024-06-04T13:27:20.898Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.898Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.898Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[299] [2024-06-04T13:27:20.899Z] private static class PullUpAssignmentOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[331] [2024-06-04T13:27:20.899Z] private static class MoveToDeclarationOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[40] [2024-06-04T13:27:20.899Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[100] [2024-06-04T13:27:20.899Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[155] [2024-06-04T13:27:20.899Z] for (CompilationUnitRewriteOperation op : rewriteOperations) { [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[168] [2024-06-04T13:27:20.899Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()])); [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[181] [2024-06-04T13:27:20.899Z] private abstract static class ReplacementOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[47] [2024-06-04T13:27:20.899Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[188] [2024-06-04T13:27:20.899Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.899Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.899Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[242] [2024-06-04T13:27:20.899Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.899Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[255] [2024-06-04T13:27:20.900Z] private static class ReduceIndentationThenOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[296] [2024-06-04T13:27:20.900Z] private static class ReduceIndentationElseOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantComparisonStatementCleanUp.java:[42] [2024-06-04T13:27:20.900Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantComparisonStatementCleanUp.java:[104] [2024-06-04T13:27:20.900Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantComparisonStatementCleanUp.java:[214] [2024-06-04T13:27:20.900Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantComparisonStatementCleanUp.java:[232] [2024-06-04T13:27:20.900Z] private static class RedundantComparisonStatementOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantFallingThroughBlockEndCleanUp.java:[52] [2024-06-04T13:27:20.900Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantFallingThroughBlockEndCleanUp.java:[120] [2024-06-04T13:27:20.900Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.900Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantFallingThroughBlockEndCleanUp.java:[282] [2024-06-04T13:27:20.900Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.900Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantFallingThroughBlockEndCleanUp.java:[300] [2024-06-04T13:27:20.901Z] private static class RedundantFallingThroughBlockEndOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantIfConditionCleanUp.java:[37] [2024-06-04T13:27:20.901Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantIfConditionCleanUp.java:[100] [2024-06-04T13:27:20.901Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantIfConditionCleanUp.java:[125] [2024-06-04T13:27:20.901Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantIfConditionCleanUp.java:[143] [2024-06-04T13:27:20.901Z] private static class RedundantIfConditionOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantModifiersCleanUp.java:[41] [2024-06-04T13:27:20.901Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantModifiersCleanUp.java:[135] [2024-06-04T13:27:20.901Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantModifiersCleanUp.java:[203] [2024-06-04T13:27:20.901Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()])); [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantModifiersCleanUp.java:[216] [2024-06-04T13:27:20.901Z] private static class RemoveModifiersOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.901Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.901Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.901Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantSuperCallCleanUp.java:[36] [2024-06-04T13:27:20.902Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantSuperCallCleanUp.java:[92] [2024-06-04T13:27:20.902Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantSuperCallCleanUp.java:[111] [2024-06-04T13:27:20.902Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantSuperCallCleanUp.java:[129] [2024-06-04T13:27:20.902Z] private static class RedundantSuperCallOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SingleUsedFieldCleanUp.java:[57] [2024-06-04T13:27:20.902Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SingleUsedFieldCleanUp.java:[157] [2024-06-04T13:27:20.902Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SingleUsedFieldCleanUp.java:[372] [2024-06-04T13:27:20.902Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SingleUsedFieldCleanUp.java:[385] [2024-06-04T13:27:20.902Z] private static class SingleUsedFieldOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.902Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StaticInnerClassCleanUp.java:[57] [2024-06-04T13:27:20.902Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.902Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.902Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StaticInnerClassCleanUp.java:[124] [2024-06-04T13:27:20.903Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StaticInnerClassCleanUp.java:[345] [2024-06-04T13:27:20.903Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StaticInnerClassCleanUp.java:[358] [2024-06-04T13:27:20.903Z] private static class StaticInnerClassOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StrictlyEqualOrDifferentCleanUp.java:[43] [2024-06-04T13:27:20.903Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StrictlyEqualOrDifferentCleanUp.java:[107] [2024-06-04T13:27:20.903Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StrictlyEqualOrDifferentCleanUp.java:[193] [2024-06-04T13:27:20.903Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StrictlyEqualOrDifferentCleanUp.java:[211] [2024-06-04T13:27:20.903Z] private static class StrictlyEqualOrDifferentOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringBuilderCleanUp.java:[70] [2024-06-04T13:27:20.903Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.903Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringBuilderCleanUp.java:[138] [2024-06-04T13:27:20.903Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.903Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.903Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringBuilderCleanUp.java:[529] [2024-06-04T13:27:20.904Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringBuilderCleanUp.java:[558] [2024-06-04T13:27:20.904Z] private static class StringBuilderOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/TernaryOperatorCleanUp.java:[40] [2024-06-04T13:27:20.904Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/TernaryOperatorCleanUp.java:[93] [2024-06-04T13:27:20.904Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/TernaryOperatorCleanUp.java:[162] [2024-06-04T13:27:20.904Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/TernaryOperatorCleanUp.java:[175] [2024-06-04T13:27:20.904Z] private static class TernaryOperatorOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnboxingCleanUp.java:[43] [2024-06-04T13:27:20.904Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnboxingCleanUp.java:[116] [2024-06-04T13:27:20.904Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnboxingCleanUp.java:[203] [2024-06-04T13:27:20.904Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()])); [2024-06-04T13:27:20.904Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.904Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.904Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnboxingCleanUp.java:[216] [2024-06-04T13:27:20.905Z] private static class UnboxingOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnloopedWhileCleanUp.java:[46] [2024-06-04T13:27:20.905Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnloopedWhileCleanUp.java:[232] [2024-06-04T13:27:20.905Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnloopedWhileCleanUp.java:[261] [2024-06-04T13:27:20.905Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnloopedWhileCleanUp.java:[274] [2024-06-04T13:27:20.905Z] private static class UnloopedWhileOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnreachableBlockCleanUp.java:[34] [2024-06-04T13:27:20.905Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnreachableBlockCleanUp.java:[104] [2024-06-04T13:27:20.905Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnreachableBlockCleanUp.java:[146] [2024-06-04T13:27:20.905Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnreachableBlockCleanUp.java:[159] [2024-06-04T13:27:20.905Z] private static class UnreachableBlockOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.905Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.905Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.905Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessContinueCleanUp.java:[44] [2024-06-04T13:27:20.905Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessContinueCleanUp.java:[105] [2024-06-04T13:27:20.906Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessContinueCleanUp.java:[172] [2024-06-04T13:27:20.906Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessContinueCleanUp.java:[185] [2024-06-04T13:27:20.906Z] private static class UselessContinueOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessReturnCleanUp.java:[45] [2024-06-04T13:27:20.906Z] import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation; [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessReturnCleanUp.java:[101] [2024-06-04T13:27:20.906Z] final List rewriteOperations= new ArrayList<>(); [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessReturnCleanUp.java:[167] [2024-06-04T13:27:20.906Z] rewriteOperations.toArray(new CompilationUnitRewriteOperation[0])); [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessReturnCleanUp.java:[180] [2024-06-04T13:27:20.906Z] private static class UselessReturnOperation extends CompilationUnitRewriteOperation { [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/JIJConstants.java:[28] [2024-06-04T13:27:20.906Z] * This is {@link org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader}.class.getName(), [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] Javadoc: org.eclipse.jdt.internal.jarinjarloader cannot be resolved to a type [2024-06-04T13:27:20.906Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java:[1015] [2024-06-04T13:27:20.906Z] original.becomeWorkingCopy(requestor, progressMonitor); [2024-06-04T13:27:20.906Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.906Z] The method becomeWorkingCopy(IProblemRequestor, IProgressMonitor) from the type ICompilationUnit is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java:[571] [2024-06-04T13:27:20.907Z] editorSite.getKeyBindingService().setScopes(new String[] { "org.eclipse.jdt.ui.breadcrumbEditorScope" }); //$NON-NLS-1$ [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java:[571] [2024-06-04T13:27:20.907Z] editorSite.getKeyBindingService().setScopes(new String[] { "org.eclipse.jdt.ui.breadcrumbEditorScope" }); //$NON-NLS-1$ [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The method setScopes(String[]) from the type IKeyBindingService is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java:[582] [2024-06-04T13:27:20.907Z] editorSite.getKeyBindingService().setScopes(new String[] { "org.eclipse.jdt.ui.javaEditorScope" }); //$NON-NLS-1$ [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java:[582] [2024-06-04T13:27:20.907Z] editorSite.getKeyBindingService().setScopes(new String[] { "org.eclipse.jdt.ui.javaEditorScope" }); //$NON-NLS-1$ [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The method setScopes(String[]) from the type IKeyBindingService is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[38] [2024-06-04T13:27:20.907Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[80] [2024-06-04T13:27:20.907Z] private static final ContextTypeRegistry TEMPLATE_CONTEXT_REGISTRY= JavaPlugin.getDefault().getTemplateContextRegistry(); [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[139] [2024-06-04T13:27:20.907Z] TemplateContextType type= getContextTypeRegistry().getContextType(template.getContextTypeId()); [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[157] [2024-06-04T13:27:20.907Z] protected ContextTypeRegistry getContextTypeRegistry() { [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[238] [2024-06-04T13:27:20.907Z] TemplateContextType type= getContextTypeRegistry().getContextType(contextId); [2024-06-04T13:27:20.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.907Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.907Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[322] [2024-06-04T13:27:20.907Z] context= new JavaDocContext(getContextTypeRegistry().getContextType(template.getContextTypeId()), document, new Position(offset, length), (ICompilationUnit) EditorUtility [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[325] [2024-06-04T13:27:20.908Z] context= new JavaContext(getContextTypeRegistry().getContextType(template.getContextTypeId()), document, new Position(offset, length), (ICompilationUnit) EditorUtility.getEditorInputJavaElement( [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java:[239] [2024-06-04T13:27:20.908Z] int[] found= TextUtilities.indexOf(prefixes, text, 0); [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The method indexOf(String[], String, int) from the type TextUtilities is deprecated [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java:[511] [2024-06-04T13:27:20.908Z] TemplateContextType type= JavaPlugin.getDefault().getCodeTemplateContextRegistry().getContextType(template.getContextTypeId()); [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateSourceViewerConfiguration.java:[63] [2024-06-04T13:27:20.908Z] public String getHoverInfo(ITextViewer textViewer, IRegion subject) { [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The method CodeTemplateSourceViewerConfiguration.TemplateVariableTextHover.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[70] [2024-06-04T13:27:20.908Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[173] [2024-06-04T13:27:20.908Z] private ContextTypeRegistry fContextTypeRegistry; [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[186] [2024-06-04T13:27:20.908Z] public EditTemplateDialog(Shell parent, Template template, boolean edit, boolean isNameModifiable, ContextTypeRegistry registry) { [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[200] [2024-06-04T13:27:20.908Z] for (Iterator it= registry.contextTypes(); it.hasNext();) { [2024-06-04T13:27:20.908Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.908Z] The method contextTypes() from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.908Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[220] [2024-06-04T13:27:20.909Z] TemplateContextType type= fContextTypeRegistry.getContextType(template.getContextTypeId()); [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[360] [2024-06-04T13:27:20.909Z] fTemplateProcessor.setContextType(fContextTypeRegistry.getContextType(contextId)); [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[387] [2024-06-04T13:27:20.909Z] TemplateContextType contextType= fContextTypeRegistry.getContextType(getContextId()); [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[44] [2024-06-04T13:27:20.909Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The type Preferences is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[843] [2024-06-04T13:27:20.909Z] private Preferences createTemporaryCorePreferenceStore() { [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The type Preferences is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[844] [2024-06-04T13:27:20.909Z] Preferences result= new Preferences(); [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The type Preferences is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[844] [2024-06-04T13:27:20.909Z] Preferences result= new Preferences(); [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The type Preferences is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[844] [2024-06-04T13:27:20.909Z] Preferences result= new Preferences(); [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The constructor Preferences() is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[846] [2024-06-04T13:27:20.909Z] result.setValue(COMPILER_TASK_TAGS, "TASK,TODO"); //$NON-NLS-1$ [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The method setValue(String, String) from the type Preferences is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaTemplatePreferencePage.java:[159] [2024-06-04T13:27:20.909Z] TemplateContextType type= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(contextId); [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[51] [2024-06-04T13:27:20.909Z] import org.eclipse.jface.contentassist.SubjectControlContentAssistant; [2024-06-04T13:27:20.909Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.909Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.909Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[69] [2024-06-04T13:27:20.910Z] import org.eclipse.ui.contentassist.ContentAssistHandler; [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[490] [2024-06-04T13:27:20.910Z] SubjectControlContentAssistant contentAssistant= ControlContentAssistHelper.createJavaContentAssistant(annotationCompletionProcessor); [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[491] [2024-06-04T13:27:20.910Z] ContentAssistHandler.createHandlerForText(cellEditorText, contentAssistant); [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[491] [2024-06-04T13:27:20.910Z] ContentAssistHandler.createHandlerForText(cellEditorText, contentAssistant); [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCodeReader.java:[19] [2024-06-04T13:27:20.910Z] import org.eclipse.jface.internal.text.html.SingleCharReader; [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type SingleCharReader is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCodeReader.java:[29] [2024-06-04T13:27:20.910Z] public class JavaCodeReader extends SingleCharReader { [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type SingleCharReader is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[24] [2024-06-04T13:27:20.910Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type Preferences is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[170] [2024-06-04T13:27:20.910Z] private Preferences fCorePreferenceStore; [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type Preferences is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[174] [2024-06-04T13:27:20.910Z] public JavaCommentScanner(IColorManager manager, IPreferenceStore store, Preferences coreStore, String defaultTokenProperty) { [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type Preferences is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[178] [2024-06-04T13:27:20.910Z] public JavaCommentScanner(IColorManager manager, IPreferenceStore store, Preferences coreStore, String defaultTokenProperty, String[] tokenProperties) { [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The type Preferences is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[251] [2024-06-04T13:27:20.910Z] tasks= fCorePreferenceStore.getString(COMPILER_TASK_TAGS); [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:27:20.910Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[252] [2024-06-04T13:27:20.910Z] isCaseSensitive= ENABLED.equals(fCorePreferenceStore.getString(COMPILER_TASK_CASE_SENSITIVE)); [2024-06-04T13:27:20.910Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.910Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaElementProvider.java:[73] [2024-06-04T13:27:20.911Z] public String getInformation(ITextViewer textViewer, IRegion subject) { [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The method JavaElementProvider.getInformation(ITextViewer, IRegion) overrides a deprecated method from IInformationProvider [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[21] [2024-06-04T13:27:20.911Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The type Preferences is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[43] [2024-06-04T13:27:20.911Z] private class PropertyChangeListener implements Preferences.IPropertyChangeListener { [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The type Preferences is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[43] [2024-06-04T13:27:20.911Z] private class PropertyChangeListener implements Preferences.IPropertyChangeListener { [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The type Preferences.IPropertyChangeListener is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[49] [2024-06-04T13:27:20.911Z] public void propertyChange(Preferences.PropertyChangeEvent event) { [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The method PreferencesAdapter.PropertyChangeListener.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[49] [2024-06-04T13:27:20.911Z] public void propertyChange(Preferences.PropertyChangeEvent event) { [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The type Preferences is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[49] [2024-06-04T13:27:20.911Z] public void propertyChange(Preferences.PropertyChangeEvent event) { [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[50] [2024-06-04T13:27:20.911Z] firePropertyChangeEvent(event.getProperty(), event.getOldValue(), event.getNewValue()); [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[50] [2024-06-04T13:27:20.911Z] firePropertyChangeEvent(event.getProperty(), event.getOldValue(), event.getNewValue()); [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[50] [2024-06-04T13:27:20.911Z] firePropertyChangeEvent(event.getProperty(), event.getOldValue(), event.getNewValue()); [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[61] [2024-06-04T13:27:20.911Z] private Preferences fPreferences; [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The type Preferences is deprecated [2024-06-04T13:27:20.911Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[70] [2024-06-04T13:27:20.911Z] this(new Preferences()); [2024-06-04T13:27:20.911Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.911Z] The type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[70] [2024-06-04T13:27:20.912Z] this(new Preferences()); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The constructor Preferences() is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[77] [2024-06-04T13:27:20.912Z] public PreferencesAdapter(Preferences preferences) { [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[84] [2024-06-04T13:27:20.912Z] fPreferences.addPropertyChangeListener(fListener); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[92] [2024-06-04T13:27:20.912Z] fPreferences.removePropertyChangeListener(fListener); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[97] [2024-06-04T13:27:20.912Z] return fPreferences.contains(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method contains(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[125] [2024-06-04T13:27:20.912Z] return fPreferences.getBoolean(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method getBoolean(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[130] [2024-06-04T13:27:20.912Z] return fPreferences.getDefaultBoolean(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method getDefaultBoolean(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[135] [2024-06-04T13:27:20.912Z] return fPreferences.getDefaultDouble(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method getDefaultDouble(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[140] [2024-06-04T13:27:20.912Z] return fPreferences.getDefaultFloat(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method getDefaultFloat(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[145] [2024-06-04T13:27:20.912Z] return fPreferences.getDefaultInt(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method getDefaultInt(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[150] [2024-06-04T13:27:20.912Z] return fPreferences.getDefaultLong(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method getDefaultLong(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[155] [2024-06-04T13:27:20.912Z] return fPreferences.getDefaultString(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method getDefaultString(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[160] [2024-06-04T13:27:20.912Z] return fPreferences.getDouble(name); [2024-06-04T13:27:20.912Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.912Z] The method getDouble(String) from the type Preferences is deprecated [2024-06-04T13:27:20.912Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[165] [2024-06-04T13:27:20.913Z] return fPreferences.getFloat(name); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method getFloat(String) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[170] [2024-06-04T13:27:20.913Z] return fPreferences.getInt(name); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method getInt(String) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[175] [2024-06-04T13:27:20.913Z] return fPreferences.getLong(name); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method getLong(String) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[180] [2024-06-04T13:27:20.913Z] return fPreferences.getString(name); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[185] [2024-06-04T13:27:20.913Z] return fPreferences.isDefault(name); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method isDefault(String) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[190] [2024-06-04T13:27:20.913Z] return fPreferences.needsSaving(); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method needsSaving() from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[197] [2024-06-04T13:27:20.913Z] fPreferences.setValue(name, value); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method setValue(String, String) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[205] [2024-06-04T13:27:20.913Z] fPreferences.setDefault(name, value); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method setDefault(String, double) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[210] [2024-06-04T13:27:20.913Z] fPreferences.setDefault(name, value); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method setDefault(String, float) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[215] [2024-06-04T13:27:20.913Z] fPreferences.setDefault(name, value); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method setDefault(String, int) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[220] [2024-06-04T13:27:20.913Z] fPreferences.setDefault(name, value); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method setDefault(String, long) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[225] [2024-06-04T13:27:20.913Z] fPreferences.setDefault(name, defaultObject); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method setDefault(String, String) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[230] [2024-06-04T13:27:20.913Z] fPreferences.setDefault(name, value); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method setDefault(String, boolean) from the type Preferences is deprecated [2024-06-04T13:27:20.913Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[235] [2024-06-04T13:27:20.913Z] fPreferences.setToDefault(name); [2024-06-04T13:27:20.913Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.913Z] The method setToDefault(String) from the type Preferences is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[240] [2024-06-04T13:27:20.914Z] fPreferences.setValue(name, value); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method setValue(String, double) from the type Preferences is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[245] [2024-06-04T13:27:20.914Z] fPreferences.setValue(name, value); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method setValue(String, float) from the type Preferences is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[250] [2024-06-04T13:27:20.914Z] fPreferences.setValue(name, value); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method setValue(String, int) from the type Preferences is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[255] [2024-06-04T13:27:20.914Z] fPreferences.setValue(name, value); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method setValue(String, long) from the type Preferences is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[260] [2024-06-04T13:27:20.914Z] fPreferences.setValue(name, value); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method setValue(String, String) from the type Preferences is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[265] [2024-06-04T13:27:20.914Z] fPreferences.setValue(name, value); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method setValue(String, boolean) from the type Preferences is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java:[2847] [2024-06-04T13:27:20.914Z] expression= switchCase.getExpression(); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method getExpression() from the type SwitchCase is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java:[3231] [2024-06-04T13:27:20.914Z] switchCaseStatements[0].setExpression(null); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method setExpression(Expression) from the type SwitchCase is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java:[3241] [2024-06-04T13:27:20.914Z] switchCaseStatements[i].setExpression(copyTarget); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method setExpression(Expression) from the type SwitchCase is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java:[177] [2024-06-04T13:27:20.914Z] CompilationUnitContextType contextType= (CompilationUnitContextType) JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(contextId); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.914Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java:[228] [2024-06-04T13:27:20.914Z] TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(template.getContextTypeId()); [2024-06-04T13:27:20.914Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.914Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/FixCorrectionProposal.java:[143] [2024-06-04T13:27:20.915Z] ImageDescriptor composite= new JavaElementImageDescriptor(image, flag, new Point(image.getImageData().width, image.getImageData().height)); [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/FixCorrectionProposal.java:[143] [2024-06-04T13:27:20.915Z] ImageDescriptor composite= new JavaElementImageDescriptor(image, flag, new Point(image.getImageData().width, image.getImageData().height)); [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[54] [2024-06-04T13:27:20.915Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The type Preferences is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[460] [2024-06-04T13:27:20.915Z] public static void store(ContentAssistHistory history, Preferences preferences, String key) throws CoreException { [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The type Preferences is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[463] [2024-06-04T13:27:20.915Z] preferences.setValue(key, writer.toString()); [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The method setValue(String, String) from the type Preferences is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[477] [2024-06-04T13:27:20.915Z] public static ContentAssistHistory load(Preferences preferences, String key) throws CoreException { [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The type Preferences is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[478] [2024-06-04T13:27:20.915Z] String value= preferences.getString(key); [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The method getString(String) from the type Preferences is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java:[18] [2024-06-04T13:27:20.915Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java:[136] [2024-06-04T13:27:20.915Z] ContextTypeRegistry templateContextRegistry= JavaPlugin.getDefault().getTemplateContextRegistry(); [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java:[144] [2024-06-04T13:27:20.915Z] private static TemplateEngine createTemplateEngine(ContextTypeRegistry templateContextRegistry, String contextTypeId) { [2024-06-04T13:27:20.915Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.915Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.915Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java:[145] [2024-06-04T13:27:20.916Z] TemplateContextType contextType= templateContextRegistry.getContextType(contextTypeId); [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/TemplateCompletionProposalComputer.java:[20] [2024-06-04T13:27:20.916Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/TemplateCompletionProposalComputer.java:[52] [2024-06-04T13:27:20.916Z] ContextTypeRegistry templateContextRegistry= JavaPlugin.getDefault().getTemplateContextRegistry(); [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/TemplateCompletionProposalComputer.java:[61] [2024-06-04T13:27:20.916Z] private static TemplateEngine createTemplateEngine(ContextTypeRegistry templateContextRegistry, String contextTypeId) { [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/TemplateCompletionProposalComputer.java:[62] [2024-06-04T13:27:20.916Z] TemplateContextType contextType= templateContextRegistry.getContextType(contextTypeId); [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java:[86] [2024-06-04T13:27:20.916Z] return getHoverInfo(textViewer, hoverRegion); [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java:[103] [2024-06-04T13:27:20.916Z] public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) { [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The method BestMatchHover.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java:[115] [2024-06-04T13:27:20.916Z] String s= hover.getHoverInfo(textViewer, hoverRegion); [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java:[169] [2024-06-04T13:27:20.916Z] String s= hover.getHoverInfo(textViewer, hoverRegion); [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java:[74] [2024-06-04T13:27:20.916Z] public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) { [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The method JavaEditorTextHoverProxy.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover [2024-06-04T13:27:20.916Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java:[76] [2024-06-04T13:27:20.916Z] return fHover.getHoverInfo(textViewer, hoverRegion); [2024-06-04T13:27:20.916Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.916Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java:[91] [2024-06-04T13:27:20.917Z] return fHover.getHoverInfo(textViewer, hoverRegion); [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java:[706] [2024-06-04T13:27:20.917Z] int width= gc.getFontMetrics().getAverageCharWidth(); [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The method getAverageCharWidth() from the type FontMetrics is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java:[36] [2024-06-04T13:27:20.917Z] import org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor; [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The type IJavadocCompletionProcessor is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java:[133] [2024-06-04T13:27:20.917Z] fRestrictToMatchingCase= (flags & IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE) != 0; [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The type IJavadocCompletionProcessor is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java:[133] [2024-06-04T13:27:20.917Z] fRestrictToMatchingCase= (flags & IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE) != 0; [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The field IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[26] [2024-06-04T13:27:20.917Z] import org.eclipse.jface.internal.text.html.SubstitutionTextReader; [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[34] [2024-06-04T13:27:20.917Z] public class JavaDoc2HTMLTextReader extends SubstitutionTextReader { [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[56] [2024-06-04T13:27:20.917Z] super(reader); [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The constructor SubstitutionTextReader(Reader) is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[57] [2024-06-04T13:27:20.917Z] setSkipWhitespace(false); [2024-06-04T13:27:20.917Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The method setSkipWhitespace(boolean) from the type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[61] [2024-06-04T13:27:20.917Z] int c= nextChar(); [2024-06-04T13:27:20.917Z] ^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[64] [2024-06-04T13:27:20.917Z] c= nextChar(); [2024-06-04T13:27:20.917Z] ^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.917Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[70] [2024-06-04T13:27:20.917Z] int c= nextChar(); [2024-06-04T13:27:20.917Z] ^^^^^^^^^^ [2024-06-04T13:27:20.917Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[73] [2024-06-04T13:27:20.918Z] c= nextChar(); [2024-06-04T13:27:20.918Z] ^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[79] [2024-06-04T13:27:20.918Z] int c= nextChar(); [2024-06-04T13:27:20.918Z] ^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[102] [2024-06-04T13:27:20.918Z] c= nextChar(); [2024-06-04T13:27:20.918Z] ^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[366] [2024-06-04T13:27:20.918Z] int c= nextChar(); [2024-06-04T13:27:20.918Z] ^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The method nextChar() from the type SubstitutionTextReader is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[400] [2024-06-04T13:27:20.918Z] protected String computeSubstitution(int c) throws IOException { [2024-06-04T13:27:20.918Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The method JavaDoc2HTMLTextReader.computeSubstitution(int) overrides a deprecated method from SubstitutionTextReader [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[401] [2024-06-04T13:27:20.918Z] if (c == '@' && fWasWhiteSpace) [2024-06-04T13:27:20.918Z] ^^^^^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The field SubstitutionTextReader.fWasWhiteSpace is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocScanner.java:[21] [2024-06-04T13:27:20.918Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:27:20.918Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The type Preferences is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocScanner.java:[139] [2024-06-04T13:27:20.918Z] public JavaDocScanner(IColorManager manager, IPreferenceStore store, Preferences coreStore) { [2024-06-04T13:27:20.918Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The type Preferences is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocCompletionProcessor.java:[26] [2024-06-04T13:27:20.918Z] import org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor; [2024-06-04T13:27:20.918Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The type IJavadocCompletionProcessor is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocCompletionProcessor.java:[52] [2024-06-04T13:27:20.918Z] fSubProcessorFlags= restrict ? IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE : 0; [2024-06-04T13:27:20.918Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The type IJavadocCompletionProcessor is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocCompletionProcessor.java:[52] [2024-06-04T13:27:20.918Z] fSubProcessorFlags= restrict ? IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE : 0; [2024-06-04T13:27:20.918Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The field IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[20] [2024-06-04T13:27:20.918Z] import org.eclipse.core.runtime.Preferences.IPropertyChangeListener; [2024-06-04T13:27:20.918Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.918Z] The type Preferences.IPropertyChangeListener is deprecated [2024-06-04T13:27:20.918Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[21] [2024-06-04T13:27:20.919Z] import org.eclipse.core.runtime.Preferences.PropertyChangeEvent; [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[33] [2024-06-04T13:27:20.919Z] public class TaskTagDictionary extends AbstractSpellDictionary implements IPropertyChangeListener { [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The type Preferences.IPropertyChangeListener is deprecated [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[48] [2024-06-04T13:27:20.919Z] JavaPlugin.getJavaCorePluginPreferences().addPropertyChangeListener(this); [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[56] [2024-06-04T13:27:20.919Z] public void propertyChange(final PropertyChangeEvent event) { [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The method TaskTagDictionary.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[56] [2024-06-04T13:27:20.919Z] public void propertyChange(final PropertyChangeEvent event) { [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[58] [2024-06-04T13:27:20.919Z] if (JavaCore.COMPILER_TASK_TAGS.equals(event.getProperty())) [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[67] [2024-06-04T13:27:20.919Z] JavaPlugin.getJavaCorePluginPreferences().removePropertyChangeListener(this); [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java:[252] [2024-06-04T13:27:20.919Z] CompilationUnitContextType contextType= (CompilationUnitContextType) JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(fTemplate.getContextTypeId()); [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilteredElementTreeSelectionDialog.java:[128] [2024-06-04T13:27:20.919Z] super(parent, treeStyle, new MultiplePatternFilter(deepFiltering), true); [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [2024-06-04T13:27:20.919Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java:[636] [2024-06-04T13:27:20.919Z] IPath resolvedPath= pathVariableManager.resolvePath(path1); [2024-06-04T13:27:20.919Z] ^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.919Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated [2024-06-04T13:27:20.920Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java:[652] [2024-06-04T13:27:20.920Z] ListSelectionDialog dialog= new ListSelectionDialog(getShell(), Arrays.asList(selectArr), ArrayContentProvider.getInstance(), new JavaUILabelProvider(), NewWizardMessages.ProjectsWorkbookPage_chooseProjects_message); [2024-06-04T13:27:20.920Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.920Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:27:20.920Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java:[54] [2024-06-04T13:27:20.920Z] import org.eclipse.jface.viewers.ViewerSorter; [2024-06-04T13:27:20.920Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.920Z] The type ViewerSorter is deprecated [2024-06-04T13:27:20.920Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java:[46] [2024-06-04T13:27:20.920Z] import org.eclipse.jdt.core.IWorkingCopy; [2024-06-04T13:27:20.920Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.920Z] The type IWorkingCopy is deprecated [2024-06-04T13:27:20.920Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenProjectAction.java:[169] [2024-06-04T13:27:20.920Z] ListSelectionDialog dialog= new ListSelectionDialog(getShell(), getClosedProjectsInWorkspace(), ArrayContentProvider.getInstance(), new JavaElementLabelProvider(), ActionMessages.OpenProjectAction_dialog_message); [2024-06-04T13:27:20.920Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.920Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:27:20.920Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.java:[89] [2024-06-04T13:27:20.920Z] fJarOutputStream= new JarOutputStream(new FileOutputStream(fJarPackage.getAbsoluteJarLocation().toFile()), manifest); [2024-06-04T13:27:20.920Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.920Z] Potential resource leak: '' may not be closed [2024-06-04T13:27:20.920Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.java:[91] [2024-06-04T13:27:20.920Z] fJarOutputStream= new JarOutputStream(new FileOutputStream(fJarPackage.getAbsoluteJarLocation().toFile())); [2024-06-04T13:27:20.920Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.920Z] Potential resource leak: '' may not be closed [2024-06-04T13:27:20.920Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter2.java:[90] [2024-06-04T13:27:20.920Z] fJarOutputStream= new JarOutputStream(new FileOutputStream(fJarPackage.getAbsoluteJarLocation().toFile()), manifest); [2024-06-04T13:27:20.920Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.920Z] Potential resource leak: '' may not be closed [2024-06-04T13:27:20.920Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter2.java:[92] [2024-06-04T13:27:20.920Z] fJarOutputStream= new JarOutputStream(new FileOutputStream(fJarPackage.getAbsoluteJarLocation().toFile())); [2024-06-04T13:27:20.920Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.920Z] Potential resource leak: '' may not be closed [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter3.java:[131] [2024-06-04T13:27:20.921Z] fJarOutputStream= new JarOutputStream(new BufferedOutputStream(new FileOutputStream(fJarPackage.getAbsoluteJarLocation().toFile())), manifest); [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] Potential resource leak: '' may not be closed [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter3.java:[133] [2024-06-04T13:27:20.921Z] fJarOutputStream= new JarOutputStream(new BufferedOutputStream(new FileOutputStream(fJarPackage.getAbsoluteJarLocation().toFile()))); [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] Potential resource leak: '' may not be closed [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[16] [2024-06-04T13:27:20.921Z] import org.eclipse.core.runtime.Preferences; [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] The type Preferences is deprecated [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[52] [2024-06-04T13:27:20.921Z] private class PreferenceListener implements IPropertyChangeListener, Preferences.IPropertyChangeListener { [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] The type Preferences is deprecated [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[52] [2024-06-04T13:27:20.921Z] private class PreferenceListener implements IPropertyChangeListener, Preferences.IPropertyChangeListener { [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] The type Preferences.IPropertyChangeListener is deprecated [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[58] [2024-06-04T13:27:20.921Z] public void propertyChange(Preferences.PropertyChangeEvent event) { [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] The method JavaTextTools.PreferenceListener.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[58] [2024-06-04T13:27:20.921Z] public void propertyChange(Preferences.PropertyChangeEvent event) { [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] The type Preferences is deprecated [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[58] [2024-06-04T13:27:20.921Z] public void propertyChange(Preferences.PropertyChangeEvent event) { [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] The type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[59] [2024-06-04T13:27:20.921Z] adaptToPreferenceChange(new PropertyChangeEvent(event.getSource(), event.getProperty(), event.getOldValue(), event.getNewValue())); [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.921Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[59] [2024-06-04T13:27:20.921Z] adaptToPreferenceChange(new PropertyChangeEvent(event.getSource(), event.getProperty(), event.getOldValue(), event.getNewValue())); [2024-06-04T13:27:20.921Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.921Z] The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[59] [2024-06-04T13:27:20.922Z] adaptToPreferenceChange(new PropertyChangeEvent(event.getSource(), event.getProperty(), event.getOldValue(), event.getNewValue())); [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[81] [2024-06-04T13:27:20.922Z] private Preferences fCorePreferenceStore; [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The type Preferences is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[130] [2024-06-04T13:27:20.922Z] public JavaTextTools(IPreferenceStore store, Preferences coreStore) { [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The type Preferences is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[150] [2024-06-04T13:27:20.922Z] public JavaTextTools(IPreferenceStore store, Preferences coreStore, boolean autoDisposeOnDisplayDispose) { [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The type Preferences is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[156] [2024-06-04T13:27:20.922Z] fCorePreferenceStore.addPropertyChangeListener(fPreferenceListener); [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[188] [2024-06-04T13:27:20.922Z] fCorePreferenceStore.removePropertyChangeListener(fPreferenceListener); [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[409] [2024-06-04T13:27:20.922Z] protected Preferences getCorePreferenceStore() { [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The type Preferences is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[61] [2024-06-04T13:27:20.922Z] import org.eclipse.jface.contentassist.SubjectControlContentAssistant; [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[79] [2024-06-04T13:27:20.922Z] import org.eclipse.ui.contentassist.ContentAssistHandler; [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[1135] [2024-06-04T13:27:20.922Z] SubjectControlContentAssistant contentAssistant= ControlContentAssistHelper.createJavaContentAssistant(superInterfaceCompletionProcessor); [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The type SubjectControlContentAssistant is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[1137] [2024-06-04T13:27:20.922Z] ContentAssistHandler.createHandlerForText(cellEditorText, contentAssistant); [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.922Z] The type ContentAssistHandler is deprecated [2024-06-04T13:27:20.922Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[1137] [2024-06-04T13:27:20.922Z] ContentAssistHandler.createHandlerForText(cellEditorText, contentAssistant); [2024-06-04T13:27:20.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:27:20.923Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated [2024-06-04T13:27:20.923Z] 518 problems (518 warnings) [2024-06-04T13:27:20.923Z] [INFO] [2024-06-04T13:27:20.923Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:20.923Z] [INFO] [2024-06-04T13:27:20.923Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:20.923Z] [INFO] [2024-06-04T13:27:20.923Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:27.458Z] [INFO] [2024-06-04T13:27:27.458Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:27.458Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/src/test/resources [2024-06-04T13:27:27.458Z] [INFO] [2024-06-04T13:27:27.458Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:27.458Z] [INFO] [2024-06-04T13:27:27.458Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:27.458Z] [INFO] [2024-06-04T13:27:27.458Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:27.458Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.100-SNAPSHOT-sources.jar [2024-06-04T13:27:27.713Z] [INFO] [2024-06-04T13:27:27.713Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:27.714Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.100-SNAPSHOT.jar [2024-06-04T13:27:29.601Z] [INFO] [2024-06-04T13:27:29.601Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:30.529Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.32.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [2024-06-04T13:27:30.529Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:27:30.529Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:27:30.529Z] [2024-06-04T13:27:30.530Z] [INFO] [2024-06-04T13:27:30.530Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:33.042Z] [INFO] [2024-06-04T13:27:33.042Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:36.307Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:27:36.307Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.100-SNAPSHOT.jar [2024-06-04T13:27:51.160Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:27:51.160Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.100-SNAPSHOT-sources.jar [2024-06-04T13:27:59.246Z] [INFO] [2024-06-04T13:27:59.246Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui --- [2024-06-04T13:27:59.246Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.32.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [2024-06-04T13:27:59.246Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:27:59.246Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:27:59.246Z] [2024-06-04T13:27:59.246Z] [INFO] [2024-06-04T13:27:59.246Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.debug.ui >-------------- [2024-06-04T13:27:59.246Z] [INFO] Building org.eclipse.jdt.debug.ui 3.13.400-SNAPSHOT [135/523] [2024-06-04T13:27:59.246Z] [INFO] from eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml [2024-06-04T13:27:59.246Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:27:59.502Z] [INFO] [2024-06-04T13:27:59.502Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.502Z] [INFO] [2024-06-04T13:27:59.502Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.502Z] [INFO] The project's OSGi version is 3.13.400.v20240516-0950 [2024-06-04T13:27:59.502Z] [INFO] [2024-06-04T13:27:59.502Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.502Z] [INFO] [2024-06-04T13:27:59.502Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.502Z] [INFO] [2024-06-04T13:27:59.502Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.502Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/saveproperties [2024-06-04T13:27:59.502Z] [INFO] [2024-06-04T13:27:59.502Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.502Z] [INFO] [2024-06-04T13:27:59.502Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.502Z] [INFO] [2024-06-04T13:27:59.502Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.502Z] [INFO] Resolving class path of org.eclipse.jdt.debug.ui [2024-06-04T13:27:59.757Z] [INFO] [2024-06-04T13:27:59.757Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.757Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/src/main/resources [2024-06-04T13:27:59.757Z] [INFO] [2024-06-04T13:27:59.757Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.758Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/src/main/resources [2024-06-04T13:27:59.758Z] [INFO] [2024-06-04T13:27:59.758Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:27:59.758Z] [INFO] Compiling 430 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:28:02.313Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/core/refactoring/ClassPrepareBreakpointTypeChange.java:[61] [2024-06-04T13:28:02.313Z] // TODO - start/end should be adjusted, but can access new CU from model yet [2024-06-04T13:28:02.313Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.313Z] TODO - start/end should be adjusted, but can access new CU from model yet [2024-06-04T13:28:02.313Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/DebugWorkingCopyManager.java:[41] [2024-06-04T13:28:02.313Z] //TODO Using JDT UI internal code here, see bug 151260 for more information [2024-06-04T13:28:02.313Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.313Z] TODO Using JDT UI internal code here, see bug 151260 for more information [2024-06-04T13:28:02.313Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/HeapWalkingPreferencePage.java:[63] [2024-06-04T13:28:02.313Z] // TODO: Help must be updated [2024-06-04T13:28:02.313Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.313Z] TODO: Help must be updated [2024-06-04T13:28:02.313Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIContentAssistPreference.java:[231] [2024-06-04T13:28:02.313Z] // XXX not yet supported [2024-06-04T13:28:02.313Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.313Z] XXX not yet supported [2024-06-04T13:28:02.313Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIDebugUIPlugin.java:[597] [2024-06-04T13:28:02.313Z] dialog.setElements(packageList.toArray()); // XXX inefficient [2024-06-04T13:28:02.313Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.313Z] XXX inefficient [2024-06-04T13:28:02.313Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java:[1626] [2024-06-04T13:28:02.313Z] //TODO remove the cast once the API freeze has thawed [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] TODO remove the cast once the API freeze has thawed [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDISourceViewer.java:[344] [2024-06-04T13:28:02.314Z] // XXX: Alternatively, we could apply TextLayout. Pros would be full [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] XXX: Alternatively, we could apply TextLayout. Pros would be full [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaWordFinder.java:[60] [2024-06-04T13:28:02.314Z] * XXX: Here we should create the code point and test whether it is a Java [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] XXX: Here we should create the code point and test whether it is a Java [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/DisplayAction.java:[120] [2024-06-04T13:28:02.314Z] * TODO: illegal internal reference to IInternalDebugUIConstants [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] TODO: illegal internal reference to IInternalDebugUIConstants [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/OpenFromClipboardAction.java:[620] [2024-06-04T13:28:02.314Z] * TODO: Because of faster performance SearchEngine.searchAllTypeNames(...) is used to do the [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] TODO: Because of faster performance SearchEngine.searchAllTypeNames(...) is used to do the [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/OpenFromClipboardAction.java:[660] [2024-06-04T13:28:02.314Z] * TODO: Because of faster performance, if the type name is available [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] TODO: Because of faster performance, if the type name is available [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/display/DisplayView.java:[305] [2024-06-04T13:28:02.314Z] //TODO: Still using "old" resource access [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] TODO: Still using "old" resource access [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/ExecutionEnvironmentsPreferencePage.java:[154] [2024-06-04T13:28:02.314Z] // TODO: fix help [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] TODO: fix help [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/AbstractJavaMainTab.java:[208] [2024-06-04T13:28:02.314Z] //CONTEXTLAUNCHING [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] CONTEXTLAUNCHING [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/RuntimeClasspathEntryLabelProvider.java:[85] [2024-06-04T13:28:02.314Z] //TODO: check for invalid paths and change image [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] TODO: check for invalid paths and change image [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaContendedMonitor.java:[122] [2024-06-04T13:28:02.314Z] //CONTEXTLAUNCHING [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] CONTEXTLAUNCHING [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaOwnedMonitor.java:[137] [2024-06-04T13:28:02.314Z] //CONTEXTLAUNCHING [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] CONTEXTLAUNCHING [2024-06-04T13:28:02.314Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaOwningThread.java:[122] [2024-06-04T13:28:02.314Z] //CONTEXTLAUNCHING [2024-06-04T13:28:02.314Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.314Z] CONTEXTLAUNCHING [2024-06-04T13:28:02.315Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaWaitingThread.java:[117] [2024-06-04T13:28:02.315Z] //CONTEXTLAUNCHING [2024-06-04T13:28:02.315Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:28:02.315Z] CONTEXTLAUNCHING [2024-06-04T13:28:02.315Z] 19 problems (null, 19 warnings) [2024-06-04T13:28:02.315Z] [INFO] [2024-06-04T13:28:02.315Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:02.315Z] [INFO] [2024-06-04T13:28:02.315Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:02.315Z] [INFO] [2024-06-04T13:28:02.315Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:02.315Z] [INFO] [2024-06-04T13:28:02.315Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:02.315Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/src/test/resources [2024-06-04T13:28:02.315Z] [INFO] [2024-06-04T13:28:02.315Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:02.315Z] [INFO] [2024-06-04T13:28:02.315Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:02.315Z] [INFO] [2024-06-04T13:28:02.315Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:02.570Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.400-SNAPSHOT-sources.jar [2024-06-04T13:28:02.570Z] [INFO] [2024-06-04T13:28:02.570Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:02.571Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.400-SNAPSHOT.jar [2024-06-04T13:28:02.826Z] [INFO] [2024-06-04T13:28:02.826Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:03.082Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.13.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml [2024-06-04T13:28:03.082Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:03.082Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:03.082Z] [2024-06-04T13:28:03.082Z] [INFO] [2024-06-04T13:28:03.082Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:03.643Z] [INFO] [2024-06-04T13:28:03.643Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:03.643Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.400-SNAPSHOT.jar' is disabled. [2024-06-04T13:28:03.643Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:28:03.643Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.400-SNAPSHOT.jar [2024-06-04T13:28:08.887Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.400-SNAPSHOT-sources.jar' is disabled. [2024-06-04T13:28:08.887Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:28:08.887Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.400-SNAPSHOT-sources.jar [2024-06-04T13:28:14.131Z] [INFO] [2024-06-04T13:28:14.131Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.debug.ui --- [2024-06-04T13:28:14.132Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.13.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml [2024-06-04T13:28:14.132Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:14.132Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:14.132Z] [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.junit >---------------- [2024-06-04T13:28:14.132Z] [INFO] Building [bundle] Java Development Tools JUnit support 3.16.400-SNAPSHOT [136/523] [2024-06-04T13:28:14.132Z] [INFO] from eclipse.jdt.ui/org.eclipse.jdt.junit/.polyglot.META-INF [2024-06-04T13:28:14.132Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.132Z] [INFO] The project's OSGi version is 3.16.400.v20240524-2038 [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.132Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/saveproperties [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.132Z] [INFO] [2024-06-04T13:28:14.132Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.132Z] [INFO] Resolving class path of [bundle] Java Development Tools JUnit support [2024-06-04T13:28:14.387Z] [INFO] [2024-06-04T13:28:14.387Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-6) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.387Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/internal compatibility added. [2024-06-04T13:28:14.387Z] [INFO] [2024-06-04T13:28:14.387Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.387Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/main/resources [2024-06-04T13:28:14.387Z] [INFO] [2024-06-04T13:28:14.387Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.387Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/main/resources [2024-06-04T13:28:14.387Z] [INFO] [2024-06-04T13:28:14.387Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.387Z] [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:28:14.948Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[31] [2024-06-04T13:28:14.948Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:28:14.948Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:14.948Z] The type PackageAdmin is deprecated [2024-06-04T13:28:14.948Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[326] [2024-06-04T13:28:14.948Z] ServiceReference serviceRef= fBundleContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:28:14.948Z] ^^^^^^^^^^^^ [2024-06-04T13:28:14.948Z] The type PackageAdmin is deprecated [2024-06-04T13:28:14.948Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[326] [2024-06-04T13:28:14.948Z] ServiceReference serviceRef= fBundleContext.getServiceReference(PackageAdmin.class); [2024-06-04T13:28:14.948Z] ^^^^^^^^^^^^ [2024-06-04T13:28:14.948Z] The type PackageAdmin is deprecated [2024-06-04T13:28:14.948Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[327] [2024-06-04T13:28:14.948Z] PackageAdmin admin= fBundleContext.getService(serviceRef); [2024-06-04T13:28:14.948Z] ^^^^^^^^^^^^ [2024-06-04T13:28:14.948Z] The type PackageAdmin is deprecated [2024-06-04T13:28:14.948Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[328] [2024-06-04T13:28:14.948Z] bundles= admin.getBundles(bundleName, version); [2024-06-04T13:28:14.948Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:14.948Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:28:14.948Z] 5 problems (5 warnings) [2024-06-04T13:28:14.948Z] [INFO] [2024-06-04T13:28:14.948Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.948Z] [INFO] [2024-06-04T13:28:14.948Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:14.948Z] [INFO] [2024-06-04T13:28:14.948Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.228Z] [INFO] [2024-06-04T13:28:15.228Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.228Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/test/resources [2024-06-04T13:28:15.228Z] [INFO] [2024-06-04T13:28:15.228Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.228Z] [INFO] [2024-06-04T13:28:15.228Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.228Z] [INFO] [2024-06-04T13:28:15.228Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.228Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.400-SNAPSHOT-sources.jar [2024-06-04T13:28:15.228Z] [INFO] [2024-06-04T13:28:15.228Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.228Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.400-SNAPSHOT.jar [2024-06-04T13:28:15.228Z] [INFO] [2024-06-04T13:28:15.228Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.483Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/.polyglot.META-INF [2024-06-04T13:28:15.483Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:15.483Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:15.483Z] [2024-06-04T13:28:15.483Z] [INFO] [2024-06-04T13:28:15.483Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.483Z] [INFO] [2024-06-04T13:28:15.483Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:15.747Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:28:15.747Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.400-SNAPSHOT.jar [2024-06-04T13:28:19.922Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:28:19.922Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.400-SNAPSHOT-sources.jar [2024-06-04T13:28:23.191Z] [INFO] [2024-06-04T13:28:23.191Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit --- [2024-06-04T13:28:23.191Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit/.polyglot.META-INF [2024-06-04T13:28:23.191Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:23.192Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:23.192Z] [2024-06-04T13:28:23.192Z] [INFO] [2024-06-04T13:28:23.192Z] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.externaltools >---------- [2024-06-04T13:28:23.192Z] [INFO] Building [bundle] External Tools 3.6.400-SNAPSHOT [137/523] [2024-06-04T13:28:23.192Z] [INFO] from eclipse.platform/debug/org.eclipse.ui.externaltools/.polyglot.META-INF [2024-06-04T13:28:23.192Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:28:23.752Z] [INFO] [2024-06-04T13:28:23.752Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:23.752Z] [INFO] [2024-06-04T13:28:23.752Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:23.752Z] [INFO] The project's OSGi version is 3.6.400.v20240416-0654 [2024-06-04T13:28:23.752Z] [INFO] [2024-06-04T13:28:23.752Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:23.752Z] [INFO] [2024-06-04T13:28:23.752Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:23.752Z] [INFO] [2024-06-04T13:28:23.752Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:23.752Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/saveproperties [2024-06-04T13:28:23.752Z] [INFO] [2024-06-04T13:28:23.752Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:23.752Z] [INFO] [2024-06-04T13:28:23.752Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:23.752Z] [INFO] [2024-06-04T13:28:23.752Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:23.752Z] [INFO] Resolving class path of [bundle] External Tools [2024-06-04T13:28:24.008Z] [INFO] [2024-06-04T13:28:24.008Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-30) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.008Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/Program Tools Support added. [2024-06-04T13:28:24.008Z] [INFO] [2024-06-04T13:28:24.008Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.008Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/src/main/resources [2024-06-04T13:28:24.008Z] [INFO] [2024-06-04T13:28:24.008Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.008Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/src/main/resources [2024-06-04T13:28:24.008Z] [INFO] [2024-06-04T13:28:24.008Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.008Z] [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:28:24.264Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/launchConfigurations/ExternalToolsBuildTab.java:[182] [2024-06-04T13:28:24.264Z] ListSelectionDialog dialog = new ListSelectionDialog(getShell(), ResourcesPlugin.getWorkspace(), new ProjectsContentProvider(), new WorkbenchLabelProvider(), ExternalToolsLaunchConfigurationMessages.ExternalToolsBuildTab_7); [2024-06-04T13:28:24.264Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:24.264Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [2024-06-04T13:28:24.264Z] 1 problem (1 warning) [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.264Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/src/test/resources [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.264Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.400-SNAPSHOT-sources.jar [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.264Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.400-SNAPSHOT.jar [2024-06-04T13:28:24.264Z] [INFO] [2024-06-04T13:28:24.264Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.520Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.externaltools:3.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/.polyglot.META-INF [2024-06-04T13:28:24.520Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:24.520Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:24.520Z] [2024-06-04T13:28:24.520Z] [INFO] [2024-06-04T13:28:24.520Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.520Z] [INFO] [2024-06-04T13:28:24.520Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:24.520Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:28:24.520Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.400-SNAPSHOT.jar [2024-06-04T13:28:28.684Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:28:28.684Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.400-SNAPSHOT-sources.jar [2024-06-04T13:28:33.922Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ui.externaltools --- [2024-06-04T13:28:33.923Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.externaltools:3.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/debug/org.eclipse.ui.externaltools/.polyglot.META-INF [2024-06-04T13:28:33.923Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:33.923Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:33.923Z] [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --------------< org.eclipse.platform:org.eclipse.ant.ui >--------------- [2024-06-04T13:28:33.923Z] [INFO] Building [bundle] Ant UI 3.9.400-SNAPSHOT [138/523] [2024-06-04T13:28:33.923Z] [INFO] from eclipse.platform/ant/org.eclipse.ant.ui/.polyglot.META-INF [2024-06-04T13:28:33.923Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.ui --- [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.ant.ui --- [2024-06-04T13:28:33.923Z] [INFO] The project's OSGi version is 3.9.400.v20240419-1233 [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.ant.ui --- [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.ant.ui --- [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.ui --- [2024-06-04T13:28:33.923Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/saveproperties [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.ui --- [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.ant.ui --- [2024-06-04T13:28:33.923Z] [INFO] [2024-06-04T13:28:33.923Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.ant.ui --- [2024-06-04T13:28:33.923Z] [INFO] Resolving class path of [bundle] Ant UI [2024-06-04T13:28:34.483Z] [INFO] [2024-06-04T13:28:34.483Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-17) @ org.eclipse.ant.ui --- [2024-06-04T13:28:34.484Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Runner Support added. [2024-06-04T13:28:34.484Z] [INFO] [2024-06-04T13:28:34.484Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-18) @ org.eclipse.ant.ui --- [2024-06-04T13:28:34.484Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor added. [2024-06-04T13:28:34.484Z] [INFO] [2024-06-04T13:28:34.484Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-19) @ org.eclipse.ant.ui --- [2024-06-04T13:28:34.484Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Remote Ant Support added. [2024-06-04T13:28:34.484Z] [INFO] [2024-06-04T13:28:34.484Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.ui --- [2024-06-04T13:28:34.484Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/src/main/resources [2024-06-04T13:28:34.484Z] [INFO] [2024-06-04T13:28:34.484Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.ui --- [2024-06-04T13:28:34.484Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/src/main/resources [2024-06-04T13:28:34.484Z] [INFO] [2024-06-04T13:28:34.484Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.ant.ui --- [2024-06-04T13:28:34.484Z] [INFO] Compiling 258 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:28:35.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java:[745] [2024-06-04T13:28:35.848Z] // TODO probably a much better way to find the definition of a nested type than this [2024-06-04T13:28:35.848Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.848Z] TODO probably a much better way to find the definition of a nested type than this [2024-06-04T13:28:35.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java:[1721] [2024-06-04T13:28:35.848Z] return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TargetContextType.TARGET_CONTEXT_TYPE); [2024-06-04T13:28:35.848Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.848Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:28:35.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java:[1723] [2024-06-04T13:28:35.848Z] return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TaskContextType.TASK_CONTEXT_TYPE); [2024-06-04T13:28:35.848Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.848Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:28:35.848Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java:[1725] [2024-06-04T13:28:35.849Z] return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(BuildFileContextType.BUILDFILE_CONTEXT_TYPE); [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/formatter/XmlDocumentFormatter.java:[325] [2024-06-04T13:28:35.849Z] // TODO logic incorrectly assumes that " is quote character [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] TODO logic incorrectly assumes that " is quote character [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntContext.java:[51] [2024-06-04T13:28:35.849Z] // TODO Not enabled see bug 55356 [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] TODO Not enabled see bug 55356 [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateAccess.java:[19] [2024-06-04T13:28:35.849Z] import org.eclipse.jface.text.templates.ContextTypeRegistry; [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateAccess.java:[75] [2024-06-04T13:28:35.849Z] public ContextTypeRegistry getContextTypeRegistry() { [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] The type ContextTypeRegistry is deprecated [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[30] [2024-06-04T13:28:35.849Z] import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData; [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[82] [2024-06-04T13:28:35.849Z] if (selection.size() == 1 && selection.getFirstElement() instanceof TemplatePersistenceData) { [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[83] [2024-06-04T13:28:35.849Z] TemplatePersistenceData data = (TemplatePersistenceData) selection.getFirstElement(); [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[83] [2024-06-04T13:28:35.849Z] TemplatePersistenceData data = (TemplatePersistenceData) selection.getFirstElement(); [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] The type TemplatePersistenceData is deprecated [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[84] [2024-06-04T13:28:35.849Z] Template template = data.getTemplate(); [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^ [2024-06-04T13:28:35.849Z] The method getTemplate() from the type TemplatePersistenceData is deprecated [2024-06-04T13:28:35.849Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateVariableTextHover.java:[40] [2024-06-04T13:28:35.849Z] TemplateContextType contextType = AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TaskContextType.TASK_CONTEXT_TYPE); [2024-06-04T13:28:35.849Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/IAntUIConstants.java:[57] [2024-06-04T13:28:35.850Z] // TODO: add a include label image and change the identifier [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] TODO: add a include label image and change the identifier [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/console/JikesJavacPatternMatcher.java:[38] [2024-06-04T13:28:35.850Z] // TODO determine if error or warning [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] TODO determine if error or warning [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/datatransfer/AntBuildfileExportPage.java:[100] [2024-06-04T13:28:35.850Z] // TODO set F1 help [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] TODO set F1 help [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/AntIncludeNode.java:[35] [2024-06-04T13:28:35.850Z] // TODO: set an include-descriptor [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] TODO: set an include-descriptor [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/AntModelProject.java:[132] [2024-06-04T13:28:35.850Z] // XXX hack because we cannot look up references by id in Ant 1.8.x [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] XXX hack because we cannot look up references by id in Ant 1.8.x [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/IAntModel.java:[155] [2024-06-04T13:28:35.850Z] // TODO Could this just be getPath().toLocation(); [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] TODO Could this just be getPath().toLocation(); [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/preferences/AntClasspathPage.java:[122] [2024-06-04T13:28:35.850Z] // TODO should use AntCorePreferences.getUserLibraries when promoted to API post 3.1 [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] TODO should use AntCorePreferences.getUserLibraries when promoted to API post 3.1 [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/views/actions/AntOpenWithMenu.java:[140] [2024-06-04T13:28:35.850Z] // XXX: Would be better to use bold here, but SWT does not support it. [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] XXX: Would be better to use bold here, but SWT does not support it. [2024-06-04T13:28:35.850Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/views/actions/EditorImageDescriptor.java:[62] [2024-06-04T13:28:35.850Z] ImageData defaultImage = PlatformUI.getWorkbench().getSharedImages().getImageDescriptor(ISharedImages.IMG_OBJ_FILE).getImageData(); [2024-06-04T13:28:35.850Z] ^^^^^^^^^^^^^^ [2024-06-04T13:28:35.850Z] The method getImageData() from the type ImageDescriptor is deprecated [2024-06-04T13:28:35.850Z] 23 problems (null, 23 warnings) [2024-06-04T13:28:35.850Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:28:36.125Z] [INFO] [2024-06-04T13:28:36.125Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.125Z] [INFO] [2024-06-04T13:28:36.125Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.125Z] [INFO] [2024-06-04T13:28:36.125Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.125Z] [INFO] [2024-06-04T13:28:36.125Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.125Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/src/test/resources [2024-06-04T13:28:36.125Z] [INFO] [2024-06-04T13:28:36.125Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.125Z] [INFO] [2024-06-04T13:28:36.125Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.125Z] [INFO] [2024-06-04T13:28:36.125Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.400-SNAPSHOT-sources.jar [2024-06-04T13:28:36.126Z] [INFO] [2024-06-04T13:28:36.126Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/lib/antrunner.jar [2024-06-04T13:28:36.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.400-SNAPSHOT.jar [2024-06-04T13:28:36.382Z] [INFO] [2024-06-04T13:28:36.382Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.ui --- [2024-06-04T13:28:36.638Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.ui:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/.polyglot.META-INF [2024-06-04T13:28:36.638Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:36.639Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:36.639Z] [2024-06-04T13:28:36.639Z] [INFO] [2024-06-04T13:28:36.639Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.ui --- [2024-06-04T13:28:37.200Z] [INFO] [2024-06-04T13:28:37.200Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.ui --- [2024-06-04T13:28:37.200Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.400-SNAPSHOT.jar' is disabled. [2024-06-04T13:28:37.200Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:28:37.200Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.400-SNAPSHOT.jar [2024-06-04T13:28:43.734Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.400-SNAPSHOT-sources.jar' is disabled. [2024-06-04T13:28:43.734Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:28:43.734Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.400-SNAPSHOT-sources.jar [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.ant.ui --- [2024-06-04T13:28:48.982Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.ui:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/ant/org.eclipse.ant.ui/.polyglot.META-INF [2024-06-04T13:28:48.982Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:48.982Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:48.982Z] [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit5.runtime >----------- [2024-06-04T13:28:48.982Z] [INFO] Building org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT [139/523] [2024-06-04T13:28:48.982Z] [INFO] from eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml [2024-06-04T13:28:48.982Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1952 [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/saveproperties [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] Resolving class path of org.eclipse.jdt.junit5.runtime [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/main/resources [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/main/resources [2024-06-04T13:28:48.982Z] [INFO] [2024-06-04T13:28:48.982Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:48.982Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/test/resources [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT-sources.jar [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT.jar [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml [2024-06-04T13:28:49.238Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:49.238Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:49.238Z] [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] [2024-06-04T13:28:49.238Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:49.238Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:28:49.238Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT.jar [2024-06-04T13:28:53.400Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:28:53.400Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT-sources.jar [2024-06-04T13:28:58.644Z] [INFO] [2024-06-04T13:28:58.644Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit5.runtime --- [2024-06-04T13:28:58.644Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml [2024-06-04T13:28:58.644Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:28:58.644Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:28:58.644Z] [2024-06-04T13:28:58.644Z] [INFO] [2024-06-04T13:28:58.644Z] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.launching.macosx >---------- [2024-06-04T13:28:58.644Z] [INFO] Building org.eclipse.jdt.launching.macosx 3.6.300-SNAPSHOT [140/523] [2024-06-04T13:28:58.644Z] [INFO] from eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml [2024-06-04T13:28:58.644Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:28:58.644Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[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@44dba492 [2024-06-04T13:28:58.645Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, 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.2, 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 [2024-06-04T13:29:01.911Z] [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 [2024-06-04T13:29:02.838Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-06-04T13:29:03.764Z] [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 [2024-06-04T13:29:03.765Z] [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 [2024-06-04T13:29:04.022Z] [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 [2024-06-04T13:29:04.949Z] [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 [2024-06-04T13:29:04.949Z] [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 [2024-06-04T13:29:05.205Z] [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 [2024-06-04T13:29:05.460Z] [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 [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] The project's OSGi version is 3.6.300.v20240321-1645 [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/saveproperties [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] Resolving class path of org.eclipse.jdt.launching.macosx [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/src/main/resources [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.716Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/src/main/resources [2024-06-04T13:29:05.716Z] [INFO] [2024-06-04T13:29:05.716Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.717Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:29:05.972Z] [INFO] [2024-06-04T13:29:05.972Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.972Z] [INFO] [2024-06-04T13:29:05.972Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.972Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/src/test/resources [2024-06-04T13:29:05.973Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.300-SNAPSHOT-sources.jar [2024-06-04T13:29:05.973Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.300-SNAPSHOT.jar [2024-06-04T13:29:05.973Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml [2024-06-04T13:29:05.973Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:05.973Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:05.973Z] [2024-06-04T13:29:05.973Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] [2024-06-04T13:29:05.973Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:05.973Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:29:05.974Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.300-SNAPSHOT.jar [2024-06-04T13:29:11.228Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:29:11.228Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.300-SNAPSHOT-sources.jar [2024-06-04T13:29:14.496Z] [INFO] [2024-06-04T13:29:14.496Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching.macosx --- [2024-06-04T13:29:14.496Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml [2024-06-04T13:29:14.496Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:14.496Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:14.497Z] [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] ----------< eclipse.platform.common:eclipse.platform.common >----------- [2024-06-04T13:29:14.497Z] [INFO] Building eclipse.platform.common 4.33.0-SNAPSHOT [141/523] [2024-06-04T13:29:14.497Z] [INFO] from eclipse.platform.common/pom.xml [2024-06-04T13:29:14.497Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/saveproperties [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/src/main/resources [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.common --- [2024-06-04T13:29:14.497Z] [INFO] [2024-06-04T13:29:14.497Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.doc.user >-------------- [2024-06-04T13:29:14.497Z] [INFO] Building org.eclipse.jdt.doc.user 3.15.2200-SNAPSHOT [142/523] [2024-06-04T13:29:14.497Z] [INFO] from eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [2024-06-04T13:29:14.497Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] The project's OSGi version is 3.15.2200.v20240529-0958 [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/saveproperties [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] Resolving class path of org.eclipse.jdt.doc.user [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/src/main/resources [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/src/main/resources [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/src/test/resources [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:14.753Z] [INFO] [2024-06-04T13:29:14.753Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:15.028Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/org.eclipse.jdt.doc.user-3.15.2200-SNAPSHOT.jar [2024-06-04T13:29:15.591Z] [INFO] [2024-06-04T13:29:15.591Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:16.524Z] [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.2200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml: baseline and build artifacts have same version but different contents [2024-06-04T13:29:16.524Z] no-classifier: different [2024-06-04T13:29:16.524Z] pom.xml: different [2024-06-04T13:29:16.524Z] [2024-06-04T13:29:16.524Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.2200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [2024-06-04T13:29:16.524Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:16.524Z] [2024-06-04T13:29:16.524Z] [INFO] [2024-06-04T13:29:16.524Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:17.451Z] [INFO] [2024-06-04T13:29:17.451Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:18.815Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/org.eclipse.jdt.doc.user-3.15.2200-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:29:18.815Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/org.eclipse.jdt.doc.user-3.15.2200-SNAPSHOT.jar [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.doc.user --- [2024-06-04T13:29:25.349Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.2200-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [2024-06-04T13:29:25.349Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:25.349Z] [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx >--------- [2024-06-04T13:29:25.349Z] [INFO] Building org.eclipse.jdt.launching.ui.macosx 1.4.300-SNAPSHOT [143/523] [2024-06-04T13:29:25.349Z] [INFO] from eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml [2024-06-04T13:29:25.349Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] The project's OSGi version is 1.4.300.v20240321-1645 [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/saveproperties [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] Resolving class path of org.eclipse.jdt.launching.ui.macosx [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/src/main/resources [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/src/main/resources [2024-06-04T13:29:25.349Z] [INFO] [2024-06-04T13:29:25.349Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.349Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/src/test/resources [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.300-SNAPSHOT-sources.jar [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.300-SNAPSHOT.jar [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml [2024-06-04T13:29:25.605Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:25.605Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:25.605Z] [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.605Z] [INFO] [2024-06-04T13:29:25.605Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:25.606Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.300-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:29:25.606Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.300-SNAPSHOT.jar [2024-06-04T13:29:29.770Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:29:29.770Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.300-SNAPSHOT-sources.jar [2024-06-04T13:29:33.035Z] [INFO] [2024-06-04T13:29:33.035Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching.ui.macosx --- [2024-06-04T13:29:33.035Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml [2024-06-04T13:29:33.035Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:33.035Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:33.035Z] [2024-06-04T13:29:33.035Z] [INFO] [2024-06-04T13:29:33.035Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit4.runtime >----------- [2024-06-04T13:29:33.035Z] [INFO] Building org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT [144/523] [2024-06-04T13:29:33.035Z] [INFO] from eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml [2024-06-04T13:29:33.036Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] The project's OSGi version is 1.3.100.v20231214-1952 [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/saveproperties [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] Resolving class path of org.eclipse.jdt.junit4.runtime [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/src/main/resources [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/src/main/resources [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/src/test/resources [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT-sources.jar [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.036Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.036Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT.jar [2024-06-04T13:29:33.036Z] [INFO] [2024-06-04T13:29:33.037Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.037Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml [2024-06-04T13:29:33.037Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:33.037Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:33.037Z] [2024-06-04T13:29:33.037Z] [INFO] [2024-06-04T13:29:33.037Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.037Z] [INFO] [2024-06-04T13:29:33.037Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:33.037Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:29:33.037Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT.jar [2024-06-04T13:29:38.279Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:29:38.279Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT-sources.jar [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit4.runtime --- [2024-06-04T13:29:43.523Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml [2024-06-04T13:29:43.523Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:43.523Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:43.523Z] [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >------------- [2024-06-04T13:29:43.523Z] [INFO] Building org.eclipse.jdt.annotation 1.2.100-SNAPSHOT [145/523] [2024-06-04T13:29:43.523Z] [INFO] from eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml [2024-06-04T13:29:43.523Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] The project's OSGi version is 1.2.100.v20240212-1051 [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/saveproperties [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] Resolving class path of org.eclipse.jdt.annotation [2024-06-04T13:29:43.523Z] [INFO] [2024-06-04T13:29:43.523Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.523Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/src/main/resources [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/src/main/resources [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/src/test/resources [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-sources.jar [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT.jar [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml [2024-06-04T13:29:43.524Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:43.524Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:43.524Z] [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] Execution was skipped [2024-06-04T13:29:43.524Z] [INFO] [2024-06-04T13:29:43.524Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:43.524Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:29:43.524Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT.jar [2024-06-04T13:29:48.767Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:29:48.767Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-sources.jar [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.annotation --- [2024-06-04T13:29:54.010Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml [2024-06-04T13:29:54.010Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:54.010Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:54.010Z] [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.apt.core >-------------- [2024-06-04T13:29:54.010Z] [INFO] Building [bundle] Java Annotation Processing Core 3.8.400-SNAPSHOT [146/523] [2024-06-04T13:29:54.010Z] [INFO] from eclipse.jdt.core/org.eclipse.jdt.apt.core/.polyglot.META-INF [2024-06-04T13:29:54.010Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] The project's OSGi version is 3.8.400.v20240326-0804 [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/saveproperties [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] Resolving class path of [bundle] Java Annotation Processing Core [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/main/resources [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/main/resources [2024-06-04T13:29:54.010Z] [INFO] [2024-06-04T13:29:54.010Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.010Z] [INFO] Compiling 166 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:29:54.572Z] [INFO] [2024-06-04T13:29:54.572Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.572Z] [INFO] [2024-06-04T13:29:54.572Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.572Z] [INFO] [2024-06-04T13:29:54.572Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.828Z] [INFO] [2024-06-04T13:29:54.828Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.828Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/test/resources [2024-06-04T13:29:54.828Z] [INFO] [2024-06-04T13:29:54.828Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.828Z] [INFO] [2024-06-04T13:29:54.828Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.828Z] [INFO] [2024-06-04T13:29:54.828Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.828Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.400-SNAPSHOT-sources.jar [2024-06-04T13:29:54.828Z] [INFO] [2024-06-04T13:29:54.829Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:54.829Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.400-SNAPSHOT.jar [2024-06-04T13:29:54.829Z] [INFO] [2024-06-04T13:29:54.829Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:55.085Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/.polyglot.META-INF [2024-06-04T13:29:55.085Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:29:55.085Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:29:55.085Z] [2024-06-04T13:29:55.085Z] [INFO] [2024-06-04T13:29:55.085Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:55.341Z] [INFO] [2024-06-04T13:29:55.341Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:29:55.341Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:29:55.341Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.400-SNAPSHOT.jar [2024-06-04T13:30:01.876Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:30:01.876Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.400-SNAPSHOT-sources.jar [2024-06-04T13:30:06.044Z] [INFO] [2024-06-04T13:30:06.044Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.apt.core --- [2024-06-04T13:30:06.299Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.core/.polyglot.META-INF [2024-06-04T13:30:06.299Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:06.299Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:06.299Z] [2024-06-04T13:30:06.299Z] [INFO] [2024-06-04T13:30:06.299Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core >--------- [2024-06-04T13:30:06.299Z] [INFO] Building [bundle] Java Compiler Apt IDE 1.4.400-SNAPSHOT [147/523] [2024-06-04T13:30:06.299Z] [INFO] from eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/.polyglot.META-INF [2024-06-04T13:30:06.299Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:30:06.299Z] [INFO] [2024-06-04T13:30:06.299Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.299Z] [INFO] [2024-06-04T13:30:06.299Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.299Z] [INFO] The project's OSGi version is 1.4.400.v20240321-1252 [2024-06-04T13:30:06.299Z] [INFO] [2024-06-04T13:30:06.299Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.300Z] [INFO] [2024-06-04T13:30:06.300Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.300Z] [INFO] [2024-06-04T13:30:06.300Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/saveproperties [2024-06-04T13:30:06.300Z] [INFO] [2024-06-04T13:30:06.300Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.300Z] [INFO] [2024-06-04T13:30:06.300Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.300Z] [INFO] [2024-06-04T13:30:06.300Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.300Z] [INFO] Resolving class path of [bundle] Java Compiler Apt IDE [2024-06-04T13:30:06.300Z] [INFO] [2024-06-04T13:30:06.300Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/main/resources [2024-06-04T13:30:06.300Z] [INFO] [2024-06-04T13:30:06.300Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/main/resources [2024-06-04T13:30:06.300Z] [INFO] [2024-06-04T13:30:06.300Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:30:06.556Z] [INFO] [2024-06-04T13:30:06.556Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] [2024-06-04T13:30:06.556Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] [2024-06-04T13:30:06.556Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] [2024-06-04T13:30:06.556Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/test/resources [2024-06-04T13:30:06.556Z] [INFO] [2024-06-04T13:30:06.556Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] [2024-06-04T13:30:06.556Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] [2024-06-04T13:30:06.556Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.400-SNAPSHOT-sources.jar [2024-06-04T13:30:06.556Z] [INFO] [2024-06-04T13:30:06.556Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.556Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.400-SNAPSHOT.jar [2024-06-04T13:30:06.812Z] [INFO] [2024-06-04T13:30:06.812Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.812Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/.polyglot.META-INF [2024-06-04T13:30:06.812Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:06.812Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:06.812Z] [2024-06-04T13:30:06.812Z] [INFO] [2024-06-04T13:30:06.812Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.812Z] [INFO] [2024-06-04T13:30:06.812Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:06.812Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:30:06.812Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.400-SNAPSHOT.jar [2024-06-04T13:30:12.056Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:30:12.056Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.400-SNAPSHOT-sources.jar [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.apt.pluggable.core --- [2024-06-04T13:30:17.299Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/.polyglot.META-INF [2024-06-04T13:30:17.299Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:17.299Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:17.299Z] [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.apt.ui >--------------- [2024-06-04T13:30:17.299Z] [INFO] Building [bundle] Java Annotation Processing UI 3.8.400-SNAPSHOT [148/523] [2024-06-04T13:30:17.299Z] [INFO] from eclipse.jdt.core/org.eclipse.jdt.apt.ui/.polyglot.META-INF [2024-06-04T13:30:17.299Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] The project's OSGi version is 3.8.400.v20240321-1252 [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/saveproperties [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] Resolving class path of [bundle] Java Annotation Processing UI [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/main/resources [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/main/resources [2024-06-04T13:30:17.299Z] [INFO] [2024-06-04T13:30:17.299Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.299Z] [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:30:17.555Z] [INFO] [2024-06-04T13:30:17.555Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.555Z] [INFO] [2024-06-04T13:30:17.555Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.555Z] [INFO] [2024-06-04T13:30:17.555Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.555Z] [INFO] [2024-06-04T13:30:17.555Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.555Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/test/resources [2024-06-04T13:30:17.555Z] [INFO] [2024-06-04T13:30:17.555Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.555Z] [INFO] [2024-06-04T13:30:17.555Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.555Z] [INFO] [2024-06-04T13:30:17.555Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.555Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.400-SNAPSHOT-sources.jar [2024-06-04T13:30:17.555Z] [INFO] [2024-06-04T13:30:17.555Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.811Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.400-SNAPSHOT.jar [2024-06-04T13:30:17.811Z] [INFO] [2024-06-04T13:30:17.811Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.811Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/.polyglot.META-INF [2024-06-04T13:30:17.811Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:17.811Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:17.811Z] [2024-06-04T13:30:17.811Z] [INFO] [2024-06-04T13:30:17.811Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.811Z] [INFO] [2024-06-04T13:30:17.811Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:17.811Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:30:17.811Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.400-SNAPSHOT.jar [2024-06-04T13:30:21.979Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:30:21.979Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.400-SNAPSHOT-sources.jar [2024-06-04T13:30:27.221Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.jdt.apt.ui --- [2024-06-04T13:30:27.222Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/.polyglot.META-INF [2024-06-04T13:30:27.222Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:27.222Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:27.222Z] [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --------< org.eclipse.platform:org.eclipse.update.configurator >-------- [2024-06-04T13:30:27.222Z] [INFO] Building [bundle] Install/Update Configurator 3.5.400-SNAPSHOT [149/523] [2024-06-04T13:30:27.222Z] [INFO] from eclipse.platform/update/org.eclipse.update.configurator/.polyglot.META-INF [2024-06-04T13:30:27.222Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] The project's OSGi version is 3.5.400.v20240416-0654 [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/saveproperties [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] Resolving class path of [bundle] Install/Update Configurator [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/main/resources [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/main/resources [2024-06-04T13:30:27.222Z] [INFO] [2024-06-04T13:30:27.222Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.222Z] [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:30:27.479Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Configuration.java:[193] [2024-06-04T13:30:27.479Z] public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) { [2024-06-04T13:30:27.479Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.479Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.479Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Configuration.java:[193] [2024-06-04T13:30:27.479Z] public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) { [2024-06-04T13:30:27.479Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.479Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.479Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[28] [2024-06-04T13:30:27.479Z] import org.eclipse.update.configurator.IPlatformConfiguration; [2024-06-04T13:30:27.479Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.479Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.479Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[29] [2024-06-04T13:30:27.479Z] import org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry; [2024-06-04T13:30:27.479Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.479Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.479Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[30] [2024-06-04T13:30:27.479Z] import org.eclipse.update.configurator.IPlatformConfigurationFactory; [2024-06-04T13:30:27.479Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.479Z] The type IPlatformConfigurationFactory is deprecated [2024-06-04T13:30:27.479Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[49] [2024-06-04T13:30:27.479Z] private ServiceRegistration configurationFactorySR; [2024-06-04T13:30:27.479Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.479Z] The type IPlatformConfigurationFactory is deprecated [2024-06-04T13:30:27.479Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[93] [2024-06-04T13:30:27.479Z] configurationFactorySR = context.registerService(IPlatformConfigurationFactory.class, new PlatformConfigurationFactory(), null); [2024-06-04T13:30:27.479Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.479Z] The type IPlatformConfigurationFactory is deprecated [2024-06-04T13:30:27.479Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[162] [2024-06-04T13:30:27.480Z] IPlatformConfiguration.IFeatureEntry[] features = configuration.getConfiguredFeatureEntries(); [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[162] [2024-06-04T13:30:27.480Z] IPlatformConfiguration.IFeatureEntry[] features = configuration.getConfiguredFeatureEntries(); [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[164] [2024-06-04T13:30:27.480Z] for (IFeatureEntry feature : features) { [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/FeatureEntry.java:[34] [2024-06-04T13:30:27.480Z] IPlatformConfiguration.IFeatureEntry, [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/FeatureEntry.java:[34] [2024-06-04T13:30:27.480Z] IPlatformConfiguration.IFeatureEntry, [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/IConfigurationConstants.java:[52] [2024-06-04T13:30:27.480Z] public static final int DEFAULT_POLICY_TYPE = ISitePolicy.USER_EXCLUDE; [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/IConfigurationConstants.java:[52] [2024-06-04T13:30:27.480Z] public static final int DEFAULT_POLICY_TYPE = ISitePolicy.USER_EXCLUDE; [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[45] [2024-06-04T13:30:27.480Z] import org.eclipse.update.configurator.IPlatformConfiguration; [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[61] [2024-06-04T13:30:27.480Z] public class PlatformConfiguration implements IPlatformConfiguration, IConfigurationConstants { [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[125] [2024-06-04T13:30:27.480Z] installLocation = IPath.fromOSString(url.getPath()).removeLastSegments(3).toFile().toURL(); [2024-06-04T13:30:27.480Z] ^^^^^^^ [2024-06-04T13:30:27.480Z] The method toURL() from the type File is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[141] [2024-06-04T13:30:27.480Z] ISiteEntry[] sentries = getConfiguredSites(); [2024-06-04T13:30:27.480Z] ^^^^^^^^^^ [2024-06-04T13:30:27.480Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.480Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[143] [2024-06-04T13:30:27.480Z] int policyType = sentries[0].getSitePolicy().getType(); [2024-06-04T13:30:27.480Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[143] [2024-06-04T13:30:27.481Z] int policyType = sentries[0].getSitePolicy().getType(); [2024-06-04T13:30:27.481Z] ^^^^^^^^^ [2024-06-04T13:30:27.481Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[144] [2024-06-04T13:30:27.481Z] if (policyType == ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[144] [2024-06-04T13:30:27.481Z] if (policyType == ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[155] [2024-06-04T13:30:27.481Z] public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[155] [2024-06-04T13:30:27.481Z] public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[160] [2024-06-04T13:30:27.481Z] public ISitePolicy createSitePolicy(int type, String[] list) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[165] [2024-06-04T13:30:27.481Z] public IFeatureEntry createFeatureEntry(String id, String version, String pluginVersion, boolean primary, String application, URL[] root) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[170] [2024-06-04T13:30:27.481Z] public IFeatureEntry createFeatureEntry(String id, String version, String pluginIdentifier, String pluginVersion, boolean primary, String application, URL[] root) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[175] [2024-06-04T13:30:27.481Z] public void configureSite(ISiteEntry entry) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[180] [2024-06-04T13:30:27.481Z] public synchronized void configureSite(ISiteEntry entry, boolean replace) { [2024-06-04T13:30:27.481Z] ^^^^^^^^^^ [2024-06-04T13:30:27.481Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.481Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[185] [2024-06-04T13:30:27.481Z] URL url = entry.getURL(); [2024-06-04T13:30:27.482Z] ^^^^^^^^ [2024-06-04T13:30:27.482Z] The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[198] [2024-06-04T13:30:27.482Z] public synchronized void unconfigureSite(ISiteEntry entry) { [2024-06-04T13:30:27.482Z] ^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[202] [2024-06-04T13:30:27.482Z] URL url = entry.getURL(); [2024-06-04T13:30:27.482Z] ^^^^^^^^ [2024-06-04T13:30:27.482Z] The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[212] [2024-06-04T13:30:27.482Z] public ISiteEntry[] getConfiguredSites() { [2024-06-04T13:30:27.482Z] ^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[214] [2024-06-04T13:30:27.482Z] return new ISiteEntry[0]; [2024-06-04T13:30:27.482Z] ^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[217] [2024-06-04T13:30:27.482Z] ArrayList enabledSites = new ArrayList<>(sites.length); [2024-06-04T13:30:27.482Z] ^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[222] [2024-06-04T13:30:27.482Z] return enabledSites.toArray(new ISiteEntry[enabledSites.size()]); [2024-06-04T13:30:27.482Z] ^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[226] [2024-06-04T13:30:27.482Z] public ISiteEntry findConfiguredSite(URL url) { [2024-06-04T13:30:27.482Z] ^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[263] [2024-06-04T13:30:27.482Z] public synchronized void configureFeatureEntry(IFeatureEntry entry) { [2024-06-04T13:30:27.482Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[267] [2024-06-04T13:30:27.482Z] String key = entry.getFeatureIdentifier(); [2024-06-04T13:30:27.482Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[279] [2024-06-04T13:30:27.482Z] URL url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "_" + entry.getFeatureVersion() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ [2024-06-04T13:30:27.482Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.482Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.482Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[279] [2024-06-04T13:30:27.483Z] URL url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "_" + entry.getFeatureVersion() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[287] [2024-06-04T13:30:27.483Z] url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[297] [2024-06-04T13:30:27.483Z] public synchronized void unconfigureFeatureEntry(IFeatureEntry entry) { [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[301] [2024-06-04T13:30:27.483Z] String key = entry.getFeatureIdentifier(); [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[309] [2024-06-04T13:30:27.483Z] public IFeatureEntry[] getConfiguredFeatureEntries() { [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[310] [2024-06-04T13:30:27.483Z] ArrayList configFeatures = new ArrayList<>(); [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[319] [2024-06-04T13:30:27.483Z] public IFeatureEntry findConfiguredFeatureEntry(String id) { [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[366] [2024-06-04T13:30:27.483Z] IFeatureEntry fe = findConfiguredFeatureEntry(feature); [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[368] [2024-06-04T13:30:27.483Z] if (fe.getFeatureApplication() != null) [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[369] [2024-06-04T13:30:27.483Z] return fe.getFeatureApplication(); [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.483Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[383] [2024-06-04T13:30:27.483Z] IFeatureEntry feature = findConfiguredFeatureEntry(primaryFeatureId); [2024-06-04T13:30:27.483Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.483Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[384] [2024-06-04T13:30:27.484Z] if (feature != null && feature.canBePrimary()) [2024-06-04T13:30:27.484Z] ^^^^^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The method canBePrimary() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[396] [2024-06-04T13:30:27.484Z] for (ISiteEntry site : getConfiguredSites()) { [2024-06-04T13:30:27.484Z] ^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[397] [2024-06-04T13:30:27.484Z] for (String plugin : site.getPlugins()) { [2024-06-04T13:30:27.484Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The method getPlugins() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[415] [2024-06-04T13:30:27.484Z] for (ISiteEntry site : getConfiguredSites()) { [2024-06-04T13:30:27.484Z] ^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[416] [2024-06-04T13:30:27.484Z] for (String plugin : site.getPlugins()) { [2024-06-04T13:30:27.484Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The method getPlugins() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[431] [2024-06-04T13:30:27.484Z] ISiteEntry[] sites = getConfiguredSites(); [2024-06-04T13:30:27.484Z] ^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[434] [2024-06-04T13:30:27.484Z] Utils.debug("Site " + sites[i].getURL() + " is not a SiteEntry"); //$NON-NLS-1$ //$NON-NLS-2$ [2024-06-04T13:30:27.484Z] ^^^^^^^^ [2024-06-04T13:30:27.484Z] The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[474] [2024-06-04T13:30:27.484Z] for (ISiteEntry site : getConfiguredSites()) { [2024-06-04T13:30:27.484Z] ^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] [2024-06-04T13:30:27.484Z] if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.484Z] ^^^^^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The method isUpdateable() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] [2024-06-04T13:30:27.484Z] if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.484Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.484Z] The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.484Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] [2024-06-04T13:30:27.484Z] if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.484Z] ^^^^^^^^^ [2024-06-04T13:30:27.484Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] [2024-06-04T13:30:27.485Z] if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.485Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] [2024-06-04T13:30:27.485Z] if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.485Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[718] [2024-06-04T13:30:27.485Z] private ISiteEntry getRootSite() { [2024-06-04T13:30:27.485Z] ^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[720] [2024-06-04T13:30:27.485Z] ISitePolicy defaultPolicy = createSitePolicy(getDefaultPolicy(), DEFAULT_POLICY_LIST); [2024-06-04T13:30:27.485Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[727] [2024-06-04T13:30:27.485Z] ISiteEntry defaultSite = createSiteEntry(siteURL, defaultPolicy); [2024-06-04T13:30:27.485Z] ^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[771] [2024-06-04T13:30:27.485Z] for (ISiteEntry site : config.getSites()) { [2024-06-04T13:30:27.485Z] ^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[772] [2024-06-04T13:30:27.485Z] if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.485Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[772] [2024-06-04T13:30:27.485Z] if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.485Z] ^^^^^^^^^ [2024-06-04T13:30:27.485Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[772] [2024-06-04T13:30:27.485Z] if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.485Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[772] [2024-06-04T13:30:27.485Z] if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.485Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.485Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated [2024-06-04T13:30:27.485Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[773] [2024-06-04T13:30:27.485Z] result = Math.max(result, site.getFeaturesChangeStamp()); [2024-06-04T13:30:27.485Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.486Z] The method getFeaturesChangeStamp() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[786] [2024-06-04T13:30:27.486Z] for (ISiteEntry site : config.getSites()) { [2024-06-04T13:30:27.486Z] ^^^^^^^^^^ [2024-06-04T13:30:27.486Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[787] [2024-06-04T13:30:27.486Z] if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.486Z] ^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.486Z] The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[787] [2024-06-04T13:30:27.486Z] if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.486Z] ^^^^^^^^^ [2024-06-04T13:30:27.486Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[787] [2024-06-04T13:30:27.486Z] if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.486Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.486Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[787] [2024-06-04T13:30:27.486Z] if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.486Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.486Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[788] [2024-06-04T13:30:27.486Z] result = Math.max(result, site.getPluginsChangeStamp()); [2024-06-04T13:30:27.486Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.486Z] The method getPluginsChangeStamp() from the type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[858] [2024-06-04T13:30:27.486Z] URL backupUrl = backups[backups.length - 1].toURL(); [2024-06-04T13:30:27.486Z] ^^^^^^^ [2024-06-04T13:30:27.486Z] The method toURL() from the type File is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[919] [2024-06-04T13:30:27.486Z] url = f.toURL(); [2024-06-04T13:30:27.486Z] ^^^^^^^ [2024-06-04T13:30:27.486Z] The method toURL() from the type File is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[990] [2024-06-04T13:30:27.486Z] if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.486Z] ^^^^^^^^^ [2024-06-04T13:30:27.486Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[990] [2024-06-04T13:30:27.486Z] if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.486Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.486Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.486Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[990] [2024-06-04T13:30:27.486Z] if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[19] [2024-06-04T13:30:27.487Z] import org.eclipse.update.configurator.IPlatformConfiguration; [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[20] [2024-06-04T13:30:27.487Z] import org.eclipse.update.configurator.IPlatformConfigurationFactory; [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfigurationFactory is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[22] [2024-06-04T13:30:27.487Z] public class PlatformConfigurationFactory implements IPlatformConfigurationFactory { [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfigurationFactory is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[24] [2024-06-04T13:30:27.487Z] public IPlatformConfiguration getCurrentPlatformConfiguration() { [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[29] [2024-06-04T13:30:27.487Z] public IPlatformConfiguration getPlatformConfiguration(URL url) throws IOException { [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[40] [2024-06-04T13:30:27.487Z] public IPlatformConfiguration getPlatformConfiguration(URL url, URL loc) throws IOException { [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[36] [2024-06-04T13:30:27.487Z] public class SiteEntry implements IPlatformConfiguration.ISiteEntry, IConfigurationConstants{ [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[36] [2024-06-04T13:30:27.487Z] public class SiteEntry implements IPlatformConfiguration.ISiteEntry, IConfigurationConstants{ [2024-06-04T13:30:27.487Z] ^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfiguration.ISiteEntry is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[41] [2024-06-04T13:30:27.487Z] private ISitePolicy policy; [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[43] [2024-06-04T13:30:27.487Z] private Map featureEntries; [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.487Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.487Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[60] [2024-06-04T13:30:27.487Z] public SiteEntry(URL url, ISitePolicy policy) { [2024-06-04T13:30:27.487Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.488Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[74] [2024-06-04T13:30:27.488Z] this.url = new File(url.getFile()).toURL(); [2024-06-04T13:30:27.488Z] ^^^^^^^ [2024-06-04T13:30:27.488Z] The method toURL() from the type File is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[113] [2024-06-04T13:30:27.488Z] public ISitePolicy getSitePolicy() { [2024-06-04T13:30:27.488Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.488Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[118] [2024-06-04T13:30:27.488Z] public synchronized void setSitePolicy(ISitePolicy policy) { [2024-06-04T13:30:27.488Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.488Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[132] [2024-06-04T13:30:27.488Z] ISitePolicy policy = getSitePolicy(); [2024-06-04T13:30:27.488Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.488Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[134] [2024-06-04T13:30:27.488Z] if (policy.getType() == ISitePolicy.USER_INCLUDE) [2024-06-04T13:30:27.488Z] ^^^^^^^^^ [2024-06-04T13:30:27.488Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[134] [2024-06-04T13:30:27.488Z] if (policy.getType() == ISitePolicy.USER_INCLUDE) [2024-06-04T13:30:27.488Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.488Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[134] [2024-06-04T13:30:27.488Z] if (policy.getType() == ISitePolicy.USER_INCLUDE) [2024-06-04T13:30:27.488Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.488Z] The field IPlatformConfiguration.ISitePolicy.USER_INCLUDE is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[135] [2024-06-04T13:30:27.488Z] return policy.getList(); [2024-06-04T13:30:27.488Z] ^^^^^^^^^ [2024-06-04T13:30:27.488Z] The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[137] [2024-06-04T13:30:27.488Z] if (policy.getType() == ISitePolicy.USER_EXCLUDE) { [2024-06-04T13:30:27.488Z] ^^^^^^^^^ [2024-06-04T13:30:27.488Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[137] [2024-06-04T13:30:27.488Z] if (policy.getType() == ISitePolicy.USER_EXCLUDE) { [2024-06-04T13:30:27.488Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.488Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[137] [2024-06-04T13:30:27.488Z] if (policy.getType() == ISitePolicy.USER_EXCLUDE) { [2024-06-04T13:30:27.488Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.488Z] The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated [2024-06-04T13:30:27.488Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[139] [2024-06-04T13:30:27.488Z] for (String excludedPlugin : policy.getList()) { [2024-06-04T13:30:27.488Z] ^^^^^^^^^ [2024-06-04T13:30:27.488Z] The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[146] [2024-06-04T13:30:27.489Z] if (policy.getType() == ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.489Z] ^^^^^^^^^ [2024-06-04T13:30:27.489Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[146] [2024-06-04T13:30:27.489Z] if (policy.getType() == ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[146] [2024-06-04T13:30:27.489Z] if (policy.getType() == ISitePolicy.MANAGED_ONLY) { [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[176] [2024-06-04T13:30:27.489Z] for (IFeatureEntry feature : featureEntries.values()) { [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[281] [2024-06-04T13:30:27.489Z] URL featureURL = featureXML.toURL(); [2024-06-04T13:30:27.489Z] ^^^^^^^ [2024-06-04T13:30:27.489Z] The method toURL() from the type File is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[443] [2024-06-04T13:30:27.489Z] Iterator iterator = featureEntries.values().iterator(); [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[571] [2024-06-04T13:30:27.489Z] public void addFeatureEntry(IFeatureEntry feature) { [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[575] [2024-06-04T13:30:27.489Z] IFeatureEntry existing = featureEntries.get(feature.getFeatureIdentifier()); [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[575] [2024-06-04T13:30:27.489Z] IFeatureEntry existing = featureEntries.get(feature.getFeatureIdentifier()); [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[577] [2024-06-04T13:30:27.489Z] VersionedIdentifier existingVersion = new VersionedIdentifier(existing.getFeatureIdentifier(), existing.getFeatureVersion()); [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.489Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[577] [2024-06-04T13:30:27.489Z] VersionedIdentifier existingVersion = new VersionedIdentifier(existing.getFeatureIdentifier(), existing.getFeatureVersion()); [2024-06-04T13:30:27.489Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.489Z] The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[578] [2024-06-04T13:30:27.490Z] VersionedIdentifier newVersion = new VersionedIdentifier(feature.getFeatureIdentifier(), feature.getFeatureVersion()); [2024-06-04T13:30:27.490Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.490Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[578] [2024-06-04T13:30:27.490Z] VersionedIdentifier newVersion = new VersionedIdentifier(feature.getFeatureIdentifier(), feature.getFeatureVersion()); [2024-06-04T13:30:27.490Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.490Z] The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[580] [2024-06-04T13:30:27.490Z] featureEntries.put(feature.getFeatureIdentifier(), feature); [2024-06-04T13:30:27.490Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.490Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[586] [2024-06-04T13:30:27.490Z] Utils.log(NLS.bind(Messages.SiteEntry_duplicateFeature, (new String[] { getURL().toExternalForm(), existing.getFeatureIdentifier() }))); [2024-06-04T13:30:27.490Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.490Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[589] [2024-06-04T13:30:27.490Z] featureEntries.put(feature.getFeatureIdentifier(), feature); [2024-06-04T13:30:27.490Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.490Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[642] [2024-06-04T13:30:27.490Z] int type = getSitePolicy().getType(); [2024-06-04T13:30:27.490Z] ^^^^^^^^^ [2024-06-04T13:30:27.490Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[650] [2024-06-04T13:30:27.490Z] String[] list = getSitePolicy().getList(); [2024-06-04T13:30:27.490Z] ^^^^^^^^^ [2024-06-04T13:30:27.490Z] The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[674] [2024-06-04T13:30:27.490Z] Iterator iterator = featureEntries.values().iterator(); [2024-06-04T13:30:27.490Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.490Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[720] [2024-06-04T13:30:27.490Z] public boolean unconfigureFeatureEntry(IFeatureEntry feature) { [2024-06-04T13:30:27.490Z] ^^^^^^^^^^^^^ [2024-06-04T13:30:27.490Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.490Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[721] [2024-06-04T13:30:27.490Z] FeatureEntry existingFeature = getFeatureEntry(feature.getFeatureIdentifier()); [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[20] [2024-06-04T13:30:27.491Z] public class SitePolicy implements IPlatformConfiguration.ISitePolicy { [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The type IPlatformConfiguration is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[20] [2024-06-04T13:30:27.491Z] public class SitePolicy implements IPlatformConfiguration.ISitePolicy { [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] [2024-06-04T13:30:27.491Z] if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY) [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] [2024-06-04T13:30:27.491Z] if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY) [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The field IPlatformConfiguration.ISitePolicy.USER_INCLUDE is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] [2024-06-04T13:30:27.491Z] if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY) [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] [2024-06-04T13:30:27.491Z] if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY) [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] [2024-06-04T13:30:27.491Z] if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY) [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The type IPlatformConfiguration.ISitePolicy is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] [2024-06-04T13:30:27.491Z] if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY) [2024-06-04T13:30:27.491Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.491Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated [2024-06-04T13:30:27.491Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[40] [2024-06-04T13:30:27.491Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-04T13:30:27.492Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.492Z] The type PackageAdmin is deprecated [2024-06-04T13:30:27.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[54] [2024-06-04T13:30:27.492Z] private static ServiceTracker bundleTracker; [2024-06-04T13:30:27.492Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.492Z] The type PackageAdmin is deprecated [2024-06-04T13:30:27.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[214] [2024-06-04T13:30:27.492Z] bundleTracker = new ServiceTracker<>(getContext(), PackageAdmin.class, null); [2024-06-04T13:30:27.492Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.492Z] The type PackageAdmin is deprecated [2024-06-04T13:30:27.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[217] [2024-06-04T13:30:27.492Z] PackageAdmin admin = bundleTracker.getService(); [2024-06-04T13:30:27.492Z] ^^^^^^^^^^^^ [2024-06-04T13:30:27.492Z] The type PackageAdmin is deprecated [2024-06-04T13:30:27.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[220] [2024-06-04T13:30:27.492Z] Bundle[] bundles = admin.getBundles(symbolicName, null); [2024-06-04T13:30:27.492Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.492Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-04T13:30:27.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[414] [2024-06-04T13:30:27.492Z] return absolutePath.toFile().toURL(); [2024-06-04T13:30:27.492Z] ^^^^^^^ [2024-06-04T13:30:27.492Z] The method toURL() from the type File is deprecated [2024-06-04T13:30:27.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[491] [2024-06-04T13:30:27.492Z] return new File(path).toURL().toExternalForm(); [2024-06-04T13:30:27.492Z] ^^^^^^^ [2024-06-04T13:30:27.492Z] The method toURL() from the type File is deprecated [2024-06-04T13:30:27.492Z] [WARNING] /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/branding/IBundleGroupConstants.java:[16] [2024-06-04T13:30:27.492Z] import org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry; [2024-06-04T13:30:27.492Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-04T13:30:27.492Z] The type IPlatformConfiguration.IFeatureEntry is deprecated [2024-06-04T13:30:27.492Z] 144 problems (144 warnings) [2024-06-04T13:30:27.492Z] [INFO] [2024-06-04T13:30:27.492Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.492Z] [INFO] [2024-06-04T13:30:27.492Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.492Z] [INFO] [2024-06-04T13:30:27.492Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.492Z] [INFO] [2024-06-04T13:30:27.492Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/src/test/resources [2024-06-04T13:30:27.492Z] [INFO] [2024-06-04T13:30:27.492Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.492Z] [INFO] [2024-06-04T13:30:27.492Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.492Z] [INFO] [2024-06-04T13:30:27.492Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.492Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.400-SNAPSHOT-sources.jar [2024-06-04T13:30:27.492Z] [INFO] [2024-06-04T13:30:27.492Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.749Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.400-SNAPSHOT.jar [2024-06-04T13:30:27.749Z] [INFO] [2024-06-04T13:30:27.749Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.749Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/.polyglot.META-INF [2024-06-04T13:30:27.749Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:27.749Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:27.749Z] [2024-06-04T13:30:27.749Z] [INFO] [2024-06-04T13:30:27.749Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.749Z] [INFO] [2024-06-04T13:30:27.749Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.update.configurator --- [2024-06-04T13:30:27.749Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.400-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:30:27.749Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.400-SNAPSHOT.jar [2024-06-04T13:30:32.990Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.400-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:30:32.990Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.400-SNAPSHOT-sources.jar [2024-06-04T13:30:36.266Z] [INFO] [2024-06-04T13:30:36.266Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.update.configurator --- [2024-06-04T13:30:36.266Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/update/org.eclipse.update.configurator/.polyglot.META-INF [2024-06-04T13:30:36.266Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:36.266Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:36.266Z] [2024-06-04T13:30:36.266Z] [INFO] [2024-06-04T13:30:36.266Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.concurrent >--------- [2024-06-04T13:30:36.266Z] [INFO] Building [bundle] Equinox Concurrent API 1.3.100-SNAPSHOT [150/523] [2024-06-04T13:30:36.266Z] [INFO] from equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [2024-06-04T13:30:36.266Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:30:36.266Z] [INFO] [2024-06-04T13:30:36.266Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.266Z] [INFO] [2024-06-04T13:30:36.266Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.266Z] [INFO] The project's OSGi version is 1.3.100.v20240514-0729 [2024-06-04T13:30:36.266Z] [INFO] [2024-06-04T13:30:36.266Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.266Z] [INFO] [2024-06-04T13:30:36.266Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.266Z] [INFO] [2024-06-04T13:30:36.266Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/saveproperties [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] Resolving class path of [bundle] Equinox Concurrent API [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/src/main/resources [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/src/main/resources [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240524-2033 [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/src/test/resources [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.267Z] [INFO] [2024-06-04T13:30:36.267Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.268Z] [INFO] [2024-06-04T13:30:36.268Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.268Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.100-SNAPSHOT-sources.jar [2024-06-04T13:30:36.268Z] [INFO] [2024-06-04T13:30:36.268Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.268Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.100-SNAPSHOT.jar [2024-06-04T13:30:36.268Z] [INFO] [2024-06-04T13:30:36.268Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.268Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [2024-06-04T13:30:36.268Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:36.268Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:36.268Z] [2024-06-04T13:30:36.268Z] [INFO] [2024-06-04T13:30:36.268Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.268Z] [INFO] [2024-06-04T13:30:36.268Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.268Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [2024-06-04T13:30:36.268Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:36.268Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:36.268Z] [2024-06-04T13:30:36.268Z] [INFO] [2024-06-04T13:30:36.268Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.268Z] [INFO] [2024-06-04T13:30:36.268Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:36.268Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.100-SNAPSHOT.jar' is already signed and will be resigned. [2024-06-04T13:30:36.269Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.100-SNAPSHOT.jar [2024-06-04T13:30:41.514Z] [INFO] Jar '/home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.100-SNAPSHOT-sources.jar' is already signed and will be resigned. [2024-06-04T13:30:41.514Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.100-SNAPSHOT-sources.jar [2024-06-04T13:30:46.755Z] [INFO] [2024-06-04T13:30:46.755Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.concurrent --- [2024-06-04T13:30:46.755Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [2024-06-04T13:30:46.755Z] The main artifact has been replaced with the baseline version. [2024-06-04T13:30:46.755Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-04T13:30:46.755Z] [2024-06-04T13:30:46.755Z] [INFO] [2024-06-04T13:30:46.755Z] [INFO] ---------< org.eclipse.platform:org.eclipse.platform.doc.isv >---------- [2024-06-04T13:30:46.755Z] [INFO] Building org.eclipse.platform.doc.isv 4.33.0-SNAPSHOT [151/523] [2024-06-04T13:30:46.755Z] [INFO] from eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml [2024-06-04T13:30:46.755Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] Deleting /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/extension-points (includes = [], excludes = [index.html]) [2024-06-04T13:30:47.317Z] [INFO] Deleting /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/samples (includes = [], excludes = [samples.html]) [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] The project's OSGi version is 4.33.0.v20240604-1124 [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/saveproperties [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] Resolving class path of org.eclipse.platform.doc.isv [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/src/main/resources [2024-06-04T13:30:47.317Z] [INFO] [2024-06-04T13:30:47.317Z] [INFO] --- tycho-document-bundle:4.0.8:schema-to-html (schema-to-html) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:30:47.317Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-03 [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/src/main/resources [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- resources:3.3.1:copy-resources (copy-extension-resources) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] Copying 4 resources from ../../../eclipse.platform/ua/org.eclipse.ui.cheatsheets/schema to reference/extension-points [2024-06-04T13:31:13.837Z] [INFO] Copying 1 resource from ../../../eclipse.platform/ua/org.eclipse.ui.intro/schema to reference/extension-points [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- resources:3.3.1:copy-resources (copy-example-resources) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] Copying 24 resources from ../../../eclipse.platform/team/examples to samples [2024-06-04T13:31:13.837Z] [INFO] Copying 23 resources from ../../../eclipse.platform.swt/examples to samples [2024-06-04T13:31:13.837Z] [INFO] Copying 10 resources from ../../../eclipse.platform.ui/examples to samples [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] >>> javadoc:3.6.3:javadoc (attach-javadocs) > generate-sources @ org.eclipse.platform.doc.isv >>> [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] The project's OSGi version is 4.33.0.v20240604-1124 [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.837Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.837Z] [INFO] [2024-06-04T13:31:13.838Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.838Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/saveproperties [2024-06-04T13:31:13.838Z] [INFO] [2024-06-04T13:31:13.838Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.838Z] [INFO] [2024-06-04T13:31:13.838Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.838Z] [INFO] [2024-06-04T13:31:13.838Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:13.838Z] [INFO] [2024-06-04T13:31:13.838Z] [INFO] <<< javadoc:3.6.3:javadoc (attach-javadocs) < generate-sources @ org.eclipse.platform.doc.isv <<< [2024-06-04T13:31:13.838Z] [INFO] [2024-06-04T13:31:13.838Z] [INFO] [2024-06-04T13:31:13.838Z] [INFO] --- javadoc:3.6.3:javadoc (attach-javadocs) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:31:21.927Z] [INFO] No previous run data found, generating javadoc. [2024-06-04T13:32:58.383Z] [INFO] [2024-06-04T13:32:58.383Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:32:58.383Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/src/test/resources [2024-06-04T13:32:58.383Z] [INFO] [2024-06-04T13:32:58.383Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:32:58.383Z] [INFO] [2024-06-04T13:32:58.383Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:32:58.383Z] [INFO] [2024-06-04T13:32:58.384Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:32:58.384Z] [INFO] [2024-06-04T13:32:58.384Z] [INFO] --- resources:3.3.1:copy-resources (copy-javadoc) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:32:58.384Z] [INFO] Copying 10971 resources from target/site/apidocs to reference/api [2024-06-04T13:32:58.384Z] [INFO] [2024-06-04T13:32:58.384Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:32:58.946Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/org.eclipse.platform.doc.isv-4.33.0-SNAPSHOT.jar [2024-06-04T13:33:04.198Z] [INFO] [2024-06-04T13:33:04.198Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:33:04.455Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.platform.doc.isv:eclipse-plugin:4.33.0-SNAPSHOT [2024-06-04T13:33:04.455Z] [INFO] [2024-06-04T13:33:04.455Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:33:04.455Z] [INFO] [2024-06-04T13:33:04.455Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:33:22.495Z] [INFO] Signing jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/org.eclipse.platform.doc.isv-4.33.0-SNAPSHOT.jar [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.platform.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.platform.doc.isv:eclipse-plugin:4.33.0-SNAPSHOT [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.doc.isv >--------------- [2024-06-04T13:33:48.997Z] [INFO] Building org.eclipse.jdt.doc.isv 3.14.2400-SNAPSHOT [152/523] [2024-06-04T13:33:48.997Z] [INFO] from eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml [2024-06-04T13:33:48.997Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] The project's OSGi version is 3.14.2400.v20240604-1124 [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/saveproperties [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] Resolving class path of org.eclipse.jdt.doc.isv [2024-06-04T13:33:48.997Z] [INFO] [2024-06-04T13:33:48.997Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:48.997Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/src/main/resources [2024-06-04T13:33:48.998Z] [INFO] [2024-06-04T13:33:48.998Z] [INFO] --- tycho-document-bundle:4.0.8:schema-to-html (schema-to-html) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:33:49.253Z] [INFO] [2024-06-04T13:33:49.253Z] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-platform-doc) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/src/main/resources [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/src/test/resources [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] >>> javadoc:3.6.3:javadoc (attach-javadocs) > generate-sources @ org.eclipse.jdt.doc.isv >>> [2024-06-04T13:34:04.095Z] [INFO] [2024-06-04T13:34:04.095Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.095Z] [INFO] The project's OSGi version is 3.14.2400.v20240604-1124 [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.096Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/saveproperties [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] <<< javadoc:3.6.3:javadoc (attach-javadocs) < generate-sources @ org.eclipse.jdt.doc.isv <<< [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] [2024-06-04T13:34:04.096Z] [INFO] --- javadoc:3.6.3:javadoc (attach-javadocs) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:04.657Z] [ERROR] Error fetching link: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/unpack/org.eclipse.platform.doc.isv. Ignored it. [2024-06-04T13:34:04.657Z] [INFO] No previous run data found, generating javadoc. [2024-06-04T13:34:51.361Z] [INFO] [2024-06-04T13:34:51.361Z] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:51.361Z] [INFO] Copying 2014 resources from target/site/apidocs to reference/api [2024-06-04T13:34:51.361Z] [INFO] [2024-06-04T13:34:51.361Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:51.361Z] [INFO] Building jar: /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/org.eclipse.jdt.doc.isv-3.14.2400-SNAPSHOT.jar [2024-06-04T13:34:51.361Z] [INFO] [2024-06-04T13:34:51.361Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:51.361Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.doc.isv:eclipse-plugin:3.14.2400-SNAPSHOT [2024-06-04T13:34:51.361Z] [INFO] [2024-06-04T13:34:51.361Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.doc.isv --- [2024-06-04T13:34:51.361Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:34:51.361Z] [INFO] Reactor Summary: [2024-06-04T13:34:51.361Z] [INFO] [2024-06-04T13:34:51.361Z] [INFO] eclipse-platform-parent 4.33.0-SNAPSHOT ............ SUCCESS [ 2.201 s] [2024-06-04T13:34:51.361Z] [INFO] eclipse-sdk-prereqs 4.33.0-SNAPSHOT ................ SUCCESS [ 0.045 s] [2024-06-04T13:34:51.361Z] [INFO] eclipse jdt 4.33.0-SNAPSHOT ........................ SUCCESS [ 0.016 s] [2024-06-04T13:34:51.361Z] [INFO] parent 4.33.0-SNAPSHOT ............................. SUCCESS [ 0.021 s] [2024-06-04T13:34:51.361Z] [INFO] org.eclipse.osgi 3.20.0-SNAPSHOT ................... SUCCESS [ 51.518 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Supplemental Equinox Functionality 1.10.900-SNAPSHOT SUCCESS [ 8.720 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Common Eclipse Runtime 3.19.100-SNAPSHOT .. SUCCESS [ 9.116 s] [2024-06-04T13:34:51.361Z] [INFO] eclipse.platform 4.33.0-SNAPSHOT ................... SUCCESS [ 0.015 s] [2024-06-04T13:34:51.361Z] [INFO] eclipse.platform.runtime 4.33.0-SNAPSHOT ........... SUCCESS [ 0.011 s] [2024-06-04T13:34:51.361Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SUCCESS [ 0.011 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse Jobs Mechanism 3.15.300-SNAPSHOT .. SUCCESS [ 8.313 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Extension Registry Support 3.12.100-SNAPSHOT SUCCESS [ 8.594 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse Preferences Mechanism 3.11.100-SNAPSHOT SUCCESS [ 9.278 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse Content Mechanism 3.9.400-SNAPSHOT SUCCESS [ 8.016 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Equinox Application Container 1.7.100-SNAPSHOT SUCCESS [ 8.202 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Core Runtime 3.31.100-SNAPSHOT ............ SUCCESS [ 7.869 s] [2024-06-04T13:34:51.361Z] [INFO] eclipse.platform.ui 4.33.0-SNAPSHOT ................ SUCCESS [ 0.011 s] [2024-06-04T13:34:51.361Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SUCCESS [ 0.010 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Commands 3.12.100-SNAPSHOT ................ SUCCESS [ 8.392 s] [2024-06-04T13:34:51.361Z] [INFO] eclipse.platform.swt 4.33.0-SNAPSHOT ............... SUCCESS [ 0.019 s] [2024-06-04T13:34:51.361Z] [INFO] org.eclipse.swt 3.126.0-SNAPSHOT ................... SUCCESS [ 11.964 s] [2024-06-04T13:34:51.361Z] [INFO] eclipse.platform.swt.binaries 4.33.0-SNAPSHOT ...... SUCCESS [ 0.582 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Standard Widget Toolkit for GTK on x86_64 3.126.0-SNAPSHOT SUCCESS [ 32.360 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 3.126.0-SNAPSHOT SUCCESS [ 33.098 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Standard Widget Toolkit for GTK on ppc64le 3.126.0-SNAPSHOT SUCCESS [ 29.484 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Standard Widget Toolkit for GTK on aarch64 3.126.0-SNAPSHOT SUCCESS [ 29.604 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Standard Widget Toolkit for Windows on x86_64 3.126.0-SNAPSHOT SUCCESS [ 31.208 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Standard Widget Toolkit for Windows on aarch64 3.126.0-SNAPSHOT SUCCESS [ 30.646 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 3.126.0-SNAPSHOT SUCCESS [ 31.684 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Bidirectional Text Support 1.5.100-SNAPSHOT SUCCESS [ 7.519 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] JFace 3.34.0-SNAPSHOT ..................... SUCCESS [ 17.755 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse CSS Core Support 0.14.400-SNAPSHOT SUCCESS [ 9.916 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse CSS SWT Support 0.15.400-SNAPSHOT . SUCCESS [ 8.504 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] JFace Data Binding Observables 1.13.300-SNAPSHOT SUCCESS [ 9.077 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse Dependency Injection Annotations 1.8.400-SNAPSHOT SUCCESS [ 7.114 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse Dependency Injection 1.9.400-SNAPSHOT SUCCESS [ 7.618 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse Contexts 1.12.600-SNAPSHOT ........ SUCCESS [ 7.478 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse Dependency Injection Extensions 0.18.300-SNAPSHOT SUCCESS [ 7.192 s] [2024-06-04T13:34:51.361Z] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.500-SNAPSHOT SUCCESS [ 7.657 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse UI Dependency Injection 1.5.400-SNAPSHOT SUCCESS [ 7.672 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Expression Language 3.9.400-SNAPSHOT ...... SUCCESS [ 8.017 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse Application Services 2.4.400-SNAPSHOT SUCCESS [ 7.842 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse e4 core commands 1.1.400-SNAPSHOT . SUCCESS [ 7.541 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Event Admin 1.7.100-SNAPSHOT .............. SUCCESS [ 7.334 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse UI Application Services 1.6.300-SNAPSHOT SUCCESS [ 7.505 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse Bindings Support 0.14.400-SNAPSHOT SUCCESS [ 8.075 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse UI Custom widgets 1.4.100-SNAPSHOT SUCCESS [ 6.884 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse Model Xpath 0.4.300-SNAPSHOT ...... SUCCESS [ 8.634 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse Workbench Model 2.4.300-SNAPSHOT .. SUCCESS [ 11.038 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] JFace Data Binding Properties 1.10.300-SNAPSHOT SUCCESS [ 8.106 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] JFace Data Binding 1.13.300-SNAPSHOT ...... SUCCESS [ 9.249 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse CSS SWT Theme Support 0.14.400-SNAPSHOT SUCCESS [ 7.609 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse e4 Workbench 1.15.400-SNAPSHOT .... SUCCESS [ 9.409 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Bundle for Workbench APIs available in e4 0.17.400-SNAPSHOT SUCCESS [ 7.356 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse URI Scheme Handling 1.3.300-SNAPSHOT SUCCESS [ 8.175 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] JFace Data Binding for SWT and JFace 1.15.300-SNAPSHOT SUCCESS [ 9.955 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse e4 dialogs 1.5.0-SNAPSHOT ......... SUCCESS [ 7.860 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse e4 Workbench SWT 0.17.400-SNAPSHOT SUCCESS [ 9.388 s] [2024-06-04T13:34:51.362Z] [INFO] eclipse.platform.ua 4.33.0-SNAPSHOT ................ SUCCESS [ 0.021 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.help 3.10.400-SNAPSHOT ................. SUCCESS [ 8.850 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.16.400-SNAPSHOT SUCCESS [ 8.625 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.5.400-SNAPSHOT SUCCESS [ 8.295 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse Workbench 3.132.0-SNAPSHOT ........ SUCCESS [ 33.265 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse UI 3.206.0-SNAPSHOT ............... SUCCESS [ 10.275 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Eclipse Forms 3.13.300-SNAPSHOT ........... SUCCESS [ 10.007 s] [2024-06-04T13:34:51.362Z] [INFO] eclipse.platform.debug 4.33.0-SNAPSHOT ............. SUCCESS [ 0.018 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Core Variables 3.6.400-SNAPSHOT ........... SUCCESS [ 7.558 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Ant Build Tool Core 3.7.400-SNAPSHOT ...... SUCCESS [ 7.927 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] OSGi service http APIs 1.2.2-SNAPSHOT ..... SUCCESS [ 7.270 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Http Services Servlet 1.8.200-SNAPSHOT .... SUCCESS [ 8.282 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Jetty Http Service 3.9.200-SNAPSHOT ....... SUCCESS [ 8.161 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.equinox.security 1.4.300-SNAPSHOT ...... SUCCESS [ 7.854 s] [2024-06-04T13:34:51.362Z] [INFO] eclipse.platform.team 4.33.0-SNAPSHOT .............. SUCCESS [ 0.012 s] [2024-06-04T13:34:51.362Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SUCCESS [ 0.008 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Internet Connection Management 1.5.400-SNAPSHOT SUCCESS [ 7.394 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.help.base 4.4.500-SNAPSHOT ............. SUCCESS [ 10.500 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.ui.intro 3.7.400-SNAPSHOT .............. SUCCESS [ 11.140 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Help System UI 4.7.0-SNAPSHOT ............. SUCCESS [ 9.990 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.ui.cheatsheets 3.8.400-SNAPSHOT ........ SUCCESS [ 9.238 s] [2024-06-04T13:34:51.362Z] [INFO] org eclipse jdt 3.19.600-SNAPSHOT .................. SUCCESS [ 4.088 s] [2024-06-04T13:34:51.362Z] [INFO] eclipse.platform.resources 4.33.0-SNAPSHOT ......... SUCCESS [ 0.009 s] [2024-06-04T13:34:51.362Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SUCCESS [ 0.007 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Core File Systems 1.10.400-SNAPSHOT ....... SUCCESS [ 7.693 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Core Resource Management 3.20.200-SNAPSHOT SUCCESS [ 13.099 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Text 3.14.100-SNAPSHOT .................... SUCCESS [ 10.035 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Core Compare Support 3.8.500-SNAPSHOT ..... SUCCESS [ 8.227 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Team Support Core 3.10.400-SNAPSHOT ....... SUCCESS [ 9.670 s] [2024-06-04T13:34:51.362Z] [INFO] eclipse.jdt.core 4.33.0-SNAPSHOT ................... SUCCESS [ 0.009 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT SUCCESS [ 18.665 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.jdt.core 3.38.0-SNAPSHOT ............... SUCCESS [ 37.437 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Java Development Tools Formatter Application 1.2.250-SNAPSHOT SUCCESS [ 7.967 s] [2024-06-04T13:34:51.362Z] [INFO] eclipse.jdt.ui 4.33.0-SNAPSHOT ..................... SUCCESS [ 0.007 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT ..... SUCCESS [ 7.658 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Debug Core 3.21.400-SNAPSHOT .............. SUCCESS [ 11.323 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] External Tools Headless Support 1.3.400-SNAPSHOT SUCCESS [ 9.799 s] [2024-06-04T13:34:51.362Z] [INFO] eclipse.jdt.debug 4.33.0-SNAPSHOT .................. SUCCESS [ 0.009 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] JDI Debug Model 3.21.400-SNAPSHOT ......... SUCCESS [ 15.197 s] [2024-06-04T13:34:51.362Z] [INFO] org.eclipse.jdt.launching 3.22.0-SNAPSHOT .......... SUCCESS [ 26.233 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Ant Launching Support 1.4.400-SNAPSHOT .... SUCCESS [ 10.575 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] JFace Text 3.25.100-SNAPSHOT .............. SUCCESS [ 15.313 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Text Editor Framework 3.17.400-SNAPSHOT ... SUCCESS [ 13.850 s] [2024-06-04T13:34:51.362Z] [INFO] [bundle] Console 3.14.100-SNAPSHOT ................. SUCCESS [ 9.648 s] [2024-06-04T13:34:51.363Z] [INFO] rt.equinox.p2 4.33.0-SNAPSHOT ...................... SUCCESS [ 0.011 s] [2024-06-04T13:34:51.363Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SUCCESS [ 0.009 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Provisioning Core 2.12.0-SNAPSHOT . SUCCESS [ 10.278 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Provisioning Metadata 2.9.100-SNAPSHOT SUCCESS [ 12.285 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Provisioning JAR Processor 1.3.400-SNAPSHOT SUCCESS [ 15.115 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Provisioning Repository 2.9.100-SNAPSHOT SUCCESS [ 8.827 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Provisioning Artifact Repository Support 1.5.400-SNAPSHOT SUCCESS [ 10.479 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Provisioning Metadata Repository 1.5.400-SNAPSHOT SUCCESS [ 12.912 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Provisioning Engine 2.10.200-SNAPSHOT SUCCESS [ 8.562 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Views 3.12.300-SNAPSHOT ................... SUCCESS [ 8.462 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] E4 IDE UI 3.17.200-SNAPSHOT ............... SUCCESS [ 7.401 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Common Navigator View 3.12.400-SNAPSHOT ... SUCCESS [ 9.648 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Eclipse IDE UI 3.22.200-SNAPSHOT .......... SUCCESS [ 17.018 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] File Buffers 3.8.300-SNAPSHOT ............. SUCCESS [ 8.190 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.annotation 2.3.0-SNAPSHOT .......... SUCCESS [ 7.393 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Default Text Editor 3.17.300-SNAPSHOT ..... SUCCESS [ 13.596 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Refactoring Core 3.14.400-SNAPSHOT ........ SUCCESS [ 15.835 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Compare Support 3.11.0-SNAPSHOT ........... SUCCESS [ 12.945 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Search Support Core 3.16.200-SNAPSHOT ..... SUCCESS [ 10.171 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT SUCCESS [ 29.885 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Framework Admin 2.3.200-SNAPSHOT .. SUCCESS [ 9.045 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Simple Configurator 1.5.300-SNAPSHOT ...... SUCCESS [ 10.450 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Framework Admin for Equinox 1.3.200-SNAPSHOT SUCCESS [ 9.244 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Simple Configurator Manipulator 2.3.200-SNAPSHOT SUCCESS [ 8.472 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT SUCCESS [ 10.925 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Team Support UI 3.10.400-SNAPSHOT ......... SUCCESS [ 14.533 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Refactoring UI 3.13.400-SNAPSHOT .......... SUCCESS [ 11.421 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Debug UI 3.18.400-SNAPSHOT ................ SUCCESS [ 23.096 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Search Support 3.16.200-SNAPSHOT .......... SUCCESS [ 12.500 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Tabbed Properties View 3.10.300-SNAPSHOT .. SUCCESS [ 8.642 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Navigator Workbench Components 3.9.300-SNAPSHOT SUCCESS [ 10.474 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.ui 3.32.100-SNAPSHOT ............... SUCCESS [ 49.005 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.debug.ui 3.13.400-SNAPSHOT ......... SUCCESS [ 14.523 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Java Development Tools JUnit support 3.16.400-SNAPSHOT SUCCESS [ 9.806 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] External Tools 3.6.400-SNAPSHOT ........... SUCCESS [ 10.186 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Ant UI 3.9.400-SNAPSHOT ................... SUCCESS [ 15.227 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT .... SUCCESS [ 9.621 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.launching.macosx 3.6.300-SNAPSHOT .. SUCCESS [ 16.187 s] [2024-06-04T13:34:51.363Z] [INFO] eclipse.platform.common 4.33.0-SNAPSHOT ............ SUCCESS [ 0.007 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.doc.user 3.15.2200-SNAPSHOT ........ SUCCESS [ 10.413 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.launching.ui.macosx 1.4.300-SNAPSHOT SUCCESS [ 7.557 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT .... SUCCESS [ 10.407 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.annotation 1.2.100-SNAPSHOT ........ SUCCESS [ 10.830 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Java Annotation Processing Core 3.8.400-SNAPSHOT SUCCESS [ 12.489 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Java Compiler Apt IDE 1.4.400-SNAPSHOT .... SUCCESS [ 10.359 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Java Annotation Processing UI 3.8.400-SNAPSHOT SUCCESS [ 10.532 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Install/Update Configurator 3.5.400-SNAPSHOT SUCCESS [ 8.771 s] [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Concurrent API 1.3.100-SNAPSHOT ... SUCCESS [ 10.431 s] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.platform.doc.isv 4.33.0-SNAPSHOT ....... SUCCESS [03:00 min] [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.doc.isv 3.14.2400-SNAPSHOT ......... FAILURE [01:01 min] [2024-06-04T13:34:51.363Z] [INFO] org eclipse jdt feature 3.19.600-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.363Z] [INFO] [bundle] Equinox Launcher 1.6.800-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.363Z] [INFO] eclipse.platform.releng 4.33.0-SNAPSHOT ............ SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.test.performance 3.20.100-SNAPSHOT ..... SKIPPED [2024-06-04T13:34:51.363Z] [INFO] [bundle] Eclipse IDE UI Application 1.5.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.core.tests.compiler 3.13.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.compiler.tool.tests 1.4.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.core.tests.builder 3.12.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.compiler.apt.tests 1.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.core.tests.model 3.13.0-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.core.tests.performance 3.12.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.apt.pluggable.tests 3.6.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.apt.tests 3.6.400-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.363Z] [INFO] eclipse.jdt.core.binaries 4.33.0-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.core.tests.binaries 1.0.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.363Z] [INFO] org.eclipse.jdt.debug.tests 3.12.400-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.debug.jdi.tests 1.1.100-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [aggregator] tests 4.33.0-SNAPSHOT ................. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [test-bundle] Text Test Plug-in 3.14.500-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [test-bundle] JFace Text Test Plug-in 3.13.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.bcoview 1.2.400-SNAPSHOT ........... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] eclipse.pde 4.33.0-SNAPSHOT ........................ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] eclipse.pde.ui 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE JUnit Runtime Support 3.8.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [aggregator] tests 4.33.0-SNAPSHOT ................. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Eclipse Core Tests Harness 3.16.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] AST View Plug-in 1.6.150-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Java Element View Plug-in 1.5.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.ui.tests 3.15.400-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [test-bundle] File Buffers Test Plug-in 3.13.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.text.tests 3.14.400-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.15.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Debug Unit Test support 1.1.400-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.ui.unittest.junit 1.1.400-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.1.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [feature] Java AST View 1.2.250-SNAPSHOT ........... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [feature] Java Element View 1.1.400-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [feature] Bytecode Outline View 1.2.400-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] eclipse.pde.apitools 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure 1.9.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse 1.6.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Director 2.6.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Repository Tools 2.4.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Garbage Collector 1.3.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint 2.4.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support 1.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] eclipse.pde.build 4.33.0-SNAPSHOT .................. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Plug-in Development Environment Build Support 3.12.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE Core 3.18.100-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] API Tools 1.3.400-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE API Tools Annotations 1.3.0-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Log View 1.4.400-SNAPSHOT ................. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Generic and Extensible Text Editor 1.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Generic UI components related to BND 1.1.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] eclipse.pde.ds 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE DS Core 1.3.400-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Operations API 2.7.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE Launching Support 3.13.0-SNAPSHOT ..... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Directory Watcher 1.4.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support 1.5.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Eclipse e4 Progress View 0.4.500-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Security Default UI 1.4.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Provisioning UI Support 2.8.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE UI 3.15.200-SNAPSHOT .................. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] API Tools UI 1.3.400-SNAPSHOT ............. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE Runtime 3.8.400-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] JSch Core 1.5.400-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Eclipse Platform 4.33.0-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Target definition generic editor extension 1.2.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Declarative Services Annotations Support 1.3.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI 1.3.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] eclipse.pde.ua 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE UA Core 1.3.400-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE Templates 3.8.400-SNAPSHOT ............ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.pde 3.13.2700-SNAPSHOT ................. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE UA UI 1.3.400-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] PDE DS UI 1.3.400-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.pde.doc.user 3.15.200-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [aggregator] features 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [feature] Eclipse Plug-in Development Environment 3.15.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.pde.ui.tests 3.12.500-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.pde.api.tools.tests 1.3.500-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [test-bundle] PDE DS Tests 1.3.300-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.compare.win32 1.3.400-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Jasper Jsp Support Bundle 1.2.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.3.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Http Service Registry Extensions 1.4.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.help.webapp 3.11.400-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.help.feature 2.3.1800-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.equinox.security.linux 1.1.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Universal Welcome 3.5.400-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.364Z] [INFO] org.eclipse.equinox.security.macosx 1.102.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.364Z] [INFO] [bundle] Eclipse SDK Themes 1.2.2400-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Quicklinks for the Welcome Framework 1.2.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Quick Search 1.2.400-SNAPSHOT ............. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.core.net.win32 1.1.400-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.platform.doc.user 4.33.0-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Internet Connection Management UI 1.5.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Browser Support 3.8.300-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] JSch UI 1.5.400-SNAPSHOT .................. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Diff Extension for Generic Editor 1.2.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning Update Checker 1.4.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support 1.6.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning Console 1.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning ECF based Transport 1.4.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.equinox.security.win32 1.3.0-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning Native Touchpoint 1.5.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [aggregator] features 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [feature] Equinox p2, headless functionalities 1.7.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning Platform Update Support 1.3.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [feature] Equinox p2, minimal support for RCP applications 1.4.2400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning Drop-in 1.5.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning Director Application 1.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [feature] Equinox p2, backward compatibility support 1.4.2400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Provisioning Import and Export 1.4.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [feature] Equinox p2, Provisioning for IDEs. 2.4.2400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Eclipse UI Win32 Enhancements 3.5.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.core.net.linux 1.1.200-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.rcp 4.33.0-SNAPSHOT .................... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Launcher Win32 Arm64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.2.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Console plug-in 1.4.800-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Notification API 0.7.200-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Eclipse UI GTK Enhancements 1.2.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.14.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] JFace Data Binding for JavaBeans 1.10.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [aggregator] features 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [feature] Eclipse 4 Rich Client Platform 4.33.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.rcp.feature 4.33.0-SNAPSHOT ............ SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Debug UI Launch Configuration View 1.1.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] UI Freeze Monitoring 1.3.300-SNAPSHOT ..... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.platform.feature 4.33.0-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.pde.ua.tests 1.3.400-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.pde.junit.runtime.tests 3.7.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Spy Core plug-in 1.1.400-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Bundle Spy 0.13.400-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Event Spy 1.1.400-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] CSS Spy 0.13.400-SNAPSHOT ................. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] eclipse.pde.e4tools 4.33.0-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Services 4.10.500-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.e4.tools.emf.ui 4.8.400-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Model Spy 0.13.300-SNAPSHOT ............... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Context Spy 1.1.400-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Preference Spy 0.13.400-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Layout Spy 1.2.400-SNAPSHOT ............... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.pde.ui.templates.tests 1.2.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] org.eclipse.pde.genericeditor.extension.tests 1.2.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Plug-in Development Unit Test support 1.1.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Tools 4.10.400-SNAPSHOT ................... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Compat 4.9.300-SNAPSHOT ................... SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Persistence Model 1.1.300-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Perspective migrate compatibility Util 1.1.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] Editor3x 4.9.400-SNAPSHOT ................. SKIPPED [2024-06-04T13:34:51.365Z] [INFO] [bundle] e4 JDT code templates 4.10.300-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Harness Plug-in 1.10.400-SNAPSHOT .... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.e4.tools.compatibility.migration.tests 1.1.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.e4.tools.persistence.tests 1.1.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [aggregator] tests 4.33.0-SNAPSHOT ................. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Test 1.3.100-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.pde.build.tests 1.4.400-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [feature] Eclipse e4 Tools 4.30.200-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [feature] Eclipse Persistence 1.1.400-SNAPSHOT ..... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [feature] Eclipse Plug-in Development Environment Spies 1.0.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) 1.0.800-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Install/Update Configurator Test Plugin 0.2.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Ant Core Test Plugin 3.7.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Ant UI Test Plugin 3.11.400-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Eclipse Project SDK 4.33.0-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Core Tools 1.9.200-SNAPSHOT ............... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] OSGi Release 4.2.0 Services 3.12.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [aggregator] features 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [feature] Equinox Core Function 1.15.100-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [feature] Eclipse Core Runtime Infrastructure 1.4.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Content-Types Tests 1.4.100-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Expression Language Tests 3.7.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Eclipse Core Tests Runtime 3.21.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.e4.core.javax.tests 1.3.300-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.e4.core.tests 1.3.400-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] eclipse.platform.team.tests 4.33.0-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.366Z] [INFO] eclipse.platform.resources.tests 4.33.0-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.core.tests.resources 3.11.500-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Compare Tests 3.8.400-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.core.tests.net 1.6.400-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.jsch.tests 1.6.400-SNAPSHOT ............ SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.team.tests.core 3.10.400-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.compare.examples 3.4.400-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.compare.examples.xml 3.6.400-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.team.examples.filesystem 3.7.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Core Resource Management Spy Support Fragment 1.6.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.core.tools.resources 1.7.200-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] eclipse.platform.resources.examples 4.33.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Efs Examples Plug-in 1.1.400-SNAPSHOT ..... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Save Participant 3 3.6.100-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Save Participant 1 3.6.100-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Save Participant 2 3.6.100-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Eclipse Core Tests Save Participant 3.6.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Example Debug Core Plug-in 1.6.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Sample Memory View Plugin 1.104.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Mixed-mode Launching Example 1.4.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Example Debug UI Plug-in 1.8.400-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Debug Test Plugin 3.14.200-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin 1.1.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [feature] Jetty Http Server Feature 1.11.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.ua.tests 3.6.400-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.ua.tests.doc 1.2.500-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.ui.intro.quicklinks.examples 1.3.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.ui.intro.solstice.examples 1.3.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Tip of the Day core plugin 0.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Tip of the Day UI 0.3.400-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Tip of the Day Json Provider 0.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] IDE Enablement for Tip of the Day 0.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] org.eclipse.tips.feature 0.4.400-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Tip of the Day Tests 1.2.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] infocenter-parent 4.33.0-SNAPSHOT .................. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Servletbridge 1.7.100-SNAPSHOT ............ SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] Servletbridge Http Service 1.3.0-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.366Z] [INFO] infocenter-product 1.0.0-SNAPSHOT .................. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] infocenter-app 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] UI Bindings Tests 0.14.200-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] TestModel Model 0.15.500-SNAPSHOT .... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] e4 css core tests 1.302.500-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.600-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Jface tests 1.4.500-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] eclipse.platform.ui.examples 4.33.0-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [bundle] JFace Data Binding Examples 1.4.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] JFace Data Binding Tests 1.12.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Refactoring Core Test Plug-in 3.10.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.366Z] [INFO] [test-bundle] Refactoring UI Test Plug-in 3.11.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Search Support Tests Plug-in 3.11.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Editors Test Plug-in 3.13.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Workbench Text Editor Test Plug-in 3.14.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Generic Editor Test Plug-in 1.3.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Eclipse UI Tests 3.15.1600-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Plugin.name 3.4.0 .................... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Forms Test 3.10.400-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Common Navigator Tests 3.7.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Performance Plug-in 1.6.400-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Pluginchecks 1.2.300-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Eclipse RCP Tests 3.6.400-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Tabbed Properties View Tests 3.8.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] e4 Progress Examples Plug-in 0.4.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] JFace Snippets Plug-in 3.6.100-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] CodeMinig Examples 1.2.0-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Command Contribution Examples 3.6.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Field Assist Example 1.3.200-SNAPSHOT ..... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] JFace Text Example 3.4.300-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Progress Examples Plug-in 3.3.100 ......... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] pluginName 3.2.100 ........................ SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Multi-Page Editor Example 3.4.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Example for a Perspective 1.0.0-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] User File Editor 3.5.400-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Readme File Editing Tool 3.7.400-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Undo Example 3.5.300-SNAPSHOT ............. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Tabbed Properties View Article Example 3.4.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Examples of Eclipse Forms 3.4.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Examples for Generic Editor 1.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] org.eclipse.platform.doc.tips 0.3.100-SNAPSHOT ..... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] SWT Tools Base 3.107.600-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] SWT Tools Spy 3.109.400-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] SWT Tools 3.110.400-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] SWT Standalone Examples Plugin 3.108.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] SWT Browser Demos Plugin 3.108.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] SWT Launcher Example Plugin 3.108.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] org.eclipse.swt.examples.ole.win32 3.109.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] SWT Views Example Plugin 3.108.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] org.eclipse.swt.tests 3.107.400-SNAPSHOT ........... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [feature] SWT Tools 3.109.400-SNAPSHOT ............. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk 3.109.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Coordinator 1.5.300-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Meta Type 1.6.600-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] User Admin Service 1.3.100-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Configuration Admin 1.6.100-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Device Access Service 1.2.100-SNAPSHOT .... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [feature] Equinox Compendium SDK 3.23.100-SNAPSHOT . SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.4.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Standard Caching Service for Equinox Aspects 1.3.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Transformer Hook Framework Extension 1.4.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] XSLT Transform Provider 1.3.100-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] J9 CachingService Plug-in 1.3.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Console ssh support plug-in 1.3.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Log Stream Provider 1.2.0-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] SSHD Fragment 1.2.0-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Region Digraph 1.5.500-SNAPSHOT ........... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [feature] Equinox Core SDK 3.25.100-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] org.eclipse.equinox.executable 3.8.2600-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [feature] Core Server Feature 1.16.100-SNAPSHOT .... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [feature] Equinox Target Components 3.23.1300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] BiDi tests 1.4.100-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Test Plug-in 1.2.0-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Common Eclipse Runtime Tests 3.17.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Declarative Services Tests 1.7.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Preferences Tests 3.10.100-SNAPSHOT .. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Equinox security tests 1.3.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Ssh Tests 1.3.100-SNAPSHOT ........... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Console tests 1.3.100-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.9.200-SNAPSHOT SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Tests 1.0.0-SNAPSHOT ................. SKIPPED [2024-06-04T13:34:51.367Z] [INFO] org.eclipse.osgi.tests 3.19.100-SNAPSHOT ........... SKIPPED [2024-06-04T13:34:51.367Z] [INFO] [test-bundle] Test Plug-in for Framework Admin 1.4.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Equinox Provisioning Discovery 1.3.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Equinox Provisioning Discovery 1.3.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Equinox Provisioning Installer 1.4.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Equinox Provisioning Discovery UI 1.3.300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [feature] Equinox p2, Discovery UI support 1.3.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Test Install Verifier 1.4.300-SNAPSHOT .... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.equinox.p2.tests 1.9.400-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [test-bundle] Equinox Provisioning Discovery Tests 1.4.500-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) 1.4.400-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] p2 Admin UI 1.3.400-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) 1.4.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [feature] p2 Server Feature 1.12.1300-SNAPSHOT ..... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [feature] Equinox p2, SDK 3.11.2400-SNAPSHOT ....... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.equinox.p2.examples 4.33.0-SNAPSHOT .... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] RCP Mail (Cloud Update Example) 2.3.100-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Prestartupdate 1.3.100-SNAPSHOT ........... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Sdkbundlevisibility 1.3.100-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] Sdknoautoupdates 1.3.100-SNAPSHOT ......... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [bundle] RCP Mail (SDK UI) 1.3.100-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.ant.optional.junit 3.3.400-SNAPSHOT .... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.releng.tests 3.6.500-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.sdk.examples 4.33.0-SNAPSHOT ........... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.sdk.tests 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.test 3.6.100-SNAPSHOT .................. SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.test.performance.win32 3.1.600-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.sdk.feature 4.33.0-SNAPSHOT ............ SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.sdk.examples.feature 4.33.0-SNAPSHOT ... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.test.feature 3.8.900-SNAPSHOT .......... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.sdk.tests.feature 4.33.0-SNAPSHOT ...... SKIPPED [2024-06-04T13:34:51.368Z] [INFO] eclipse.platform.releng.tychoeclipsebuilder 4.33.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] [feature] Eclipse Product Configuration 1.1.2300-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] org.eclipse.rt.osgistarterkit.product 4.33.0-SNAPSHOT SKIPPED [2024-06-04T13:34:51.368Z] [INFO] equinox-sdk 4.33.0-SNAPSHOT ........................ SKIPPED [2024-06-04T13:34:51.368Z] [INFO] eclipse-junit-tests 4.33.0-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.368Z] [INFO] eclipse.platform.repository 4.33.0-SNAPSHOT ........ SKIPPED [2024-06-04T13:34:51.368Z] [INFO] platform-aggregator 4.33.0-SNAPSHOT ................ SKIPPED [2024-06-04T13:34:51.368Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:34:51.368Z] [INFO] BUILD FAILURE [2024-06-04T13:34:51.368Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:34:51.368Z] [INFO] Total time: 31:13 min [2024-06-04T13:34:51.368Z] [INFO] Finished at: 2024-06-04T13:34:47Z [2024-06-04T13:34:51.368Z] [INFO] ------------------------------------------------------------------------ [2024-06-04T13:34:51.368Z] [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.jdt.doc.isv: Only qualifier changed for (org.eclipse.jdt.doc.isv/3.14.2400.v20240604-1124). Expected to have bigger x.y.z than what is available in baseline (3.14.2400.v20240527-1008) -> [Help 1] [2024-06-04T13:34:51.368Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.jdt.doc.isv: Only qualifier changed for (org.eclipse.jdt.doc.isv/3.14.2400.v20240604-1124). Expected to have bigger x.y.z than what is available in baseline (3.14.2400.v20240527-1008) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) [2024-06-04T13:34:51.368Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) [2024-06-04T13:34:51.368Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) [2024-06-04T13:34:51.369Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) [2024-06-04T13:34:51.369Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) [2024-06-04T13:34:51.369Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) [2024-06-04T13:34:51.369Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) [2024-06-04T13:34:51.369Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) [2024-06-04T13:34:51.369Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) [2024-06-04T13:34:51.369Z] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) [2024-06-04T13:34:51.369Z] at java.lang.reflect.Method.invoke (Method.java:580) [2024-06-04T13:34:51.369Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) [2024-06-04T13:34:51.369Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) [2024-06-04T13:34:51.369Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) [2024-06-04T13:34:51.369Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [2024-06-04T13:34:51.369Z] Caused by: org.apache.maven.plugin.MojoFailureException: Only qualifier changed for (org.eclipse.jdt.doc.isv/3.14.2400.v20240604-1124). Expected to have bigger x.y.z than what is available in baseline (3.14.2400.v20240527-1008) [2024-06-04T13:34:51.369Z] at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute (CompareWithBaselineMojo.java:229) [2024-06-04T13:34:51.369Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) [2024-06-04T13:34:51.369Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) [2024-06-04T13:34:51.369Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) [2024-06-04T13:34:51.369Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) [2024-06-04T13:34:51.369Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) [2024-06-04T13:34:51.369Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) [2024-06-04T13:34:51.369Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) [2024-06-04T13:34:51.369Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) [2024-06-04T13:34:51.369Z] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) [2024-06-04T13:34:51.369Z] at java.lang.reflect.Method.invoke (Method.java:580) [2024-06-04T13:34:51.369Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) [2024-06-04T13:34:51.369Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) [2024-06-04T13:34:51.369Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) [2024-06-04T13:34:51.369Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [2024-06-04T13:34:51.369Z] Caused by: org.eclipse.tycho.core.exceptions.VersionBumpRequiredException: Only qualifier changed for (org.eclipse.jdt.doc.isv/3.14.2400.v20240604-1124). Expected to have bigger x.y.z than what is available in baseline (3.14.2400.v20240527-1008) [2024-06-04T13:34:51.369Z] at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute (CompareWithBaselineMojo.java:223) [2024-06-04T13:34:51.369Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) [2024-06-04T13:34:51.369Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) [2024-06-04T13:34:51.369Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) [2024-06-04T13:34:51.370Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) [2024-06-04T13:34:51.370Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) [2024-06-04T13:34:51.370Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) [2024-06-04T13:34:51.370Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) [2024-06-04T13:34:51.370Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) [2024-06-04T13:34:51.370Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) [2024-06-04T13:34:51.370Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) [2024-06-04T13:34:51.370Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) [2024-06-04T13:34:51.370Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) [2024-06-04T13:34:51.370Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) [2024-06-04T13:34:51.370Z] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) [2024-06-04T13:34:51.370Z] at java.lang.reflect.Method.invoke (Method.java:580) [2024-06-04T13:34:51.370Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) [2024-06-04T13:34:51.370Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) [2024-06-04T13:34:51.370Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) [2024-06-04T13:34:51.370Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [2024-06-04T13:34:51.370Z] [ERROR] [2024-06-04T13:34:51.370Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2024-06-04T13:34:51.370Z] [ERROR] [2024-06-04T13:34:51.370Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2024-06-04T13:34:51.370Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [2024-06-04T13:34:51.370Z] [ERROR] [2024-06-04T13:34:51.370Z] [ERROR] After correcting the problems, you can resume the build with the command [2024-06-04T13:34:51.370Z] [ERROR] mvn -rf :org.eclipse.jdt.doc.isv [2024-06-04T13:34:51.370Z] Exception in thread "Thread-4" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText [2024-06-04T13:34:51.370Z] at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85) [2024-06-04T13:34:51.370Z] at java.base/java.lang.Thread.run(Thread.java:1583) [2024-06-04T13:34:51.370Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText [2024-06-04T13:34:51.370Z] ... 2 more [Pipeline] } [Pipeline] // withCredentials Post stage [Pipeline] archiveArtifacts [2024-06-04T13:34:51.398Z] Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE