Push event to branch master Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from 9ca4b29ec6d1ee0cbf999a9e7cbe85fff2ecfcce [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-rgmcs is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717579355131" 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-rgmcs" 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-rgmcs" - 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-rgmcs" - 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-rgmcs 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 > 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 Avoid second fetch Checking out Revision 9ca4b29ec6d1ee0cbf999a9e7cbe85fff2ecfcce (master) Commit message: "Build input for build I20240605-0510" > git config core.sparsecheckout # timeout=10 > git checkout -f 9ca4b29ec6d1ee0cbf999a9e7cbe85fff2ecfcce # timeout=10 > git rev-list --no-walk fa0983d6350814d283f04d919b63e3722b21efc3 # 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 #2334' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since 'fa0983d' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '9ca4b29' as starting point [GitCheckoutListener] -> Recorded one new commit [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@309685cf' 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-05T09:26:55.329Z] Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh [2024-06-05T09:26:55.757Z] + gpg --batch --import **** [2024-06-05T09:26:55.757Z] gpg: directory '/home/jenkins/.gnupg' created [2024-06-05T09:26:55.757Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created [2024-06-05T09:26:55.757Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created [2024-06-05T09:26:55.757Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project " imported [2024-06-05T09:26:55.757Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status [2024-06-05T09:26:55.757Z] gpg: key B6D3AB9BCC641282: secret key imported [2024-06-05T09:26:55.757Z] gpg: Total number processed: 1 [2024-06-05T09:26:55.757Z] gpg: imported: 1 [2024-06-05T09:26:55.757Z] gpg: secret keys read: 1 [2024-06-05T09:26:55.757Z] gpg: secret keys imported: 1 [Pipeline] sh [2024-06-05T09:26:56.044Z] ++ gpg --list-keys --with-colons [2024-06-05T09:26:56.044Z] ++ awk -F: '/fpr:/ {print $10}' [2024-06-05T09:26:56.044Z] ++ sort -u [2024-06-05T09:26:56.044Z] + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) [2024-06-05T09:26:56.044Z] + echo -e '5 [2024-06-05T09:26:56.044Z] y [2024-06-05T09:26:56.044Z] ' [2024-06-05T09:26:56.044Z] + gpg --batch --command-fd 0 --expert --edit-key 3C91FED3922D52296888BAE9B6D3AB9BCC641282 trust [2024-06-05T09:26:56.044Z] Secret subkeys are available. [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-05T09:26:56.044Z] trust: unknown validity: unknown [2024-06-05T09:26:56.044Z] ssb rsa4096/700E4F39BC05364B [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-05T09:26:56.044Z] [ unknown] (1). Eclipse Platform Project [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-05T09:26:56.044Z] trust: unknown validity: unknown [2024-06-05T09:26:56.044Z] ssb rsa4096/700E4F39BC05364B [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-05T09:26:56.044Z] [ unknown] (1). Eclipse Platform Project [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] Please decide how far you trust this user to correctly verify other users' keys [2024-06-05T09:26:56.044Z] (by looking at passports, checking fingerprints from different sources, etc.) [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] 1 = I don't know or won't say [2024-06-05T09:26:56.044Z] 2 = I do NOT trust [2024-06-05T09:26:56.044Z] 3 = I trust marginally [2024-06-05T09:26:56.044Z] 4 = I trust fully [2024-06-05T09:26:56.044Z] 5 = I trust ultimately [2024-06-05T09:26:56.044Z] m = back to the main menu [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-05T09:26:56.044Z] trust: ultimate validity: unknown [2024-06-05T09:26:56.044Z] ssb rsa4096/700E4F39BC05364B [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-05T09:26:56.044Z] [ unknown] (1). Eclipse Platform Project [2024-06-05T09:26:56.044Z] Please note that the shown key validity is not necessarily correct [2024-06-05T09:26:56.044Z] unless you restart the program. [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) [2024-06-05T09:26:56.044Z] + echo -e '5 [2024-06-05T09:26:56.044Z] y [2024-06-05T09:26:56.044Z] ' [2024-06-05T09:26:56.044Z] + gpg --batch --command-fd 0 --expert --edit-key 9E3044071B758EBCB7E45673700E4F39BC05364B trust [2024-06-05T09:26:56.044Z] Secret subkeys are available. [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] gpg: checking the trustdb [2024-06-05T09:26:56.044Z] gpg: marginals needed: 3 completes needed: 1 trust model: pgp [2024-06-05T09:26:56.044Z] gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u [2024-06-05T09:26:56.044Z] gpg: next trustdb check due at 2026-12-15 [2024-06-05T09:26:56.044Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-05T09:26:56.044Z] trust: ultimate validity: ultimate [2024-06-05T09:26:56.044Z] ssb rsa4096/700E4F39BC05364B [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-05T09:26:56.044Z] [ultimate] (1). Eclipse Platform Project [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-05T09:26:56.044Z] trust: ultimate validity: ultimate [2024-06-05T09:26:56.044Z] ssb rsa4096/700E4F39BC05364B [2024-06-05T09:26:56.044Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-05T09:26:56.044Z] [ultimate] (1). Eclipse Platform Project [2024-06-05T09:26:56.044Z] [2024-06-05T09:26:56.044Z] Please decide how far you trust this user to correctly verify other users' keys [2024-06-05T09:26:56.045Z] (by looking at passports, checking fingerprints from different sources, etc.) [2024-06-05T09:26:56.045Z] [2024-06-05T09:26:56.045Z] 1 = I don't know or won't say [2024-06-05T09:26:56.045Z] 2 = I do NOT trust [2024-06-05T09:26:56.045Z] 3 = I trust marginally [2024-06-05T09:26:56.045Z] 4 = I trust fully [2024-06-05T09:26:56.045Z] 5 = I trust ultimately [2024-06-05T09:26:56.045Z] m = back to the main menu [2024-06-05T09:26:56.045Z] [2024-06-05T09:26:56.045Z] [2024-06-05T09:26:56.045Z] pub rsa4096/B6D3AB9BCC641282 [2024-06-05T09:26:56.045Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-06-05T09:26:56.045Z] trust: ultimate validity: ultimate [2024-06-05T09:26:56.045Z] ssb rsa4096/700E4F39BC05364B [2024-06-05T09:26:56.045Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-06-05T09:26:56.045Z] [ultimate] (1). Eclipse Platform Project [2024-06-05T09:26:56.045Z] [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-05T09:26:57.015Z] + git submodule foreach 'git fetch origin master; git checkout FETCH_HEAD' [2024-06-05T09:26:57.015Z] Entering 'eclipse.jdt' [2024-06-05T09:26:57.274Z] From https://github.com/eclipse-jdt/eclipse.jdt [2024-06-05T09:26:57.274Z] * branch master -> FETCH_HEAD [2024-06-05T09:26:57.274Z] HEAD is now at 3a9c209 Version Bump for 4.33 [2024-06-05T09:26:57.274Z] Entering 'eclipse.jdt.core' [2024-06-05T09:26:57.840Z] From https://github.com/eclipse-jdt/eclipse.jdt.core [2024-06-05T09:26:57.840Z] * branch master -> FETCH_HEAD [2024-06-05T09:26:58.099Z] HEAD is now at cc8a223c41 Update for release 4.33 [2024-06-05T09:26:58.099Z] Entering 'eclipse.jdt.core.binaries' [2024-06-05T09:26:58.665Z] From https://github.com/eclipse-jdt/eclipse.jdt.core.binaries [2024-06-05T09:26:58.666Z] * branch master -> FETCH_HEAD [2024-06-05T09:26:58.924Z] HEAD is now at f50cd33 Update for release 4.33 [2024-06-05T09:26:58.924Z] Entering 'eclipse.jdt.debug' [2024-06-05T09:26:59.183Z] From https://github.com/eclipse-jdt/eclipse.jdt.debug [2024-06-05T09:26:59.183Z] * branch master -> FETCH_HEAD [2024-06-05T09:26:59.441Z] HEAD is now at d0be170ad Update for release 4.33 [2024-06-05T09:26:59.441Z] Entering 'eclipse.jdt.ui' [2024-06-05T09:27:00.008Z] From https://github.com/eclipse-jdt/eclipse.jdt.ui [2024-06-05T09:27:00.008Z] * branch master -> FETCH_HEAD [2024-06-05T09:27:00.265Z] HEAD is now at 93a1e7c546 Update for release 4.33 [2024-06-05T09:27:00.265Z] Entering 'eclipse.pde' [2024-06-05T09:27:00.831Z] From https://github.com/eclipse-pde/eclipse.pde [2024-06-05T09:27:00.831Z] * branch master -> FETCH_HEAD [2024-06-05T09:27:01.090Z] HEAD is now at 219444193e Version Bump for 4_33 [2024-06-05T09:27:01.090Z] Entering 'eclipse.platform' [2024-06-05T09:27:01.348Z] From https://github.com/eclipse-platform/eclipse.platform [2024-06-05T09:27:01.348Z] * branch master -> FETCH_HEAD [2024-06-05T09:27:01.348Z] HEAD is now at 8fe6bba1fe Version Bump (#1405) [2024-06-05T09:27:01.606Z] Entering 'eclipse.platform.swt' [2024-06-05T09:27:01.864Z] From https://github.com/eclipse-platform/eclipse.platform.swt [2024-06-05T09:27:01.864Z] * branch master -> FETCH_HEAD [2024-06-05T09:27:02.123Z] HEAD is now at fdde98e567 Configure SWT build scripts for 4.33 [2024-06-05T09:27:02.123Z] Entering 'eclipse.platform.ui' [2024-06-05T09:27:02.688Z] From https://github.com/eclipse-platform/eclipse.platform.ui [2024-06-05T09:27:02.688Z] * branch master -> FETCH_HEAD [2024-06-05T09:27:02.947Z] HEAD is now at c248879a79 Version Bump for 4.33 (#1926) [2024-06-05T09:27:02.947Z] Entering 'equinox' [2024-06-05T09:27:03.205Z] From https://github.com/eclipse-equinox/equinox [2024-06-05T09:27:03.205Z] * branch master -> FETCH_HEAD [2024-06-05T09:27:03.769Z] HEAD is now at 2ae13289e Version Bump 4.33 (#638) [2024-06-05T09:27:03.769Z] Entering 'rt.equinox.binaries' [2024-06-05T09:27:04.027Z] From https://github.com/eclipse-equinox/equinox.binaries [2024-06-05T09:27:04.027Z] * branch master -> FETCH_HEAD [2024-06-05T09:27:04.027Z] HEAD is now at af72d12 Recompiled binaries [2024-06-05T09:27:04.027Z] Entering 'rt.equinox.p2' [2024-06-05T09:27:04.285Z] From https://github.com/eclipse-equinox/p2 [2024-06-05T09:27:04.285Z] * branch master -> FETCH_HEAD [2024-06-05T09:27:04.851Z] 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-05T09:27:09.251Z] + mvn clean deploy -f eclipse-platform-parent/pom.xml [2024-06-05T09:27:09.251Z] [Global flags] [2024-06-05T09:27:09.251Z] int ActiveProcessorCount = -1 {product} {default} [2024-06-05T09:27:09.251Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-06-05T09:27:09.251Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-06-05T09:27:09.251Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-06-05T09:27:09.251Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-06-05T09:27:09.251Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-06-05T09:27:09.251Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-06-05T09:27:09.251Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-06-05T09:27:09.251Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-06-05T09:27:09.251Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-06-05T09:27:09.251Z] bool AggressiveHeap = false {product} {default} [2024-06-05T09:27:09.251Z] bool AlignVector = false {C2 product} {default} [2024-06-05T09:27:09.251Z] ccstr AllocateHeapAt = {product} {default} [2024-06-05T09:27:09.251Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-06-05T09:27:09.251Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-06-05T09:27:09.251Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-06-05T09:27:09.251Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-06-05T09:27:09.251Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-06-05T09:27:09.251Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-06-05T09:27:09.251Z] bool AllowParallelDefineClass = false {product} {default} [2024-06-05T09:27:09.251Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-06-05T09:27:09.251Z] bool AllowUserSignalHandlers = false {product} {default} [2024-06-05T09:27:09.251Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-06-05T09:27:09.251Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-06-05T09:27:09.251Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-06-05T09:27:09.252Z] bool AlwaysPreTouch = false {product} {default} [2024-06-05T09:27:09.252Z] bool AlwaysRestoreFPU = false {product} {default} [2024-06-05T09:27:09.252Z] bool AlwaysTenure = false {product} {default} [2024-06-05T09:27:09.252Z] ccstr ArchiveClassesAtExit = {JVMCI product} {default} [2024-06-05T09:27:09.252Z] intx ArrayCopyLoadStoreMaxElem = 8 {product} {default} [2024-06-05T09:27:09.252Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-06-05T09:27:09.252Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-06-05T09:27:09.252Z] bool AutoCreateSharedArchive = false {JVMCI product} {default} [2024-06-05T09:27:09.252Z] intx BCEATraceLevel = 0 {product} {default} [2024-06-05T09:27:09.252Z] bool BackgroundCompilation = true {pd product} {default} [2024-06-05T09:27:09.252Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-06-05T09:27:09.252Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-06-05T09:27:09.252Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-06-05T09:27:09.252Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-06-05T09:27:09.252Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-06-05T09:27:09.252Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-06-05T09:27:09.252Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-06-05T09:27:09.252Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-06-05T09:27:09.252Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-06-05T09:27:09.252Z] bool C1OptimizeVirtualCallProfiling = true {C2 product} {default} [2024-06-05T09:27:09.252Z] bool C1ProfileBranches = true {C2 product} {default} [2024-06-05T09:27:09.252Z] bool C1ProfileCalls = true {C2 product} {default} [2024-06-05T09:27:09.252Z] bool C1ProfileCheckcasts = true {C2 product} {default} [2024-06-05T09:27:09.252Z] bool C1ProfileInlinedCalls = true {C2 product} {default} [2024-06-05T09:27:09.252Z] bool C1ProfileVirtualCalls = true {C2 product} {default} [2024-06-05T09:27:09.252Z] bool C1UpdateMethodData = true {C2 product} {default} [2024-06-05T09:27:09.252Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-06-05T09:27:09.252Z] bool CICompilerCountPerCPU = true {product} {default} [2024-06-05T09:27:09.252Z] bool CITime = false {product} {default} [2024-06-05T09:27:09.252Z] bool CheckJNICalls = false {product} {default} [2024-06-05T09:27:09.252Z] bool ClassUnloading = true {product} {default} [2024-06-05T09:27:09.252Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-06-05T09:27:09.252Z] bool ClipInlining = true {product} {default} [2024-06-05T09:27:09.252Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-06-05T09:27:09.252Z] bool CompactStrings = true {pd product} {default} [2024-06-05T09:27:09.252Z] ccstr CompilationMode = default {product} {default} [2024-06-05T09:27:09.252Z] ccstrlist CompileCommand = {product} {default} [2024-06-05T09:27:09.252Z] ccstr CompileCommandFile = {product} {default} [2024-06-05T09:27:09.252Z] ccstrlist CompileOnly = {product} {default} [2024-06-05T09:27:09.252Z] intx CompileThreshold = 10000 {pd product} {default} [2024-06-05T09:27:09.252Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-06-05T09:27:09.252Z] int CompilerThreadPriority = -1 {product} {default} [2024-06-05T09:27:09.252Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:09.252Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-06-05T09:27:09.252Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-06-05T09:27:09.252Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-06-05T09:27:09.252Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-06-05T09:27:09.252Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-06-05T09:27:09.252Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-06-05T09:27:09.252Z] bool DTraceAllocProbes = false {product} {default} [2024-06-05T09:27:09.252Z] bool DTraceMethodProbes = false {product} {default} [2024-06-05T09:27:09.252Z] bool DTraceMonitorProbes = false {product} {default} [2024-06-05T09:27:09.252Z] bool DisableAttachMechanism = false {product} {default} [2024-06-05T09:27:09.252Z] bool DisableExplicitGC = false {product} {default} [2024-06-05T09:27:09.252Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-06-05T09:27:09.253Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-06-05T09:27:09.253Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-06-05T09:27:09.253Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-06-05T09:27:09.253Z] bool DontCompileHugeMethods = true {product} {default} [2024-06-05T09:27:09.253Z] bool DontYieldALot = false {pd product} {default} [2024-06-05T09:27:09.253Z] ccstr DumpLoadedClassList = {JVMCI product} {default} [2024-06-05T09:27:09.253Z] bool DumpReplayDataOnError = true {product} {default} [2024-06-05T09:27:09.253Z] bool EagerXrunInit = false {product} {default} [2024-06-05T09:27:09.253Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-06-05T09:27:09.253Z] bool EliminateAllocations = true {C2 product} {default} [2024-06-05T09:27:09.253Z] bool EliminateAutoBox = true {C2 product} {default} [2024-06-05T09:27:09.253Z] bool EliminateLocks = true {C2 product} {default} [2024-06-05T09:27:09.253Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-06-05T09:27:09.253Z] bool EnableContended = true {product} {default} [2024-06-05T09:27:09.253Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-06-05T09:27:09.253Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-06-05T09:27:09.253Z] ccstr ErrorFile = {product} {default} [2024-06-05T09:27:09.253Z] bool ErrorFileToStderr = false {product} {default} [2024-06-05T09:27:09.253Z] bool ErrorFileToStdout = false {product} {default} [2024-06-05T09:27:09.253Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-06-05T09:27:09.253Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-06-05T09:27:09.253Z] bool EstimateArgEscape = true {product} {default} [2024-06-05T09:27:09.253Z] bool ExecutingUnitTests = false {product} {default} [2024-06-05T09:27:09.253Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-06-05T09:27:09.253Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-06-05T09:27:09.253Z] bool ExtensiveErrorReports = false {product} {default} [2024-06-05T09:27:09.253Z] ccstr ExtraSharedClassListFile = {JVMCI product} {default} [2024-06-05T09:27:09.253Z] bool FlightRecorder = false {product} {default} [2024-06-05T09:27:09.253Z] ccstr FlightRecorderOptions = {product} {default} [2024-06-05T09:27:09.253Z] bool ForceTimeHighResolution = false {product} {default} [2024-06-05T09:27:09.253Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-06-05T09:27:09.253Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-06-05T09:27:09.253Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-06-05T09:27:09.253Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-06-05T09:27:09.253Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-06-05T09:27:09.253Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-06-05T09:27:09.253Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-06-05T09:27:09.253Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-06-05T09:27:09.253Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-06-05T09:27:09.253Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-06-05T09:27:09.253Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-06-05T09:27:09.253Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-06-05T09:27:09.253Z] uintx G1ReservePercent = 10 {product} {default} [2024-06-05T09:27:09.253Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-06-05T09:27:09.253Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-06-05T09:27:09.253Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-06-05T09:27:09.253Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-06-05T09:27:09.253Z] uint GCCardSizeInBytes = 512 {product} {default} [2024-06-05T09:27:09.253Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-06-05T09:27:09.253Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-06-05T09:27:09.253Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-06-05T09:27:09.253Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-06-05T09:27:09.253Z] uintx GCTimeLimit = 98 {product} {default} [2024-06-05T09:27:09.253Z] uintx GCTimeRatio = 12 {product} {default} [2024-06-05T09:27:09.253Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-06-05T09:27:09.253Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-06-05T09:27:09.254Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-06-05T09:27:09.254Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-06-05T09:27:09.254Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-06-05T09:27:09.254Z] ccstr HeapDumpPath = {manageable} {default} [2024-06-05T09:27:09.254Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-06-05T09:27:09.254Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-06-05T09:27:09.254Z] uintx HeapSearchSteps = 3 {product} {default} [2024-06-05T09:27:09.254Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-06-05T09:27:09.254Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-06-05T09:27:09.254Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-06-05T09:27:09.254Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-06-05T09:27:09.254Z] bool IncrementalInline = true {C2 product} {default} [2024-06-05T09:27:09.254Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-06-05T09:27:09.254Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-06-05T09:27:09.254Z] uintx InitialRAMFraction = 64 {product} {default} [2024-06-05T09:27:09.254Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-06-05T09:27:09.254Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-06-05T09:27:09.254Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-06-05T09:27:09.254Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-06-05T09:27:09.254Z] bool Inline = true {product} {default} [2024-06-05T09:27:09.254Z] ccstr InlineDataFile = {product} {default} [2024-06-05T09:27:09.254Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-06-05T09:27:09.254Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-06-05T09:27:09.254Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-06-05T09:27:09.254Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-06-05T09:27:09.254Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority10_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority1_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority2_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority3_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority4_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority5_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority6_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority7_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority8_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] int JavaPriority9_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:09.254Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-06-05T09:27:09.254Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-06-05T09:27:09.254Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-06-05T09:27:09.254Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-06-05T09:27:09.254Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-06-05T09:27:09.254Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-06-05T09:27:09.254Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-06-05T09:27:09.254Z] uintx LoopStripMiningIter = 1000 {product} {default} [2024-06-05T09:27:09.254Z] uintx LoopStripMiningIterShortLoop = 100 {product} {default} [2024-06-05T09:27:09.254Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-06-05T09:27:09.254Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-06-05T09:27:09.254Z] bool LoopUnswitching = true {C2 product} {default} [2024-06-05T09:27:09.254Z] bool ManagementServer = false {product} {default} [2024-06-05T09:27:09.254Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-06-05T09:27:09.254Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-06-05T09:27:09.254Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-06-05T09:27:09.254Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-06-05T09:27:09.254Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-06-05T09:27:09.254Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-06-05T09:27:09.255Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-06-05T09:27:09.255Z] bool MaxFDLimit = true {product} {default} [2024-06-05T09:27:09.255Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-06-05T09:27:09.255Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-06-05T09:27:09.255Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-06-05T09:27:09.255Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-06-05T09:27:09.255Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-06-05T09:27:09.255Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-06-05T09:27:09.255Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-06-05T09:27:09.255Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-06-05T09:27:09.255Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-06-05T09:27:09.255Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-06-05T09:27:09.255Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-06-05T09:27:09.255Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-06-05T09:27:09.255Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-06-05T09:27:09.255Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-06-05T09:27:09.255Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-06-05T09:27:09.255Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-06-05T09:27:09.255Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-06-05T09:27:09.255Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-06-05T09:27:09.255Z] uintx MaxRAMFraction = 4 {product} {default} [2024-06-05T09:27:09.255Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-06-05T09:27:09.255Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-06-05T09:27:09.255Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-06-05T09:27:09.255Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-06-05T09:27:09.255Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-06-05T09:27:09.255Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-06-05T09:27:09.255Z] bool MethodFlushing = true {product} {default} [2024-06-05T09:27:09.255Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-06-05T09:27:09.255Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-06-05T09:27:09.255Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-06-05T09:27:09.255Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-06-05T09:27:09.255Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-06-05T09:27:09.255Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-06-05T09:27:09.255Z] uintx MinRAMFraction = 2 {product} {default} [2024-06-05T09:27:09.255Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-06-05T09:27:09.255Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-06-05T09:27:09.255Z] size_t MinTLABSize = 2048 {product} {default} [2024-06-05T09:27:09.255Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-06-05T09:27:09.255Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-06-05T09:27:09.255Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-06-05T09:27:09.255Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-06-05T09:27:09.255Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-06-05T09:27:09.255Z] bool NUMAStats = false {product} {default} [2024-06-05T09:27:09.255Z] ccstr NativeMemoryTracking = off {product} {default} [2024-06-05T09:27:09.255Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-06-05T09:27:09.255Z] bool NeverTenure = false {product} {default} [2024-06-05T09:27:09.255Z] uintx NewRatio = 2 {product} {default} [2024-06-05T09:27:09.255Z] size_t NewSize = 1363144 {product} {default} [2024-06-05T09:27:09.255Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-06-05T09:27:09.255Z] intx NmethodSweepActivity = 4 {product} {default} [2024-06-05T09:27:09.255Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-06-05T09:27:09.255Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-06-05T09:27:09.255Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-05T09:27:09.255Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-06-05T09:27:09.256Z] int ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-06-05T09:27:09.256Z] size_t OldPLABSize = 1024 {product} {default} [2024-06-05T09:27:09.256Z] size_t OldSize = 5452592 {product} {default} [2024-06-05T09:27:09.256Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-06-05T09:27:09.256Z] ccstrlist OnError = {product} {default} [2024-06-05T09:27:09.256Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-06-05T09:27:09.256Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-06-05T09:27:09.256Z] bool OptimizeFill = false {C2 product} {default} [2024-06-05T09:27:09.256Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-06-05T09:27:09.256Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-06-05T09:27:09.256Z] bool OptoBundling = false {C2 pd product} {default} [2024-06-05T09:27:09.256Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-06-05T09:27:09.256Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-06-05T09:27:09.256Z] bool OptoScheduling = false {C2 pd product} {default} [2024-06-05T09:27:09.256Z] uintx PLABWeight = 75 {product} {default} [2024-06-05T09:27:09.256Z] bool PSChunkLargeArrays = true {product} {default} [2024-06-05T09:27:09.256Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-06-05T09:27:09.256Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-06-05T09:27:09.256Z] uint ParallelGCThreads = 2 {product} {default} [2024-06-05T09:27:09.256Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-06-05T09:27:09.256Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-06-05T09:27:09.256Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-06-05T09:27:09.256Z] bool ParallelRefProcEnabled = true {product} {default} [2024-06-05T09:27:09.256Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-06-05T09:27:09.256Z] bool PartialPeelLoop = true {C2 product} {default} [2024-06-05T09:27:09.256Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-06-05T09:27:09.256Z] uintx PausePadding = 1 {product} {default} [2024-06-05T09:27:09.256Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-06-05T09:27:09.256Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-06-05T09:27:09.256Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-06-05T09:27:09.256Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-06-05T09:27:09.256Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-06-05T09:27:09.256Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-06-05T09:27:09.256Z] int PerfDataMemorySize = 32768 {product} {default} [2024-06-05T09:27:09.256Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-06-05T09:27:09.256Z] ccstr PerfDataSaveFile = {product} {default} [2024-06-05T09:27:09.256Z] bool PerfDataSaveToFile = false {product} {default} [2024-06-05T09:27:09.256Z] bool PerfDisableSharedMem = false {product} {default} [2024-06-05T09:27:09.256Z] int PerfMaxStringConstLength = 1024 {product} {default} [2024-06-05T09:27:09.256Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-06-05T09:27:09.256Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-06-05T09:27:09.256Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-06-05T09:27:09.256Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-06-05T09:27:09.256Z] bool PreserveAllAnnotations = false {product} {default} [2024-06-05T09:27:09.256Z] bool PreserveFramePointer = false {pd product} {default} [2024-06-05T09:27:09.256Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-06-05T09:27:09.256Z] bool PrintClassHistogram = false {manageable} {default} [2024-06-05T09:27:09.256Z] bool PrintCodeCache = false {product} {default} [2024-06-05T09:27:09.256Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-06-05T09:27:09.256Z] bool PrintCommandLineFlags = false {product} {default} [2024-06-05T09:27:09.256Z] bool PrintCompilation = false {product} {default} [2024-06-05T09:27:09.256Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-06-05T09:27:09.256Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-06-05T09:27:09.256Z] bool PrintFlagsFinal = true {product} {command line} [2024-06-05T09:27:09.256Z] bool PrintFlagsInitial = false {product} {default} [2024-06-05T09:27:09.257Z] bool PrintFlagsRanges = false {product} {default} [2024-06-05T09:27:09.257Z] bool PrintGC = false {product} {default} [2024-06-05T09:27:09.257Z] bool PrintGCDetails = false {product} {default} [2024-06-05T09:27:09.257Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-06-05T09:27:09.257Z] bool PrintSharedArchiveAndExit = false {JVMCI product} {default} [2024-06-05T09:27:09.257Z] bool PrintStringTableStatistics = false {product} {default} [2024-06-05T09:27:09.257Z] bool PrintTieredEvents = false {product} {default} [2024-06-05T09:27:09.257Z] bool PrintVMOptions = false {product} {default} [2024-06-05T09:27:09.257Z] bool PrintWarnings = true {product} {default} [2024-06-05T09:27:09.257Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-06-05T09:27:09.257Z] bool ProfileInterpreter = true {pd product} {default} [2024-06-05T09:27:09.257Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-06-05T09:27:09.257Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-05T09:27:09.257Z] uintx PromotedPadding = 3 {product} {default} [2024-06-05T09:27:09.257Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-06-05T09:27:09.257Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-06-05T09:27:09.257Z] bool RangeCheckElimination = true {product} {default} [2024-06-05T09:27:09.257Z] bool ReassociateInvariants = true {C2 product} {default} [2024-06-05T09:27:09.257Z] bool RecordDynamicDumpInfo = false {JVMCI product} {default} [2024-06-05T09:27:09.257Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-06-05T09:27:09.257Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-06-05T09:27:09.257Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-06-05T09:27:09.257Z] bool ReduceSignalUsage = false {product} {default} [2024-06-05T09:27:09.257Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-06-05T09:27:09.257Z] bool RelaxAccessControlCheck = false {product} {default} [2024-06-05T09:27:09.257Z] ccstr ReplayDataFile = {product} {default} [2024-06-05T09:27:09.257Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-06-05T09:27:09.257Z] bool ResizePLAB = true {product} {default} [2024-06-05T09:27:09.257Z] bool ResizeTLAB = true {product} {default} [2024-06-05T09:27:09.257Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-06-05T09:27:09.257Z] bool RestrictContended = true {product} {default} [2024-06-05T09:27:09.257Z] bool RestrictReservedStack = true {product} {default} [2024-06-05T09:27:09.257Z] bool RewriteBytecodes = true {pd product} {default} [2024-06-05T09:27:09.257Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-06-05T09:27:09.257Z] bool SafepointTimeout = false {product} {default} [2024-06-05T09:27:09.257Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-06-05T09:27:09.257Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-06-05T09:27:09.257Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-06-05T09:27:09.257Z] double SelfDestructTimer = 0.000000 {product} {default} [2024-06-05T09:27:09.257Z] ccstr SharedArchiveConfigFile = {JVMCI product} {default} [2024-06-05T09:27:09.257Z] ccstr SharedArchiveFile = {JVMCI product} {default} [2024-06-05T09:27:09.257Z] size_t SharedBaseAddress = 140452661559296 {JVMCI product} {default} [2024-06-05T09:27:09.257Z] ccstr SharedClassListFile = {JVMCI product} {default} [2024-06-05T09:27:09.257Z] uint SharedSymbolTableBucketSize = 4 {JVMCI product} {default} [2024-06-05T09:27:09.257Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-06-05T09:27:09.257Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-06-05T09:27:09.257Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-06-05T09:27:09.257Z] bool ShowMessageBoxOnError = false {product} {default} [2024-06-05T09:27:09.257Z] bool ShrinkHeapInSteps = true {product} {default} [2024-06-05T09:27:09.257Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-06-05T09:27:09.257Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-06-05T09:27:09.257Z] bool SplitIfBlocks = true {C2 product} {default} [2024-06-05T09:27:09.257Z] intx StackRedPages = 1 {pd product} {default} [2024-06-05T09:27:09.257Z] intx StackReservedPages = 1 {pd product} {default} [2024-06-05T09:27:09.257Z] intx StackShadowPages = 20 {pd product} {default} [2024-06-05T09:27:09.257Z] bool StackTraceInThrowable = true {product} {default} [2024-06-05T09:27:09.257Z] intx StackYellowPages = 2 {pd product} {default} [2024-06-05T09:27:09.258Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-06-05T09:27:09.258Z] bool StartAttachListener = false {product} {default} [2024-06-05T09:27:09.258Z] ccstr StartFlightRecording = {product} {default} [2024-06-05T09:27:09.258Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-06-05T09:27:09.258Z] uintx StringTableSize = 65536 {product} {default} [2024-06-05T09:27:09.258Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-06-05T09:27:09.258Z] bool SuperWordReductions = true {C2 product} {default} [2024-06-05T09:27:09.258Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-06-05T09:27:09.258Z] uintx SurvivorPadding = 3 {product} {default} [2024-06-05T09:27:09.258Z] uintx SurvivorRatio = 8 {product} {default} [2024-06-05T09:27:09.258Z] double SweeperThreshold = 15.000000 {product} {default} [2024-06-05T09:27:09.258Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-06-05T09:27:09.258Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-06-05T09:27:09.258Z] size_t TLABSize = 0 {product} {default} [2024-06-05T09:27:09.258Z] bool TLABStats = true {product} {default} [2024-06-05T09:27:09.258Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-06-05T09:27:09.258Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-06-05T09:27:09.258Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-06-05T09:27:09.258Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-06-05T09:27:09.258Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-06-05T09:27:09.258Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-06-05T09:27:09.258Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-06-05T09:27:09.258Z] int ThreadPriorityPolicy = 0 {product} {default} [2024-06-05T09:27:09.258Z] bool ThreadPriorityVerbose = false {product} {default} [2024-06-05T09:27:09.258Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:09.258Z] uintx ThresholdTolerance = 10 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3DelayOff = 2 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3DelayOn = 5 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-06-05T09:27:09.258Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-06-05T09:27:09.258Z] bool TieredCompilation = true {pd product} {default} [2024-06-05T09:27:09.258Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-06-05T09:27:09.258Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-06-05T09:27:09.258Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-06-05T09:27:09.258Z] intx TieredStopAtLevel = 4 {product} {default} [2024-06-05T09:27:09.258Z] bool TimeLinearScan = false {C1 product} {default} [2024-06-05T09:27:09.258Z] ccstr TraceJVMTI = {product} {default} [2024-06-05T09:27:09.258Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-06-05T09:27:09.258Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-06-05T09:27:09.259Z] bool TrapBasedRangeChecks = false {pd product} {default} [2024-06-05T09:27:09.259Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-06-05T09:27:09.259Z] uint TypeProfileLevel = 111 {pd product} {default} [2024-06-05T09:27:09.259Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-06-05T09:27:09.259Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-06-05T09:27:09.259Z] intx TypeProfileWidth = 2 {product} {default} [2024-06-05T09:27:09.259Z] int UnguardOnExecutionViolation = 0 {product} {default} [2024-06-05T09:27:09.259Z] bool UseAES = true {product} {default} [2024-06-05T09:27:09.259Z] int UseAVX = 1 {ARCH product} {default} [2024-06-05T09:27:09.259Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-06-05T09:27:09.259Z] bool UseAddressNop = true {ARCH product} {default} [2024-06-05T09:27:09.259Z] bool UseBASE64Intrinsics = false {product} {default} [2024-06-05T09:27:09.259Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-06-05T09:27:09.259Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-06-05T09:27:09.259Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-06-05T09:27:09.259Z] bool UseCLMUL = true {ARCH product} {default} [2024-06-05T09:27:09.259Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-06-05T09:27:09.259Z] bool UseCodeCacheFlushing = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseCompiler = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseCompressedClassPointers = true {product lp64_product} {default} [2024-06-05T09:27:09.259Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-06-05T09:27:09.259Z] bool UseCondCardMark = false {product} {default} [2024-06-05T09:27:09.259Z] bool UseContainerSupport = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-06-05T09:27:09.259Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-06-05T09:27:09.259Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-06-05T09:27:09.259Z] bool UseCounterDecay = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseDivMod = true {C2 product} {default} [2024-06-05T09:27:09.259Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseFMA = false {product} {default} [2024-06-05T09:27:09.259Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-06-05T09:27:09.259Z] bool UseFastJNIAccessors = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseFastStosb = false {ARCH product} {default} [2024-06-05T09:27:09.259Z] bool UseG1GC = true {product} {ergonomic} [2024-06-05T09:27:09.259Z] bool UseGCOverheadLimit = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseHugeTLBFS = false {product} {default} [2024-06-05T09:27:09.259Z] bool UseInlineCaches = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseInterpreter = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseJumpTables = true {C2 product} {default} [2024-06-05T09:27:09.259Z] bool UseLargePages = false {pd product} {default} [2024-06-05T09:27:09.259Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-06-05T09:27:09.259Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseLoopCounter = true {product} {default} [2024-06-05T09:27:09.259Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-06-05T09:27:09.259Z] bool UseLoopPredicate = true {C2 product} {default} [2024-06-05T09:27:09.260Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseNUMA = false {product} {default} [2024-06-05T09:27:09.260Z] bool UseNUMAInterleaving = false {product} {default} [2024-06-05T09:27:09.260Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseNotificationThread = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseOnStackReplacement = true {pd product} {default} [2024-06-05T09:27:09.260Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-06-05T09:27:09.260Z] bool UseOprofile = false {product} {default} [2024-06-05T09:27:09.260Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseParallelGC = false {product} {default} [2024-06-05T09:27:09.260Z] bool UsePerfData = true {product} {default} [2024-06-05T09:27:09.260Z] bool UsePopCountInstruction = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseProfiledLoopPredicate = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseRTMLocking = false {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseSHA = false {product} {default} [2024-06-05T09:27:09.260Z] bool UseSHM = false {product} {default} [2024-06-05T09:27:09.260Z] int UseSSE = 4 {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseSerialGC = false {product} {default} [2024-06-05T09:27:09.260Z] bool UseShenandoahGC = false {product} {default} [2024-06-05T09:27:09.260Z] bool UseSignalChaining = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseStringDeduplication = false {product} {default} [2024-06-05T09:27:09.260Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-06-05T09:27:09.260Z] bool UseSuperWord = true {C2 product} {default} [2024-06-05T09:27:09.260Z] bool UseSystemMemoryBarrier = false {product} {default} [2024-06-05T09:27:09.260Z] bool UseTLAB = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseThreadPriorities = true {pd product} {default} [2024-06-05T09:27:09.260Z] bool UseTransparentHugePages = false {product} {default} [2024-06-05T09:27:09.260Z] bool UseTypeProfile = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseTypeSpeculation = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseVectorCmov = false {C2 product} {default} [2024-06-05T09:27:09.260Z] bool UseXMMForArrayCopy = true {product} {default} [2024-06-05T09:27:09.260Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseXmmI2D = false {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseXmmI2F = false {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-06-05T09:27:09.260Z] bool UseZGC = false {product} {default} [2024-06-05T09:27:09.260Z] int VMThreadPriority = -1 {product} {default} [2024-06-05T09:27:09.260Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:09.260Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-06-05T09:27:09.260Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-06-05T09:27:09.260Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-06-05T09:27:09.260Z] bool VerifySharedSpaces = false {JVMCI product} {default} [2024-06-05T09:27:09.260Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-06-05T09:27:09.260Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-06-05T09:27:09.260Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-06-05T09:27:09.260Z] size_t YoungPLABSize = 4096 {product} {default} [2024-06-05T09:27:09.260Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-06-05T09:27:09.260Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-06-05T09:27:09.260Z] double ZCollectionIntervalMajor = -1.000000 {product} {default} [2024-06-05T09:27:09.260Z] double ZCollectionIntervalMinor = -1.000000 {product} {default} [2024-06-05T09:27:09.260Z] bool ZCollectionIntervalOnly = false {product} {default} [2024-06-05T09:27:09.260Z] double ZFragmentationLimit = 0.000000 {product} {default} [2024-06-05T09:27:09.261Z] bool ZGenerational = false {product} {default} [2024-06-05T09:27:09.261Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-06-05T09:27:09.261Z] bool ZProactive = true {product} {default} [2024-06-05T09:27:09.261Z] bool ZUncommit = true {product} {default} [2024-06-05T09:27:09.261Z] uintx ZUncommitDelay = 300 {product} {default} [2024-06-05T09:27:09.261Z] double ZYoungCompactionLimit = 25.000000 {product} {default} [2024-06-05T09:27:09.261Z] bool ZeroTLAB = false {product} {default} [2024-06-05T09:27:09.829Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-05T09:27:09.829Z] Maven home: /opt/tools/apache-maven/latest [2024-06-05T09:27:09.829Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-05T09:27:09.829Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-05T09:27:09.829Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-05T09:27:19.838Z] [INFO] Scanning for projects... [2024-06-05T09:27:26.394Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-05T09:27:26.394Z] [INFO] Tycho Mode: extension [2024-06-05T09:27:26.394Z] [INFO] Tycho Builder: maven [2024-06-05T09:27:26.394Z] [INFO] Build Threads: 1 [2024-06-05T09:27:41.270Z] [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-05T09:27:41.270Z] [INFO] [2024-06-05T09:27:41.270Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2024-06-05T09:27:41.270Z] [INFO] Building eclipse-platform-parent 4.33.0-SNAPSHOT [2024-06-05T09:27:41.270Z] [INFO] from pom.xml [2024-06-05T09:27:41.270Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:27:41.270Z] [INFO] [2024-06-05T09:27:41.270Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent --- [2024-06-05T09:27:41.270Z] [INFO] [2024-06-05T09:27:41.270Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent --- [2024-06-05T09:27:41.270Z] [INFO] Copying 1 resource from saveproperties to target [2024-06-05T09:27:41.270Z] [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-05T09:27:41.270Z] [INFO] [2024-06-05T09:27:41.270Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent --- [2024-06-05T09:27:42.204Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-06-05T09:27:42.204Z] [INFO] [2024-06-05T09:27:42.204Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent --- [2024-06-05T09:27:42.204Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse-platform-parent/src/main/resources [2024-06-05T09:27:42.204Z] [INFO] [2024-06-05T09:27:42.204Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-platform-parent --- [2024-06-05T09:27:42.204Z] [INFO] [2024-06-05T09:27:42.204Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-platform-parent --- [2024-06-05T09:27:42.204Z] [INFO] [2024-06-05T09:27:42.204Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2024-06-05T09:27:42.204Z] [INFO] Execution was skipped [2024-06-05T09:27:42.204Z] [INFO] [2024-06-05T09:27:42.204Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-platform-parent --- [2024-06-05T09:27:42.204Z] [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-05T09:27:42.204Z] [INFO] [2024-06-05T09:27:42.204Z] [INFO] --- deploy:3.1.2:deploy (default-deploy) @ eclipse-platform-parent --- [2024-06-05T09:27:43.138Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:27:43.138Z] [INFO] BUILD SUCCESS [2024-06-05T09:27:43.138Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:27:43.138Z] [INFO] Total time: 24.198 s [2024-06-05T09:27:43.138Z] [INFO] Finished at: 2024-06-05T09:27:42Z [2024-06-05T09:27:43.138Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sh [2024-06-05T09:27:43.429Z] + mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml [2024-06-05T09:27:43.429Z] [Global flags] [2024-06-05T09:27:43.429Z] int ActiveProcessorCount = -1 {product} {default} [2024-06-05T09:27:43.429Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-06-05T09:27:43.429Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-06-05T09:27:43.429Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-06-05T09:27:43.429Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-06-05T09:27:43.429Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-06-05T09:27:43.429Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-06-05T09:27:43.429Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-06-05T09:27:43.429Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-06-05T09:27:43.429Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-06-05T09:27:43.429Z] bool AggressiveHeap = false {product} {default} [2024-06-05T09:27:43.429Z] bool AlignVector = false {C2 product} {default} [2024-06-05T09:27:43.429Z] ccstr AllocateHeapAt = {product} {default} [2024-06-05T09:27:43.429Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-06-05T09:27:43.429Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-06-05T09:27:43.429Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-06-05T09:27:43.429Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-06-05T09:27:43.429Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-06-05T09:27:43.429Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-06-05T09:27:43.429Z] bool AllowParallelDefineClass = false {product} {default} [2024-06-05T09:27:43.429Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-06-05T09:27:43.429Z] bool AllowUserSignalHandlers = false {product} {default} [2024-06-05T09:27:43.429Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-06-05T09:27:43.429Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-06-05T09:27:43.429Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-06-05T09:27:43.429Z] bool AlwaysPreTouch = false {product} {default} [2024-06-05T09:27:43.429Z] bool AlwaysRestoreFPU = false {product} {default} [2024-06-05T09:27:43.429Z] bool AlwaysTenure = false {product} {default} [2024-06-05T09:27:43.429Z] ccstr ArchiveClassesAtExit = {JVMCI product} {default} [2024-06-05T09:27:43.429Z] intx ArrayCopyLoadStoreMaxElem = 8 {product} {default} [2024-06-05T09:27:43.429Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-06-05T09:27:43.429Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-06-05T09:27:43.429Z] bool AutoCreateSharedArchive = false {JVMCI product} {default} [2024-06-05T09:27:43.429Z] intx BCEATraceLevel = 0 {product} {default} [2024-06-05T09:27:43.429Z] bool BackgroundCompilation = true {pd product} {default} [2024-06-05T09:27:43.429Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-06-05T09:27:43.429Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-06-05T09:27:43.429Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-06-05T09:27:43.429Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-06-05T09:27:43.429Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-06-05T09:27:43.429Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-06-05T09:27:43.429Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-06-05T09:27:43.429Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-06-05T09:27:43.430Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-06-05T09:27:43.430Z] bool C1OptimizeVirtualCallProfiling = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool C1ProfileBranches = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool C1ProfileCalls = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool C1ProfileCheckcasts = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool C1ProfileInlinedCalls = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool C1ProfileVirtualCalls = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool C1UpdateMethodData = true {C2 product} {default} [2024-06-05T09:27:43.430Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-06-05T09:27:43.430Z] bool CICompilerCountPerCPU = true {product} {default} [2024-06-05T09:27:43.430Z] bool CITime = false {product} {default} [2024-06-05T09:27:43.430Z] bool CheckJNICalls = false {product} {default} [2024-06-05T09:27:43.430Z] bool ClassUnloading = true {product} {default} [2024-06-05T09:27:43.430Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-06-05T09:27:43.430Z] bool ClipInlining = true {product} {default} [2024-06-05T09:27:43.430Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-06-05T09:27:43.430Z] bool CompactStrings = true {pd product} {default} [2024-06-05T09:27:43.430Z] ccstr CompilationMode = default {product} {default} [2024-06-05T09:27:43.430Z] ccstrlist CompileCommand = {product} {default} [2024-06-05T09:27:43.430Z] ccstr CompileCommandFile = {product} {default} [2024-06-05T09:27:43.430Z] ccstrlist CompileOnly = {product} {default} [2024-06-05T09:27:43.430Z] intx CompileThreshold = 10000 {pd product} {default} [2024-06-05T09:27:43.430Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-06-05T09:27:43.430Z] int CompilerThreadPriority = -1 {product} {default} [2024-06-05T09:27:43.430Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:43.430Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-06-05T09:27:43.430Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-06-05T09:27:43.430Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-06-05T09:27:43.430Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-06-05T09:27:43.430Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-06-05T09:27:43.430Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-06-05T09:27:43.430Z] bool DTraceAllocProbes = false {product} {default} [2024-06-05T09:27:43.430Z] bool DTraceMethodProbes = false {product} {default} [2024-06-05T09:27:43.430Z] bool DTraceMonitorProbes = false {product} {default} [2024-06-05T09:27:43.430Z] bool DisableAttachMechanism = false {product} {default} [2024-06-05T09:27:43.430Z] bool DisableExplicitGC = false {product} {default} [2024-06-05T09:27:43.430Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-06-05T09:27:43.430Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-06-05T09:27:43.430Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool DontCompileHugeMethods = true {product} {default} [2024-06-05T09:27:43.430Z] bool DontYieldALot = false {pd product} {default} [2024-06-05T09:27:43.430Z] ccstr DumpLoadedClassList = {JVMCI product} {default} [2024-06-05T09:27:43.430Z] bool DumpReplayDataOnError = true {product} {default} [2024-06-05T09:27:43.430Z] bool EagerXrunInit = false {product} {default} [2024-06-05T09:27:43.430Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-06-05T09:27:43.430Z] bool EliminateAllocations = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool EliminateAutoBox = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool EliminateLocks = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-06-05T09:27:43.430Z] bool EnableContended = true {product} {default} [2024-06-05T09:27:43.430Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-06-05T09:27:43.430Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-06-05T09:27:43.431Z] ccstr ErrorFile = {product} {default} [2024-06-05T09:27:43.431Z] bool ErrorFileToStderr = false {product} {default} [2024-06-05T09:27:43.431Z] bool ErrorFileToStdout = false {product} {default} [2024-06-05T09:27:43.431Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-06-05T09:27:43.431Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-06-05T09:27:43.431Z] bool EstimateArgEscape = true {product} {default} [2024-06-05T09:27:43.431Z] bool ExecutingUnitTests = false {product} {default} [2024-06-05T09:27:43.431Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-06-05T09:27:43.431Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-06-05T09:27:43.431Z] bool ExtensiveErrorReports = false {product} {default} [2024-06-05T09:27:43.431Z] ccstr ExtraSharedClassListFile = {JVMCI product} {default} [2024-06-05T09:27:43.431Z] bool FlightRecorder = false {product} {default} [2024-06-05T09:27:43.431Z] ccstr FlightRecorderOptions = {product} {default} [2024-06-05T09:27:43.431Z] bool ForceTimeHighResolution = false {product} {default} [2024-06-05T09:27:43.431Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-06-05T09:27:43.431Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-06-05T09:27:43.431Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-06-05T09:27:43.431Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-06-05T09:27:43.431Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-06-05T09:27:43.431Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-06-05T09:27:43.431Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-06-05T09:27:43.431Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-06-05T09:27:43.431Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-06-05T09:27:43.431Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-06-05T09:27:43.431Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-06-05T09:27:43.431Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-06-05T09:27:43.431Z] uintx G1ReservePercent = 10 {product} {default} [2024-06-05T09:27:43.431Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-06-05T09:27:43.431Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-06-05T09:27:43.431Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-06-05T09:27:43.431Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-06-05T09:27:43.431Z] uint GCCardSizeInBytes = 512 {product} {default} [2024-06-05T09:27:43.431Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-06-05T09:27:43.431Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-06-05T09:27:43.431Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-06-05T09:27:43.431Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-06-05T09:27:43.431Z] uintx GCTimeLimit = 98 {product} {default} [2024-06-05T09:27:43.431Z] uintx GCTimeRatio = 12 {product} {default} [2024-06-05T09:27:43.431Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-06-05T09:27:43.431Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-06-05T09:27:43.431Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-06-05T09:27:43.431Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-06-05T09:27:43.431Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-06-05T09:27:43.431Z] ccstr HeapDumpPath = {manageable} {default} [2024-06-05T09:27:43.431Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-06-05T09:27:43.431Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-06-05T09:27:43.431Z] uintx HeapSearchSteps = 3 {product} {default} [2024-06-05T09:27:43.431Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-06-05T09:27:43.431Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-06-05T09:27:43.431Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-06-05T09:27:43.431Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-06-05T09:27:43.431Z] bool IncrementalInline = true {C2 product} {default} [2024-06-05T09:27:43.431Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-06-05T09:27:43.431Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-06-05T09:27:43.431Z] uintx InitialRAMFraction = 64 {product} {default} [2024-06-05T09:27:43.431Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-06-05T09:27:43.432Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-06-05T09:27:43.432Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-06-05T09:27:43.432Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-06-05T09:27:43.432Z] bool Inline = true {product} {default} [2024-06-05T09:27:43.432Z] ccstr InlineDataFile = {product} {default} [2024-06-05T09:27:43.432Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-06-05T09:27:43.432Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-06-05T09:27:43.432Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-06-05T09:27:43.432Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-06-05T09:27:43.432Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority10_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority1_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority2_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority3_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority4_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority5_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority6_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority7_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority8_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] int JavaPriority9_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:43.432Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-06-05T09:27:43.432Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-06-05T09:27:43.432Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-06-05T09:27:43.432Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-06-05T09:27:43.432Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-06-05T09:27:43.432Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-06-05T09:27:43.432Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-06-05T09:27:43.432Z] uintx LoopStripMiningIter = 1000 {product} {default} [2024-06-05T09:27:43.432Z] uintx LoopStripMiningIterShortLoop = 100 {product} {default} [2024-06-05T09:27:43.432Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-06-05T09:27:43.432Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-06-05T09:27:43.432Z] bool LoopUnswitching = true {C2 product} {default} [2024-06-05T09:27:43.432Z] bool ManagementServer = false {product} {default} [2024-06-05T09:27:43.432Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-06-05T09:27:43.432Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-06-05T09:27:43.432Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-06-05T09:27:43.432Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-06-05T09:27:43.432Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-06-05T09:27:43.432Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-06-05T09:27:43.432Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-06-05T09:27:43.432Z] bool MaxFDLimit = true {product} {default} [2024-06-05T09:27:43.432Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-06-05T09:27:43.432Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-06-05T09:27:43.432Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-06-05T09:27:43.432Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-06-05T09:27:43.432Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-06-05T09:27:43.432Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-06-05T09:27:43.432Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-06-05T09:27:43.432Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-06-05T09:27:43.432Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-06-05T09:27:43.432Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-06-05T09:27:43.432Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-06-05T09:27:43.432Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-06-05T09:27:43.432Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-06-05T09:27:43.432Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-06-05T09:27:43.432Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-06-05T09:27:43.432Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-06-05T09:27:43.433Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-06-05T09:27:43.433Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-06-05T09:27:43.433Z] uintx MaxRAMFraction = 4 {product} {default} [2024-06-05T09:27:43.433Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-06-05T09:27:43.433Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-06-05T09:27:43.433Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-06-05T09:27:43.433Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-06-05T09:27:43.433Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-06-05T09:27:43.433Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-06-05T09:27:43.433Z] bool MethodFlushing = true {product} {default} [2024-06-05T09:27:43.433Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-06-05T09:27:43.433Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-06-05T09:27:43.433Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-06-05T09:27:43.433Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-06-05T09:27:43.433Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-06-05T09:27:43.433Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-06-05T09:27:43.433Z] uintx MinRAMFraction = 2 {product} {default} [2024-06-05T09:27:43.433Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-06-05T09:27:43.433Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-06-05T09:27:43.433Z] size_t MinTLABSize = 2048 {product} {default} [2024-06-05T09:27:43.433Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-06-05T09:27:43.433Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-06-05T09:27:43.433Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-06-05T09:27:43.433Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-06-05T09:27:43.433Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-06-05T09:27:43.433Z] bool NUMAStats = false {product} {default} [2024-06-05T09:27:43.433Z] ccstr NativeMemoryTracking = off {product} {default} [2024-06-05T09:27:43.433Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-06-05T09:27:43.433Z] bool NeverTenure = false {product} {default} [2024-06-05T09:27:43.433Z] uintx NewRatio = 2 {product} {default} [2024-06-05T09:27:43.433Z] size_t NewSize = 1363144 {product} {default} [2024-06-05T09:27:43.433Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-06-05T09:27:43.433Z] intx NmethodSweepActivity = 4 {product} {default} [2024-06-05T09:27:43.433Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-06-05T09:27:43.433Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-06-05T09:27:43.433Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-05T09:27:43.433Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-06-05T09:27:43.433Z] int ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-06-05T09:27:43.433Z] size_t OldPLABSize = 1024 {product} {default} [2024-06-05T09:27:43.433Z] size_t OldSize = 5452592 {product} {default} [2024-06-05T09:27:43.433Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-06-05T09:27:43.433Z] ccstrlist OnError = {product} {default} [2024-06-05T09:27:43.433Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-06-05T09:27:43.433Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-06-05T09:27:43.433Z] bool OptimizeFill = false {C2 product} {default} [2024-06-05T09:27:43.433Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-06-05T09:27:43.433Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-06-05T09:27:43.433Z] bool OptoBundling = false {C2 pd product} {default} [2024-06-05T09:27:43.433Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-06-05T09:27:43.433Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-06-05T09:27:43.433Z] bool OptoScheduling = false {C2 pd product} {default} [2024-06-05T09:27:43.433Z] uintx PLABWeight = 75 {product} {default} [2024-06-05T09:27:43.433Z] bool PSChunkLargeArrays = true {product} {default} [2024-06-05T09:27:43.433Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-06-05T09:27:43.433Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-06-05T09:27:43.433Z] uint ParallelGCThreads = 2 {product} {default} [2024-06-05T09:27:43.433Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-06-05T09:27:43.433Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-06-05T09:27:43.433Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-06-05T09:27:43.433Z] bool ParallelRefProcEnabled = true {product} {default} [2024-06-05T09:27:43.433Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-06-05T09:27:43.434Z] bool PartialPeelLoop = true {C2 product} {default} [2024-06-05T09:27:43.434Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-06-05T09:27:43.434Z] uintx PausePadding = 1 {product} {default} [2024-06-05T09:27:43.434Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-06-05T09:27:43.434Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-06-05T09:27:43.434Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-06-05T09:27:43.434Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-06-05T09:27:43.434Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-06-05T09:27:43.434Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-06-05T09:27:43.434Z] int PerfDataMemorySize = 32768 {product} {default} [2024-06-05T09:27:43.434Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-06-05T09:27:43.434Z] ccstr PerfDataSaveFile = {product} {default} [2024-06-05T09:27:43.434Z] bool PerfDataSaveToFile = false {product} {default} [2024-06-05T09:27:43.434Z] bool PerfDisableSharedMem = false {product} {default} [2024-06-05T09:27:43.434Z] int PerfMaxStringConstLength = 1024 {product} {default} [2024-06-05T09:27:43.434Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-06-05T09:27:43.434Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-06-05T09:27:43.434Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-06-05T09:27:43.434Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-06-05T09:27:43.434Z] bool PreserveAllAnnotations = false {product} {default} [2024-06-05T09:27:43.434Z] bool PreserveFramePointer = false {pd product} {default} [2024-06-05T09:27:43.434Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-06-05T09:27:43.434Z] bool PrintClassHistogram = false {manageable} {default} [2024-06-05T09:27:43.434Z] bool PrintCodeCache = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintCommandLineFlags = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintCompilation = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-06-05T09:27:43.434Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintFlagsFinal = true {product} {command line} [2024-06-05T09:27:43.434Z] bool PrintFlagsInitial = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintFlagsRanges = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintGC = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintGCDetails = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-06-05T09:27:43.434Z] bool PrintSharedArchiveAndExit = false {JVMCI product} {default} [2024-06-05T09:27:43.434Z] bool PrintStringTableStatistics = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintTieredEvents = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintVMOptions = false {product} {default} [2024-06-05T09:27:43.434Z] bool PrintWarnings = true {product} {default} [2024-06-05T09:27:43.434Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-06-05T09:27:43.434Z] bool ProfileInterpreter = true {pd product} {default} [2024-06-05T09:27:43.434Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-06-05T09:27:43.434Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-05T09:27:43.434Z] uintx PromotedPadding = 3 {product} {default} [2024-06-05T09:27:43.434Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-06-05T09:27:43.434Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-06-05T09:27:43.434Z] bool RangeCheckElimination = true {product} {default} [2024-06-05T09:27:43.434Z] bool ReassociateInvariants = true {C2 product} {default} [2024-06-05T09:27:43.434Z] bool RecordDynamicDumpInfo = false {JVMCI product} {default} [2024-06-05T09:27:43.434Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-06-05T09:27:43.434Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-06-05T09:27:43.434Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-06-05T09:27:43.434Z] bool ReduceSignalUsage = false {product} {default} [2024-06-05T09:27:43.434Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-06-05T09:27:43.434Z] bool RelaxAccessControlCheck = false {product} {default} [2024-06-05T09:27:43.434Z] ccstr ReplayDataFile = {product} {default} [2024-06-05T09:27:43.434Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-06-05T09:27:43.434Z] bool ResizePLAB = true {product} {default} [2024-06-05T09:27:43.434Z] bool ResizeTLAB = true {product} {default} [2024-06-05T09:27:43.435Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-06-05T09:27:43.435Z] bool RestrictContended = true {product} {default} [2024-06-05T09:27:43.435Z] bool RestrictReservedStack = true {product} {default} [2024-06-05T09:27:43.435Z] bool RewriteBytecodes = true {pd product} {default} [2024-06-05T09:27:43.435Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-06-05T09:27:43.435Z] bool SafepointTimeout = false {product} {default} [2024-06-05T09:27:43.435Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-06-05T09:27:43.435Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-06-05T09:27:43.435Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-06-05T09:27:43.435Z] double SelfDestructTimer = 0.000000 {product} {default} [2024-06-05T09:27:43.435Z] ccstr SharedArchiveConfigFile = {JVMCI product} {default} [2024-06-05T09:27:43.435Z] ccstr SharedArchiveFile = {JVMCI product} {default} [2024-06-05T09:27:43.435Z] size_t SharedBaseAddress = 140691300679680 {JVMCI product} {default} [2024-06-05T09:27:43.435Z] ccstr SharedClassListFile = {JVMCI product} {default} [2024-06-05T09:27:43.435Z] uint SharedSymbolTableBucketSize = 4 {JVMCI product} {default} [2024-06-05T09:27:43.435Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-06-05T09:27:43.435Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-06-05T09:27:43.435Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-06-05T09:27:43.435Z] bool ShowMessageBoxOnError = false {product} {default} [2024-06-05T09:27:43.435Z] bool ShrinkHeapInSteps = true {product} {default} [2024-06-05T09:27:43.435Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-06-05T09:27:43.435Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-06-05T09:27:43.435Z] bool SplitIfBlocks = true {C2 product} {default} [2024-06-05T09:27:43.435Z] intx StackRedPages = 1 {pd product} {default} [2024-06-05T09:27:43.435Z] intx StackReservedPages = 1 {pd product} {default} [2024-06-05T09:27:43.435Z] intx StackShadowPages = 20 {pd product} {default} [2024-06-05T09:27:43.435Z] bool StackTraceInThrowable = true {product} {default} [2024-06-05T09:27:43.435Z] intx StackYellowPages = 2 {pd product} {default} [2024-06-05T09:27:43.435Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-06-05T09:27:43.435Z] bool StartAttachListener = false {product} {default} [2024-06-05T09:27:43.435Z] ccstr StartFlightRecording = {product} {default} [2024-06-05T09:27:43.435Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-06-05T09:27:43.435Z] uintx StringTableSize = 65536 {product} {default} [2024-06-05T09:27:43.435Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-06-05T09:27:43.435Z] bool SuperWordReductions = true {C2 product} {default} [2024-06-05T09:27:43.435Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-06-05T09:27:43.435Z] uintx SurvivorPadding = 3 {product} {default} [2024-06-05T09:27:43.435Z] uintx SurvivorRatio = 8 {product} {default} [2024-06-05T09:27:43.435Z] double SweeperThreshold = 15.000000 {product} {default} [2024-06-05T09:27:43.435Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-06-05T09:27:43.435Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-06-05T09:27:43.435Z] size_t TLABSize = 0 {product} {default} [2024-06-05T09:27:43.435Z] bool TLABStats = true {product} {default} [2024-06-05T09:27:43.435Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-06-05T09:27:43.435Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-06-05T09:27:43.435Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-06-05T09:27:43.435Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-06-05T09:27:43.435Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-06-05T09:27:43.435Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-06-05T09:27:43.435Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-06-05T09:27:43.435Z] int ThreadPriorityPolicy = 0 {product} {default} [2024-06-05T09:27:43.435Z] bool ThreadPriorityVerbose = false {product} {default} [2024-06-05T09:27:43.435Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:43.435Z] uintx ThresholdTolerance = 10 {product} {default} [2024-06-05T09:27:43.435Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-06-05T09:27:43.435Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-06-05T09:27:43.435Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-06-05T09:27:43.435Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-06-05T09:27:43.435Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3DelayOff = 2 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3DelayOn = 5 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-06-05T09:27:43.436Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-06-05T09:27:43.436Z] bool TieredCompilation = true {pd product} {default} [2024-06-05T09:27:43.436Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-06-05T09:27:43.436Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-06-05T09:27:43.436Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-06-05T09:27:43.436Z] intx TieredStopAtLevel = 4 {product} {default} [2024-06-05T09:27:43.436Z] bool TimeLinearScan = false {C1 product} {default} [2024-06-05T09:27:43.436Z] ccstr TraceJVMTI = {product} {default} [2024-06-05T09:27:43.436Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-06-05T09:27:43.436Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-06-05T09:27:43.436Z] bool TrapBasedRangeChecks = false {pd product} {default} [2024-06-05T09:27:43.436Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-06-05T09:27:43.436Z] uint TypeProfileLevel = 111 {pd product} {default} [2024-06-05T09:27:43.436Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-06-05T09:27:43.436Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-06-05T09:27:43.436Z] intx TypeProfileWidth = 2 {product} {default} [2024-06-05T09:27:43.436Z] int UnguardOnExecutionViolation = 0 {product} {default} [2024-06-05T09:27:43.436Z] bool UseAES = true {product} {default} [2024-06-05T09:27:43.436Z] int UseAVX = 1 {ARCH product} {default} [2024-06-05T09:27:43.436Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-06-05T09:27:43.436Z] bool UseAddressNop = true {ARCH product} {default} [2024-06-05T09:27:43.436Z] bool UseBASE64Intrinsics = false {product} {default} [2024-06-05T09:27:43.436Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-06-05T09:27:43.436Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-06-05T09:27:43.436Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-06-05T09:27:43.436Z] bool UseCLMUL = true {ARCH product} {default} [2024-06-05T09:27:43.436Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-06-05T09:27:43.436Z] bool UseCodeCacheFlushing = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseCompiler = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseCompressedClassPointers = true {product lp64_product} {default} [2024-06-05T09:27:43.436Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-06-05T09:27:43.436Z] bool UseCondCardMark = false {product} {default} [2024-06-05T09:27:43.436Z] bool UseContainerSupport = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-06-05T09:27:43.436Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-06-05T09:27:43.436Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-06-05T09:27:43.436Z] bool UseCounterDecay = true {product} {default} [2024-06-05T09:27:43.436Z] bool UseDivMod = true {C2 product} {default} [2024-06-05T09:27:43.436Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseFMA = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-06-05T09:27:43.437Z] bool UseFastJNIAccessors = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseFastStosb = false {ARCH product} {default} [2024-06-05T09:27:43.437Z] bool UseG1GC = true {product} {ergonomic} [2024-06-05T09:27:43.437Z] bool UseGCOverheadLimit = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseHugeTLBFS = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseInlineCaches = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseInterpreter = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseJumpTables = true {C2 product} {default} [2024-06-05T09:27:43.437Z] bool UseLargePages = false {pd product} {default} [2024-06-05T09:27:43.437Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-06-05T09:27:43.437Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseLoopCounter = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-06-05T09:27:43.437Z] bool UseLoopPredicate = true {C2 product} {default} [2024-06-05T09:27:43.437Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseNUMA = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseNUMAInterleaving = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-06-05T09:27:43.437Z] bool UseNotificationThread = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseOnStackReplacement = true {pd product} {default} [2024-06-05T09:27:43.437Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-06-05T09:27:43.437Z] bool UseOprofile = false {product} {default} [2024-06-05T09:27:43.437Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseParallelGC = false {product} {default} [2024-06-05T09:27:43.437Z] bool UsePerfData = true {product} {default} [2024-06-05T09:27:43.437Z] bool UsePopCountInstruction = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseProfiledLoopPredicate = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-06-05T09:27:43.437Z] bool UseRTMLocking = false {ARCH product} {default} [2024-06-05T09:27:43.437Z] bool UseSHA = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseSHM = false {product} {default} [2024-06-05T09:27:43.437Z] int UseSSE = 4 {ARCH product} {default} [2024-06-05T09:27:43.437Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-06-05T09:27:43.437Z] bool UseSerialGC = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseShenandoahGC = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseSignalChaining = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-06-05T09:27:43.437Z] bool UseStringDeduplication = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-06-05T09:27:43.437Z] bool UseSuperWord = true {C2 product} {default} [2024-06-05T09:27:43.437Z] bool UseSystemMemoryBarrier = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseTLAB = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseThreadPriorities = true {pd product} {default} [2024-06-05T09:27:43.437Z] bool UseTransparentHugePages = false {product} {default} [2024-06-05T09:27:43.437Z] bool UseTypeProfile = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseTypeSpeculation = true {product} {default} [2024-06-05T09:27:43.437Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-06-05T09:27:43.438Z] bool UseVectorCmov = false {C2 product} {default} [2024-06-05T09:27:43.438Z] bool UseXMMForArrayCopy = true {product} {default} [2024-06-05T09:27:43.438Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-06-05T09:27:43.438Z] bool UseXmmI2D = false {ARCH product} {default} [2024-06-05T09:27:43.438Z] bool UseXmmI2F = false {ARCH product} {default} [2024-06-05T09:27:43.438Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-06-05T09:27:43.438Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-06-05T09:27:43.438Z] bool UseZGC = false {product} {default} [2024-06-05T09:27:43.438Z] int VMThreadPriority = -1 {product} {default} [2024-06-05T09:27:43.438Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:43.438Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-06-05T09:27:43.438Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-06-05T09:27:43.438Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-06-05T09:27:43.438Z] bool VerifySharedSpaces = false {JVMCI product} {default} [2024-06-05T09:27:43.438Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-06-05T09:27:43.438Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-06-05T09:27:43.438Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-06-05T09:27:43.438Z] size_t YoungPLABSize = 4096 {product} {default} [2024-06-05T09:27:43.438Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-06-05T09:27:43.438Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-06-05T09:27:43.438Z] double ZCollectionIntervalMajor = -1.000000 {product} {default} [2024-06-05T09:27:43.438Z] double ZCollectionIntervalMinor = -1.000000 {product} {default} [2024-06-05T09:27:43.438Z] bool ZCollectionIntervalOnly = false {product} {default} [2024-06-05T09:27:43.438Z] double ZFragmentationLimit = 0.000000 {product} {default} [2024-06-05T09:27:43.438Z] bool ZGenerational = false {product} {default} [2024-06-05T09:27:43.438Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-06-05T09:27:43.438Z] bool ZProactive = true {product} {default} [2024-06-05T09:27:43.438Z] bool ZUncommit = true {product} {default} [2024-06-05T09:27:43.438Z] uintx ZUncommitDelay = 300 {product} {default} [2024-06-05T09:27:43.438Z] double ZYoungCompactionLimit = 25.000000 {product} {default} [2024-06-05T09:27:43.438Z] bool ZeroTLAB = false {product} {default} [2024-06-05T09:27:43.695Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-05T09:27:43.695Z] Maven home: /opt/tools/apache-maven/latest [2024-06-05T09:27:43.695Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-05T09:27:43.695Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-05T09:27:43.695Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-05T09:27:47.931Z] [INFO] Scanning for projects... [2024-06-05T09:27:49.329Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-05T09:27:49.329Z] [INFO] Tycho Mode: extension [2024-06-05T09:27:49.329Z] [INFO] Tycho Builder: maven [2024-06-05T09:27:49.329Z] [INFO] Build Threads: 1 [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2024-06-05T09:27:55.900Z] [INFO] Building eclipse-sdk-prereqs 4.33.0-SNAPSHOT [2024-06-05T09:27:55.900Z] [INFO] from pom.xml [2024-06-05T09:27:55.900Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/saveproperties [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/src/main/resources [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- tycho-packaging:4.0.8:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [INFO] Execution was skipped [2024-06-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:55.900Z] [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-05T09:27:55.900Z] [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-05T09:27:55.900Z] [INFO] [2024-06-05T09:27:55.900Z] [INFO] --- deploy:3.1.2:deploy (default-deploy) @ eclipse-sdk-prereqs --- [2024-06-05T09:27:56.464Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:27:56.464Z] [INFO] BUILD SUCCESS [2024-06-05T09:27:56.464Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:27:56.464Z] [INFO] Total time: 8.675 s [2024-06-05T09:27:56.464Z] [INFO] Finished at: 2024-06-05T09:27:56Z [2024-06-05T09:27:56.464Z] [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-05T09:27:57.502Z] Masking supported pattern matches of $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] sh [2024-06-05T09:27:57.882Z] + [[ master == master ]] [2024-06-05T09:27:57.882Z] + MVN_ARGS=-Peclipse-sign [2024-06-05T09:27:57.883Z] + 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-05T09:27:57.883Z] [Global flags] [2024-06-05T09:27:57.883Z] int ActiveProcessorCount = -1 {product} {default} [2024-06-05T09:27:57.883Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-06-05T09:27:57.883Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-06-05T09:27:57.883Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-06-05T09:27:57.883Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-06-05T09:27:57.883Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-06-05T09:27:57.883Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-06-05T09:27:57.883Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-06-05T09:27:57.883Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-06-05T09:27:57.883Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-06-05T09:27:57.883Z] bool AggressiveHeap = false {product} {default} [2024-06-05T09:27:57.883Z] bool AlignVector = false {C2 product} {default} [2024-06-05T09:27:57.883Z] ccstr AllocateHeapAt = {product} {default} [2024-06-05T09:27:57.883Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-06-05T09:27:57.883Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-06-05T09:27:57.883Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-06-05T09:27:57.883Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-06-05T09:27:57.883Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-06-05T09:27:57.883Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-06-05T09:27:57.883Z] bool AllowParallelDefineClass = false {product} {default} [2024-06-05T09:27:57.883Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-06-05T09:27:57.883Z] bool AllowUserSignalHandlers = false {product} {default} [2024-06-05T09:27:57.883Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-06-05T09:27:57.883Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-06-05T09:27:57.883Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-06-05T09:27:57.883Z] bool AlwaysPreTouch = false {product} {default} [2024-06-05T09:27:57.883Z] bool AlwaysRestoreFPU = false {product} {default} [2024-06-05T09:27:57.883Z] bool AlwaysTenure = false {product} {default} [2024-06-05T09:27:57.883Z] ccstr ArchiveClassesAtExit = {JVMCI product} {default} [2024-06-05T09:27:57.883Z] intx ArrayCopyLoadStoreMaxElem = 8 {product} {default} [2024-06-05T09:27:57.883Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-06-05T09:27:57.883Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-06-05T09:27:57.883Z] bool AutoCreateSharedArchive = false {JVMCI product} {default} [2024-06-05T09:27:57.883Z] intx BCEATraceLevel = 0 {product} {default} [2024-06-05T09:27:57.884Z] bool BackgroundCompilation = true {pd product} {default} [2024-06-05T09:27:57.884Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-06-05T09:27:57.884Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-06-05T09:27:57.884Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-06-05T09:27:57.884Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-06-05T09:27:57.884Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-06-05T09:27:57.884Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-06-05T09:27:57.884Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-06-05T09:27:57.884Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-06-05T09:27:57.884Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-06-05T09:27:57.884Z] bool C1OptimizeVirtualCallProfiling = true {C2 product} {default} [2024-06-05T09:27:57.884Z] bool C1ProfileBranches = true {C2 product} {default} [2024-06-05T09:27:57.884Z] bool C1ProfileCalls = true {C2 product} {default} [2024-06-05T09:27:57.884Z] bool C1ProfileCheckcasts = true {C2 product} {default} [2024-06-05T09:27:57.884Z] bool C1ProfileInlinedCalls = true {C2 product} {default} [2024-06-05T09:27:57.884Z] bool C1ProfileVirtualCalls = true {C2 product} {default} [2024-06-05T09:27:57.884Z] bool C1UpdateMethodData = true {C2 product} {default} [2024-06-05T09:27:57.884Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-06-05T09:27:57.884Z] bool CICompilerCountPerCPU = true {product} {default} [2024-06-05T09:27:57.884Z] bool CITime = false {product} {default} [2024-06-05T09:27:57.884Z] bool CheckJNICalls = false {product} {default} [2024-06-05T09:27:57.884Z] bool ClassUnloading = true {product} {default} [2024-06-05T09:27:57.884Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-06-05T09:27:57.884Z] bool ClipInlining = true {product} {default} [2024-06-05T09:27:57.884Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-06-05T09:27:57.884Z] bool CompactStrings = true {pd product} {default} [2024-06-05T09:27:57.884Z] ccstr CompilationMode = default {product} {default} [2024-06-05T09:27:57.884Z] ccstrlist CompileCommand = {product} {default} [2024-06-05T09:27:57.884Z] ccstr CompileCommandFile = {product} {default} [2024-06-05T09:27:57.884Z] ccstrlist CompileOnly = {product} {default} [2024-06-05T09:27:57.885Z] intx CompileThreshold = 10000 {pd product} {default} [2024-06-05T09:27:57.885Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-06-05T09:27:57.885Z] int CompilerThreadPriority = -1 {product} {default} [2024-06-05T09:27:57.885Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:57.885Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-06-05T09:27:57.885Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-06-05T09:27:57.885Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-06-05T09:27:57.885Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-06-05T09:27:57.885Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-06-05T09:27:57.885Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-06-05T09:27:57.885Z] bool DTraceAllocProbes = false {product} {default} [2024-06-05T09:27:57.885Z] bool DTraceMethodProbes = false {product} {default} [2024-06-05T09:27:57.885Z] bool DTraceMonitorProbes = false {product} {default} [2024-06-05T09:27:57.885Z] bool DisableAttachMechanism = false {product} {default} [2024-06-05T09:27:57.885Z] bool DisableExplicitGC = false {product} {default} [2024-06-05T09:27:57.885Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-06-05T09:27:57.885Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-06-05T09:27:57.885Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-06-05T09:27:57.885Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-06-05T09:27:57.885Z] bool DontCompileHugeMethods = true {product} {default} [2024-06-05T09:27:57.885Z] bool DontYieldALot = false {pd product} {default} [2024-06-05T09:27:57.885Z] ccstr DumpLoadedClassList = {JVMCI product} {default} [2024-06-05T09:27:57.885Z] bool DumpReplayDataOnError = true {product} {default} [2024-06-05T09:27:57.885Z] bool EagerXrunInit = false {product} {default} [2024-06-05T09:27:57.885Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-06-05T09:27:57.885Z] bool EliminateAllocations = true {C2 product} {default} [2024-06-05T09:27:57.885Z] bool EliminateAutoBox = true {C2 product} {default} [2024-06-05T09:27:57.885Z] bool EliminateLocks = true {C2 product} {default} [2024-06-05T09:27:57.885Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-06-05T09:27:57.885Z] bool EnableContended = true {product} {default} [2024-06-05T09:27:57.885Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-06-05T09:27:57.885Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-06-05T09:27:57.885Z] ccstr ErrorFile = {product} {default} [2024-06-05T09:27:57.885Z] bool ErrorFileToStderr = false {product} {default} [2024-06-05T09:27:57.886Z] bool ErrorFileToStdout = false {product} {default} [2024-06-05T09:27:57.886Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-06-05T09:27:57.886Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-06-05T09:27:57.886Z] bool EstimateArgEscape = true {product} {default} [2024-06-05T09:27:57.886Z] bool ExecutingUnitTests = false {product} {default} [2024-06-05T09:27:57.886Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-06-05T09:27:57.886Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-06-05T09:27:57.886Z] bool ExtensiveErrorReports = false {product} {default} [2024-06-05T09:27:57.886Z] ccstr ExtraSharedClassListFile = {JVMCI product} {default} [2024-06-05T09:27:57.886Z] bool FlightRecorder = false {product} {default} [2024-06-05T09:27:57.886Z] ccstr FlightRecorderOptions = {product} {default} [2024-06-05T09:27:57.886Z] bool ForceTimeHighResolution = false {product} {default} [2024-06-05T09:27:57.886Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-06-05T09:27:57.886Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-06-05T09:27:57.886Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-06-05T09:27:57.886Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-06-05T09:27:57.886Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-06-05T09:27:57.886Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-06-05T09:27:57.886Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-06-05T09:27:57.886Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-06-05T09:27:57.886Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-06-05T09:27:57.886Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-06-05T09:27:57.886Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-06-05T09:27:57.886Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-06-05T09:27:57.886Z] uintx G1ReservePercent = 10 {product} {default} [2024-06-05T09:27:57.886Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-06-05T09:27:57.886Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-06-05T09:27:57.886Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-06-05T09:27:57.886Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-06-05T09:27:57.886Z] uint GCCardSizeInBytes = 512 {product} {default} [2024-06-05T09:27:57.886Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-06-05T09:27:57.886Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-06-05T09:27:57.886Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-06-05T09:27:57.886Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-06-05T09:27:57.887Z] uintx GCTimeLimit = 98 {product} {default} [2024-06-05T09:27:57.887Z] uintx GCTimeRatio = 12 {product} {default} [2024-06-05T09:27:57.887Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-06-05T09:27:57.887Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-06-05T09:27:57.887Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-06-05T09:27:57.887Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-06-05T09:27:57.887Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-06-05T09:27:57.887Z] ccstr HeapDumpPath = {manageable} {default} [2024-06-05T09:27:57.887Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-06-05T09:27:57.887Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-06-05T09:27:57.887Z] uintx HeapSearchSteps = 3 {product} {default} [2024-06-05T09:27:57.887Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-06-05T09:27:57.887Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-06-05T09:27:57.887Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-06-05T09:27:57.887Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-06-05T09:27:57.887Z] bool IncrementalInline = true {C2 product} {default} [2024-06-05T09:27:57.887Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-06-05T09:27:57.887Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-06-05T09:27:57.887Z] uintx InitialRAMFraction = 64 {product} {default} [2024-06-05T09:27:57.887Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-06-05T09:27:57.887Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-06-05T09:27:57.887Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-06-05T09:27:57.887Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-06-05T09:27:57.887Z] bool Inline = true {product} {default} [2024-06-05T09:27:57.887Z] ccstr InlineDataFile = {product} {default} [2024-06-05T09:27:57.887Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-06-05T09:27:57.887Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-06-05T09:27:57.887Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-06-05T09:27:57.887Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-06-05T09:27:57.887Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-06-05T09:27:57.887Z] int JavaPriority10_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.887Z] int JavaPriority1_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.887Z] int JavaPriority2_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.887Z] int JavaPriority3_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.887Z] int JavaPriority4_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.888Z] int JavaPriority5_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.888Z] int JavaPriority6_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.888Z] int JavaPriority7_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.888Z] int JavaPriority8_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.888Z] int JavaPriority9_To_OSPriority = -1 {product} {default} [2024-06-05T09:27:57.888Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-06-05T09:27:57.888Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-06-05T09:27:57.888Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-06-05T09:27:57.888Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-06-05T09:27:57.888Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-06-05T09:27:57.888Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-06-05T09:27:57.888Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-06-05T09:27:57.888Z] uintx LoopStripMiningIter = 1000 {product} {default} [2024-06-05T09:27:57.888Z] uintx LoopStripMiningIterShortLoop = 100 {product} {default} [2024-06-05T09:27:57.888Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-06-05T09:27:57.888Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-06-05T09:27:57.888Z] bool LoopUnswitching = true {C2 product} {default} [2024-06-05T09:27:57.888Z] bool ManagementServer = false {product} {default} [2024-06-05T09:27:57.888Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-06-05T09:27:57.888Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-06-05T09:27:57.888Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-06-05T09:27:57.888Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-06-05T09:27:57.888Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-06-05T09:27:57.888Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-06-05T09:27:57.888Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-06-05T09:27:57.888Z] bool MaxFDLimit = true {product} {default} [2024-06-05T09:27:57.888Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-06-05T09:27:57.888Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-06-05T09:27:57.888Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-06-05T09:27:57.888Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-06-05T09:27:57.888Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-06-05T09:27:57.888Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-06-05T09:27:57.888Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-06-05T09:27:57.888Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-06-05T09:27:57.888Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-06-05T09:27:57.889Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-06-05T09:27:57.889Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-06-05T09:27:57.889Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-06-05T09:27:57.889Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-06-05T09:27:57.889Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-06-05T09:27:57.889Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-06-05T09:27:57.889Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-06-05T09:27:57.889Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-06-05T09:27:57.889Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-06-05T09:27:57.889Z] uintx MaxRAMFraction = 4 {product} {default} [2024-06-05T09:27:57.889Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-06-05T09:27:57.889Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-06-05T09:27:57.889Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-06-05T09:27:57.889Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-06-05T09:27:57.889Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-06-05T09:27:57.889Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-06-05T09:27:57.889Z] bool MethodFlushing = true {product} {default} [2024-06-05T09:27:57.889Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-06-05T09:27:57.889Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-06-05T09:27:57.889Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-06-05T09:27:57.889Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-06-05T09:27:57.889Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-06-05T09:27:57.889Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-06-05T09:27:57.889Z] uintx MinRAMFraction = 2 {product} {default} [2024-06-05T09:27:57.889Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-06-05T09:27:57.889Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-06-05T09:27:57.889Z] size_t MinTLABSize = 2048 {product} {default} [2024-06-05T09:27:57.889Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-06-05T09:27:57.889Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-06-05T09:27:57.889Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-06-05T09:27:57.889Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-06-05T09:27:57.889Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-06-05T09:27:57.889Z] bool NUMAStats = false {product} {default} [2024-06-05T09:27:57.889Z] ccstr NativeMemoryTracking = off {product} {default} [2024-06-05T09:27:57.889Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-06-05T09:27:57.890Z] bool NeverTenure = false {product} {default} [2024-06-05T09:27:57.890Z] uintx NewRatio = 2 {product} {default} [2024-06-05T09:27:57.890Z] size_t NewSize = 1363144 {product} {default} [2024-06-05T09:27:57.890Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-06-05T09:27:57.890Z] intx NmethodSweepActivity = 4 {product} {default} [2024-06-05T09:27:57.890Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-06-05T09:27:57.890Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-06-05T09:27:57.890Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-05T09:27:57.890Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-06-05T09:27:57.890Z] int ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-06-05T09:27:57.890Z] size_t OldPLABSize = 1024 {product} {default} [2024-06-05T09:27:57.890Z] size_t OldSize = 5452592 {product} {default} [2024-06-05T09:27:57.890Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-06-05T09:27:57.890Z] ccstrlist OnError = {product} {default} [2024-06-05T09:27:57.890Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-06-05T09:27:57.890Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-06-05T09:27:57.890Z] bool OptimizeFill = false {C2 product} {default} [2024-06-05T09:27:57.890Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-06-05T09:27:57.890Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-06-05T09:27:57.890Z] bool OptoBundling = false {C2 pd product} {default} [2024-06-05T09:27:57.890Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-06-05T09:27:57.890Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-06-05T09:27:57.890Z] bool OptoScheduling = false {C2 pd product} {default} [2024-06-05T09:27:57.890Z] uintx PLABWeight = 75 {product} {default} [2024-06-05T09:27:57.890Z] bool PSChunkLargeArrays = true {product} {default} [2024-06-05T09:27:57.890Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-06-05T09:27:57.890Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-06-05T09:27:57.890Z] uint ParallelGCThreads = 2 {product} {default} [2024-06-05T09:27:57.890Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-06-05T09:27:57.890Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-06-05T09:27:57.890Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-06-05T09:27:57.890Z] bool ParallelRefProcEnabled = true {product} {default} [2024-06-05T09:27:57.890Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-06-05T09:27:57.890Z] bool PartialPeelLoop = true {C2 product} {default} [2024-06-05T09:27:57.890Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-06-05T09:27:57.891Z] uintx PausePadding = 1 {product} {default} [2024-06-05T09:27:57.891Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-06-05T09:27:57.891Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-06-05T09:27:57.891Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-06-05T09:27:57.891Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-06-05T09:27:57.891Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-06-05T09:27:57.891Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-06-05T09:27:57.891Z] int PerfDataMemorySize = 32768 {product} {default} [2024-06-05T09:27:57.891Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-06-05T09:27:57.891Z] ccstr PerfDataSaveFile = {product} {default} [2024-06-05T09:27:57.891Z] bool PerfDataSaveToFile = false {product} {default} [2024-06-05T09:27:57.891Z] bool PerfDisableSharedMem = false {product} {default} [2024-06-05T09:27:57.891Z] int PerfMaxStringConstLength = 1024 {product} {default} [2024-06-05T09:27:57.891Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-06-05T09:27:57.891Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-06-05T09:27:57.891Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-06-05T09:27:57.891Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-06-05T09:27:57.891Z] bool PreserveAllAnnotations = false {product} {default} [2024-06-05T09:27:57.891Z] bool PreserveFramePointer = false {pd product} {default} [2024-06-05T09:27:57.891Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-06-05T09:27:57.891Z] bool PrintClassHistogram = false {manageable} {default} [2024-06-05T09:27:57.891Z] bool PrintCodeCache = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintCommandLineFlags = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintCompilation = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-06-05T09:27:57.891Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintFlagsFinal = true {product} {command line} [2024-06-05T09:27:57.891Z] bool PrintFlagsInitial = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintFlagsRanges = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintGC = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintGCDetails = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-06-05T09:27:57.891Z] bool PrintSharedArchiveAndExit = false {JVMCI product} {default} [2024-06-05T09:27:57.891Z] bool PrintStringTableStatistics = false {product} {default} [2024-06-05T09:27:57.891Z] bool PrintTieredEvents = false {product} {default} [2024-06-05T09:27:57.892Z] bool PrintVMOptions = false {product} {default} [2024-06-05T09:27:57.892Z] bool PrintWarnings = true {product} {default} [2024-06-05T09:27:57.892Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-06-05T09:27:57.892Z] bool ProfileInterpreter = true {pd product} {default} [2024-06-05T09:27:57.892Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-06-05T09:27:57.892Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-05T09:27:57.892Z] uintx PromotedPadding = 3 {product} {default} [2024-06-05T09:27:57.892Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-06-05T09:27:57.892Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-06-05T09:27:57.892Z] bool RangeCheckElimination = true {product} {default} [2024-06-05T09:27:57.892Z] bool ReassociateInvariants = true {C2 product} {default} [2024-06-05T09:27:57.892Z] bool RecordDynamicDumpInfo = false {JVMCI product} {default} [2024-06-05T09:27:57.892Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-06-05T09:27:57.892Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-06-05T09:27:57.892Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-06-05T09:27:57.892Z] bool ReduceSignalUsage = false {product} {default} [2024-06-05T09:27:57.892Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-06-05T09:27:57.892Z] bool RelaxAccessControlCheck = false {product} {default} [2024-06-05T09:27:57.892Z] ccstr ReplayDataFile = {product} {default} [2024-06-05T09:27:57.892Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-06-05T09:27:57.892Z] bool ResizePLAB = true {product} {default} [2024-06-05T09:27:57.892Z] bool ResizeTLAB = true {product} {default} [2024-06-05T09:27:57.892Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-06-05T09:27:57.892Z] bool RestrictContended = true {product} {default} [2024-06-05T09:27:57.892Z] bool RestrictReservedStack = true {product} {default} [2024-06-05T09:27:57.892Z] bool RewriteBytecodes = true {pd product} {default} [2024-06-05T09:27:57.892Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-06-05T09:27:57.892Z] bool SafepointTimeout = false {product} {default} [2024-06-05T09:27:57.892Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-06-05T09:27:57.892Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-06-05T09:27:57.892Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-06-05T09:27:57.892Z] double SelfDestructTimer = 0.000000 {product} {default} [2024-06-05T09:27:57.892Z] ccstr SharedArchiveConfigFile = {JVMCI product} {default} [2024-06-05T09:27:57.892Z] ccstr SharedArchiveFile = {JVMCI product} {default} [2024-06-05T09:27:57.892Z] size_t SharedBaseAddress = 140657142267904 {JVMCI product} {default} [2024-06-05T09:27:57.892Z] ccstr SharedClassListFile = {JVMCI product} {default} [2024-06-05T09:27:57.893Z] uint SharedSymbolTableBucketSize = 4 {JVMCI product} {default} [2024-06-05T09:27:57.893Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-06-05T09:27:57.893Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-06-05T09:27:57.893Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-06-05T09:27:57.893Z] bool ShowMessageBoxOnError = false {product} {default} [2024-06-05T09:27:57.893Z] bool ShrinkHeapInSteps = true {product} {default} [2024-06-05T09:27:57.893Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-06-05T09:27:57.893Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-06-05T09:27:57.893Z] bool SplitIfBlocks = true {C2 product} {default} [2024-06-05T09:27:57.893Z] intx StackRedPages = 1 {pd product} {default} [2024-06-05T09:27:57.893Z] intx StackReservedPages = 1 {pd product} {default} [2024-06-05T09:27:57.893Z] intx StackShadowPages = 20 {pd product} {default} [2024-06-05T09:27:57.893Z] bool StackTraceInThrowable = true {product} {default} [2024-06-05T09:27:57.893Z] intx StackYellowPages = 2 {pd product} {default} [2024-06-05T09:27:57.893Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-06-05T09:27:57.893Z] bool StartAttachListener = false {product} {default} [2024-06-05T09:27:57.893Z] ccstr StartFlightRecording = {product} {default} [2024-06-05T09:27:57.893Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-06-05T09:27:57.893Z] uintx StringTableSize = 65536 {product} {default} [2024-06-05T09:27:57.893Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-06-05T09:27:57.893Z] bool SuperWordReductions = true {C2 product} {default} [2024-06-05T09:27:57.893Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-06-05T09:27:57.893Z] uintx SurvivorPadding = 3 {product} {default} [2024-06-05T09:27:57.893Z] uintx SurvivorRatio = 8 {product} {default} [2024-06-05T09:27:57.893Z] double SweeperThreshold = 15.000000 {product} {default} [2024-06-05T09:27:57.893Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-06-05T09:27:57.893Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-06-05T09:27:57.893Z] size_t TLABSize = 0 {product} {default} [2024-06-05T09:27:57.893Z] bool TLABStats = true {product} {default} [2024-06-05T09:27:57.893Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-06-05T09:27:57.893Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-06-05T09:27:57.893Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-06-05T09:27:57.893Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-06-05T09:27:57.893Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-06-05T09:27:57.893Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-06-05T09:27:57.893Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-06-05T09:27:57.893Z] int ThreadPriorityPolicy = 0 {product} {default} [2024-06-05T09:27:57.893Z] bool ThreadPriorityVerbose = false {product} {default} [2024-06-05T09:27:57.894Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:57.894Z] uintx ThresholdTolerance = 10 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3DelayOff = 2 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3DelayOn = 5 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-06-05T09:27:57.894Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-06-05T09:27:57.894Z] bool TieredCompilation = true {pd product} {default} [2024-06-05T09:27:57.894Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-06-05T09:27:57.894Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-06-05T09:27:57.894Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-06-05T09:27:57.894Z] intx TieredStopAtLevel = 4 {product} {default} [2024-06-05T09:27:57.894Z] bool TimeLinearScan = false {C1 product} {default} [2024-06-05T09:27:57.894Z] ccstr TraceJVMTI = {product} {default} [2024-06-05T09:27:57.894Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-06-05T09:27:57.894Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-06-05T09:27:57.894Z] bool TrapBasedRangeChecks = false {pd product} {default} [2024-06-05T09:27:57.894Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-06-05T09:27:57.894Z] uint TypeProfileLevel = 111 {pd product} {default} [2024-06-05T09:27:57.894Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-06-05T09:27:57.895Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-06-05T09:27:57.895Z] intx TypeProfileWidth = 2 {product} {default} [2024-06-05T09:27:57.895Z] int UnguardOnExecutionViolation = 0 {product} {default} [2024-06-05T09:27:57.895Z] bool UseAES = true {product} {default} [2024-06-05T09:27:57.895Z] int UseAVX = 1 {ARCH product} {default} [2024-06-05T09:27:57.895Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-06-05T09:27:57.895Z] bool UseAddressNop = true {ARCH product} {default} [2024-06-05T09:27:57.895Z] bool UseBASE64Intrinsics = false {product} {default} [2024-06-05T09:27:57.895Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-06-05T09:27:57.895Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-06-05T09:27:57.895Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-06-05T09:27:57.895Z] bool UseCLMUL = true {ARCH product} {default} [2024-06-05T09:27:57.895Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-06-05T09:27:57.895Z] bool UseCodeCacheFlushing = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseCompiler = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseCompressedClassPointers = true {product lp64_product} {default} [2024-06-05T09:27:57.895Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-06-05T09:27:57.895Z] bool UseCondCardMark = false {product} {default} [2024-06-05T09:27:57.895Z] bool UseContainerSupport = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-06-05T09:27:57.895Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-06-05T09:27:57.895Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-06-05T09:27:57.895Z] bool UseCounterDecay = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseDivMod = true {C2 product} {default} [2024-06-05T09:27:57.895Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-06-05T09:27:57.895Z] bool UseFMA = false {product} {default} [2024-06-05T09:27:57.895Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-06-05T09:27:57.895Z] bool UseFastJNIAccessors = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseFastStosb = false {ARCH product} {default} [2024-06-05T09:27:57.896Z] bool UseG1GC = true {product} {ergonomic} [2024-06-05T09:27:57.896Z] bool UseGCOverheadLimit = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseHugeTLBFS = false {product} {default} [2024-06-05T09:27:57.896Z] bool UseInlineCaches = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseInterpreter = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseJumpTables = true {C2 product} {default} [2024-06-05T09:27:57.896Z] bool UseLargePages = false {pd product} {default} [2024-06-05T09:27:57.896Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-06-05T09:27:57.896Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseLoopCounter = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-06-05T09:27:57.896Z] bool UseLoopPredicate = true {C2 product} {default} [2024-06-05T09:27:57.896Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseNUMA = false {product} {default} [2024-06-05T09:27:57.896Z] bool UseNUMAInterleaving = false {product} {default} [2024-06-05T09:27:57.896Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-06-05T09:27:57.896Z] bool UseNotificationThread = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseOnStackReplacement = true {pd product} {default} [2024-06-05T09:27:57.896Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-06-05T09:27:57.896Z] bool UseOprofile = false {product} {default} [2024-06-05T09:27:57.896Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseParallelGC = false {product} {default} [2024-06-05T09:27:57.896Z] bool UsePerfData = true {product} {default} [2024-06-05T09:27:57.896Z] bool UsePopCountInstruction = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseProfiledLoopPredicate = true {product} {default} [2024-06-05T09:27:57.896Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-06-05T09:27:57.896Z] bool UseRTMLocking = false {ARCH product} {default} [2024-06-05T09:27:57.896Z] bool UseSHA = false {product} {default} [2024-06-05T09:27:57.896Z] bool UseSHM = false {product} {default} [2024-06-05T09:27:57.896Z] int UseSSE = 4 {ARCH product} {default} [2024-06-05T09:27:57.896Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-06-05T09:27:57.896Z] bool UseSerialGC = false {product} {default} [2024-06-05T09:27:57.896Z] bool UseShenandoahGC = false {product} {default} [2024-06-05T09:27:57.897Z] bool UseSignalChaining = true {product} {default} [2024-06-05T09:27:57.897Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-06-05T09:27:57.897Z] bool UseStringDeduplication = false {product} {default} [2024-06-05T09:27:57.897Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-06-05T09:27:57.897Z] bool UseSuperWord = true {C2 product} {default} [2024-06-05T09:27:57.897Z] bool UseSystemMemoryBarrier = false {product} {default} [2024-06-05T09:27:57.897Z] bool UseTLAB = true {product} {default} [2024-06-05T09:27:57.897Z] bool UseThreadPriorities = true {pd product} {default} [2024-06-05T09:27:57.897Z] bool UseTransparentHugePages = false {product} {default} [2024-06-05T09:27:57.897Z] bool UseTypeProfile = true {product} {default} [2024-06-05T09:27:57.897Z] bool UseTypeSpeculation = true {product} {default} [2024-06-05T09:27:57.897Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-06-05T09:27:57.897Z] bool UseVectorCmov = false {C2 product} {default} [2024-06-05T09:27:57.897Z] bool UseXMMForArrayCopy = true {product} {default} [2024-06-05T09:27:57.897Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-06-05T09:27:57.897Z] bool UseXmmI2D = false {ARCH product} {default} [2024-06-05T09:27:57.897Z] bool UseXmmI2F = false {ARCH product} {default} [2024-06-05T09:27:57.897Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-06-05T09:27:57.897Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-06-05T09:27:57.897Z] bool UseZGC = false {product} {default} [2024-06-05T09:27:57.897Z] int VMThreadPriority = -1 {product} {default} [2024-06-05T09:27:57.897Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:27:57.897Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-06-05T09:27:57.897Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-06-05T09:27:57.897Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-06-05T09:27:57.897Z] bool VerifySharedSpaces = false {JVMCI product} {default} [2024-06-05T09:27:57.897Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-06-05T09:27:57.897Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-06-05T09:27:57.897Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-06-05T09:27:57.897Z] size_t YoungPLABSize = 4096 {product} {default} [2024-06-05T09:27:57.897Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-06-05T09:27:57.897Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-06-05T09:27:57.897Z] double ZCollectionIntervalMajor = -1.000000 {product} {default} [2024-06-05T09:27:57.898Z] double ZCollectionIntervalMinor = -1.000000 {product} {default} [2024-06-05T09:27:57.898Z] bool ZCollectionIntervalOnly = false {product} {default} [2024-06-05T09:27:57.898Z] double ZFragmentationLimit = 0.000000 {product} {default} [2024-06-05T09:27:57.898Z] bool ZGenerational = false {product} {default} [2024-06-05T09:27:57.898Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-06-05T09:27:57.898Z] bool ZProactive = true {product} {default} [2024-06-05T09:27:57.898Z] bool ZUncommit = true {product} {default} [2024-06-05T09:27:57.898Z] uintx ZUncommitDelay = 300 {product} {default} [2024-06-05T09:27:57.898Z] double ZYoungCompactionLimit = 25.000000 {product} {default} [2024-06-05T09:27:57.898Z] bool ZeroTLAB = false {product} {default} [2024-06-05T09:27:58.157Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-05T09:27:58.157Z] Maven home: /opt/tools/apache-maven/latest [2024-06-05T09:27:58.157Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-05T09:27:58.157Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-05T09:27:58.157Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-05T09:28:06.280Z] [INFO] Scanning for projects... [2024-06-05T09:28:21.202Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-05T09:28:21.202Z] [INFO] Tycho Mode: extension [2024-06-05T09:28:21.202Z] [INFO] Tycho Builder: maven [2024-06-05T09:28:21.202Z] [INFO] Build Threads: 1 [2024-06-05T09:28:39.287Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:28:39.287Z] [INFO] Reactor Build Order: [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [2024-06-05T09:28:39.287Z] [INFO] org.eclipse.jdt.core.compiler.batch [eclipse-plugin] [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2024-06-05T09:28:39.287Z] [INFO] Building eclipse-sdk-prereqs 4.33.0-SNAPSHOT [1/2] [2024-06-05T09:28:39.287Z] [INFO] from pom.xml [2024-06-05T09:28:39.287Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/saveproperties [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/src/main/resources [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- tycho-packaging:4.0.8:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [INFO] Execution was skipped [2024-06-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-sdk-prereqs --- [2024-06-05T09:28:39.287Z] [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-05T09:28:39.287Z] [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-05T09:28:39.287Z] [INFO] [2024-06-05T09:28:39.287Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >--------- [2024-06-05T09:28:39.287Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT [2/2] [2024-06-05T09:28:39.287Z] [INFO] from /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [2024-06-05T09:28:39.287Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:28:40.665Z] [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@58cec3bb [2024-06-05T09:28:40.666Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-05T09:28:40.666Z] [INFO] Cache location: /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/.cache/tycho [2024-06-05T09:28:40.666Z] [INFO] Transport mode: online [2024-06-05T09:28:40.666Z] [INFO] Http Transport type: Java11Client [2024-06-05T09:28:40.666Z] [INFO] Update mode: forced [2024-06-05T09:28:40.666Z] [INFO] Minimum cache duration: 60 minutes [2024-06-05T09:28:40.666Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-05T09:28:43.226Z] [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-05T09:28:48.485Z] [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-05T09:28:49.055Z] [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-05T09:28:50.427Z] [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-05T09:28:50.685Z] [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-05T09:28:51.251Z] [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-05T09:28:52.621Z] [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-05T09:28:52.622Z] [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-05T09:28:53.188Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-06-05T09:28:53.768Z] [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-05T09:28:56.326Z] [INFO] [2024-06-05T09:28:56.326Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:28:56.326Z] [INFO] [2024-06-05T09:28:56.326Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:28:59.605Z] [INFO] The project's OSGi version is 3.38.0.v20240524-2033 [2024-06-05T09:28:59.605Z] [INFO] [2024-06-05T09:28:59.605Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:28:59.605Z] [INFO] [2024-06-05T09:28:59.605Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:28:59.605Z] [INFO] [2024-06-05T09:28:59.605Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:28:59.605Z] [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-05T09:28:59.605Z] [INFO] [2024-06-05T09:28:59.605Z] [INFO] --- build-helper:3.6.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:00.170Z] [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-05T09:29:00.170Z] [INFO] [2024-06-05T09:29:00.170Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:00.170Z] [INFO] [2024-06-05T09:29:00.170Z] [INFO] --- enforcer:3.4.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:00.170Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed [2024-06-05T09:29:00.170Z] [INFO] [2024-06-05T09:29:00.170Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:00.170Z] [INFO] [2024-06-05T09:29:00.170Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:00.170Z] [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch [2024-06-05T09:29:00.428Z] [INFO] [2024-06-05T09:29:00.428Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:00.428Z] [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-05T09:29:00.428Z] [INFO] [2024-06-05T09:29:00.428Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:00.428Z] [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-05T09:29:00.428Z] [INFO] [2024-06-05T09:29:00.428Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:00.686Z] [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-05T09:29:18.845Z] [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-05T09:29:18.845Z] if (reference == null) reference = typeRef; [2024-06-05T09:29:18.845Z] ^^^^^^^^^ [2024-06-05T09:29:18.845Z] Redundant null check: The variable reference can only be null at this location [2024-06-05T09:29:18.845Z] 1 problem (1 warning) [2024-06-05T09:29:18.845Z] [INFO] [2024-06-05T09:29:18.845Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:18.845Z] [INFO] [2024-06-05T09:29:18.845Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:18.845Z] [INFO] [2024-06-05T09:29:18.845Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:19.102Z] [INFO] [2024-06-05T09:29:19.102Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:19.102Z] [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-05T09:29:19.102Z] [INFO] [2024-06-05T09:29:19.102Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:19.102Z] [INFO] [2024-06-05T09:29:19.102Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:19.102Z] [INFO] [2024-06-05T09:29:19.102Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:19.360Z] [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-05T09:29:19.937Z] [INFO] [2024-06-05T09:29:19.937Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:20.501Z] [INFO] Executing tasks [2024-06-05T09:29:20.501Z] [INFO] Executed tasks [2024-06-05T09:29:20.501Z] [INFO] [2024-06-05T09:29:20.501Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:20.760Z] [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-05T09:29:21.700Z] [INFO] [2024-06-05T09:29:21.700Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:22.266Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.33-I-builds [2024-06-05T09:29:22.833Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.33-I-builds [2024-06-05T09:29:23.804Z] [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-05T09:29:23.804Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:29:23.804Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:29:23.804Z] [2024-06-05T09:29:23.804Z] [INFO] [2024-06-05T09:29:23.804Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:24.367Z] [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-05T09:29:24.367Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:29:24.367Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:29:24.367Z] [2024-06-05T09:29:24.367Z] [INFO] [2024-06-05T09:29:24.367Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:24.367Z] [INFO] Execution was skipped [2024-06-05T09:29:24.367Z] [INFO] [2024-06-05T09:29:24.367Z] [INFO] --- install:3.1.2:install (default-install) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:24.367Z] [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-05T09:29:24.625Z] [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-05T09:29:24.625Z] [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-05T09:29:24.625Z] [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-05T09:29:24.625Z] [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-05T09:29:24.625Z] [INFO] [2024-06-05T09:29:24.625Z] [INFO] --- tycho-p2:4.0.8:update-local-index (default-update-local-index) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:24.625Z] [INFO] [2024-06-05T09:29:24.625Z] [INFO] --- install:3.1.2:install-file (deploy-ecj) @ org.eclipse.jdt.core.compiler.batch --- [2024-06-05T09:29:24.625Z] [INFO] pom.xml not found in org.eclipse.jdt.core.compiler.batch-3.38.0-SNAPSHOT.jar [2024-06-05T09:29:24.625Z] [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-05T09:29:24.626Z] [INFO] Installing /tmp/mvninstall5647753911050287877.pom to /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/org/eclipse/jdt/ecj/99.99/ecj-99.99.pom [2024-06-05T09:29:24.626Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:29:24.626Z] [INFO] Reactor Summary: [2024-06-05T09:29:24.626Z] [INFO] [2024-06-05T09:29:24.626Z] [INFO] eclipse-sdk-prereqs 4.33.0-SNAPSHOT ................ SUCCESS [ 1.546 s] [2024-06-05T09:29:24.626Z] [INFO] org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT SUCCESS [ 46.746 s] [2024-06-05T09:29:24.626Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:29:24.626Z] [INFO] BUILD SUCCESS [2024-06-05T09:29:24.626Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:29:24.626Z] [INFO] Total time: 01:19 min [2024-06-05T09:29:24.626Z] [INFO] Finished at: 2024-06-05T09:29:24Z [2024-06-05T09:29:24.626Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:29:24.626Z] Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText [2024-06-05T09:29:24.626Z] at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85) [2024-06-05T09:29:24.626Z] at java.base/java.lang.Thread.run(Thread.java:1583) [2024-06-05T09:29:24.626Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText [2024-06-05T09:29:24.626Z] ... 2 more [2024-06-05T09:29:25.193Z] + 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-05T09:29:25.193Z] [Global flags] [2024-06-05T09:29:25.193Z] int ActiveProcessorCount = -1 {product} {default} [2024-06-05T09:29:25.193Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-06-05T09:29:25.193Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-06-05T09:29:25.193Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-06-05T09:29:25.193Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-06-05T09:29:25.193Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-06-05T09:29:25.193Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-06-05T09:29:25.193Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-06-05T09:29:25.193Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-06-05T09:29:25.193Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-06-05T09:29:25.193Z] bool AggressiveHeap = false {product} {default} [2024-06-05T09:29:25.193Z] bool AlignVector = false {C2 product} {default} [2024-06-05T09:29:25.193Z] ccstr AllocateHeapAt = {product} {default} [2024-06-05T09:29:25.193Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-06-05T09:29:25.193Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-06-05T09:29:25.193Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-06-05T09:29:25.193Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-06-05T09:29:25.193Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-06-05T09:29:25.194Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-06-05T09:29:25.194Z] bool AllowParallelDefineClass = false {product} {default} [2024-06-05T09:29:25.194Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-06-05T09:29:25.194Z] bool AllowUserSignalHandlers = false {product} {default} [2024-06-05T09:29:25.194Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-06-05T09:29:25.194Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-06-05T09:29:25.194Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-06-05T09:29:25.194Z] bool AlwaysPreTouch = false {product} {default} [2024-06-05T09:29:25.194Z] bool AlwaysRestoreFPU = false {product} {default} [2024-06-05T09:29:25.194Z] bool AlwaysTenure = false {product} {default} [2024-06-05T09:29:25.194Z] ccstr ArchiveClassesAtExit = {JVMCI product} {default} [2024-06-05T09:29:25.194Z] intx ArrayCopyLoadStoreMaxElem = 8 {product} {default} [2024-06-05T09:29:25.194Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-06-05T09:29:25.194Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-06-05T09:29:25.194Z] bool AutoCreateSharedArchive = false {JVMCI product} {default} [2024-06-05T09:29:25.194Z] intx BCEATraceLevel = 0 {product} {default} [2024-06-05T09:29:25.194Z] bool BackgroundCompilation = true {pd product} {default} [2024-06-05T09:29:25.194Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-06-05T09:29:25.194Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-06-05T09:29:25.194Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-06-05T09:29:25.194Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-06-05T09:29:25.194Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-06-05T09:29:25.194Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-06-05T09:29:25.194Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-06-05T09:29:25.194Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-06-05T09:29:25.194Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-06-05T09:29:25.194Z] bool C1OptimizeVirtualCallProfiling = true {C2 product} {default} [2024-06-05T09:29:25.194Z] bool C1ProfileBranches = true {C2 product} {default} [2024-06-05T09:29:25.194Z] bool C1ProfileCalls = true {C2 product} {default} [2024-06-05T09:29:25.194Z] bool C1ProfileCheckcasts = true {C2 product} {default} [2024-06-05T09:29:25.194Z] bool C1ProfileInlinedCalls = true {C2 product} {default} [2024-06-05T09:29:25.194Z] bool C1ProfileVirtualCalls = true {C2 product} {default} [2024-06-05T09:29:25.194Z] bool C1UpdateMethodData = true {C2 product} {default} [2024-06-05T09:29:25.194Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-06-05T09:29:25.194Z] bool CICompilerCountPerCPU = true {product} {default} [2024-06-05T09:29:25.194Z] bool CITime = false {product} {default} [2024-06-05T09:29:25.194Z] bool CheckJNICalls = false {product} {default} [2024-06-05T09:29:25.195Z] bool ClassUnloading = true {product} {default} [2024-06-05T09:29:25.195Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-06-05T09:29:25.195Z] bool ClipInlining = true {product} {default} [2024-06-05T09:29:25.195Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-06-05T09:29:25.195Z] bool CompactStrings = true {pd product} {default} [2024-06-05T09:29:25.195Z] ccstr CompilationMode = default {product} {default} [2024-06-05T09:29:25.195Z] ccstrlist CompileCommand = {product} {default} [2024-06-05T09:29:25.195Z] ccstr CompileCommandFile = {product} {default} [2024-06-05T09:29:25.195Z] ccstrlist CompileOnly = {product} {default} [2024-06-05T09:29:25.195Z] intx CompileThreshold = 10000 {pd product} {default} [2024-06-05T09:29:25.195Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-06-05T09:29:25.195Z] int CompilerThreadPriority = -1 {product} {default} [2024-06-05T09:29:25.195Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:29:25.195Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-06-05T09:29:25.195Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-06-05T09:29:25.195Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-06-05T09:29:25.195Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-06-05T09:29:25.195Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-06-05T09:29:25.195Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-06-05T09:29:25.195Z] bool DTraceAllocProbes = false {product} {default} [2024-06-05T09:29:25.195Z] bool DTraceMethodProbes = false {product} {default} [2024-06-05T09:29:25.195Z] bool DTraceMonitorProbes = false {product} {default} [2024-06-05T09:29:25.195Z] bool DisableAttachMechanism = false {product} {default} [2024-06-05T09:29:25.195Z] bool DisableExplicitGC = false {product} {default} [2024-06-05T09:29:25.195Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-06-05T09:29:25.195Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-06-05T09:29:25.195Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-06-05T09:29:25.195Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-06-05T09:29:25.195Z] bool DontCompileHugeMethods = true {product} {default} [2024-06-05T09:29:25.195Z] bool DontYieldALot = false {pd product} {default} [2024-06-05T09:29:25.195Z] ccstr DumpLoadedClassList = {JVMCI product} {default} [2024-06-05T09:29:25.195Z] bool DumpReplayDataOnError = true {product} {default} [2024-06-05T09:29:25.195Z] bool EagerXrunInit = false {product} {default} [2024-06-05T09:29:25.195Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-06-05T09:29:25.195Z] bool EliminateAllocations = true {C2 product} {default} [2024-06-05T09:29:25.195Z] bool EliminateAutoBox = true {C2 product} {default} [2024-06-05T09:29:25.195Z] bool EliminateLocks = true {C2 product} {default} [2024-06-05T09:29:25.196Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-06-05T09:29:25.196Z] bool EnableContended = true {product} {default} [2024-06-05T09:29:25.196Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-06-05T09:29:25.196Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-06-05T09:29:25.196Z] ccstr ErrorFile = {product} {default} [2024-06-05T09:29:25.196Z] bool ErrorFileToStderr = false {product} {default} [2024-06-05T09:29:25.196Z] bool ErrorFileToStdout = false {product} {default} [2024-06-05T09:29:25.196Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-06-05T09:29:25.196Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-06-05T09:29:25.196Z] bool EstimateArgEscape = true {product} {default} [2024-06-05T09:29:25.196Z] bool ExecutingUnitTests = false {product} {default} [2024-06-05T09:29:25.196Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-06-05T09:29:25.196Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-06-05T09:29:25.196Z] bool ExtensiveErrorReports = false {product} {default} [2024-06-05T09:29:25.196Z] ccstr ExtraSharedClassListFile = {JVMCI product} {default} [2024-06-05T09:29:25.196Z] bool FlightRecorder = false {product} {default} [2024-06-05T09:29:25.196Z] ccstr FlightRecorderOptions = {product} {default} [2024-06-05T09:29:25.196Z] bool ForceTimeHighResolution = false {product} {default} [2024-06-05T09:29:25.196Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-06-05T09:29:25.196Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-06-05T09:29:25.196Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-06-05T09:29:25.196Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-06-05T09:29:25.196Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-06-05T09:29:25.196Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-06-05T09:29:25.196Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-06-05T09:29:25.196Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-06-05T09:29:25.196Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-06-05T09:29:25.196Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-06-05T09:29:25.196Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-06-05T09:29:25.196Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-06-05T09:29:25.196Z] uintx G1ReservePercent = 10 {product} {default} [2024-06-05T09:29:25.196Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-06-05T09:29:25.196Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-06-05T09:29:25.196Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-06-05T09:29:25.196Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-06-05T09:29:25.196Z] uint GCCardSizeInBytes = 512 {product} {default} [2024-06-05T09:29:25.196Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-06-05T09:29:25.196Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-06-05T09:29:25.197Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-06-05T09:29:25.197Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-06-05T09:29:25.197Z] uintx GCTimeLimit = 98 {product} {default} [2024-06-05T09:29:25.197Z] uintx GCTimeRatio = 12 {product} {default} [2024-06-05T09:29:25.197Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-06-05T09:29:25.197Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-06-05T09:29:25.197Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-06-05T09:29:25.197Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-06-05T09:29:25.197Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-06-05T09:29:25.197Z] ccstr HeapDumpPath = {manageable} {default} [2024-06-05T09:29:25.197Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-06-05T09:29:25.197Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-06-05T09:29:25.197Z] uintx HeapSearchSteps = 3 {product} {default} [2024-06-05T09:29:25.197Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-06-05T09:29:25.197Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-06-05T09:29:25.197Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-06-05T09:29:25.197Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-06-05T09:29:25.197Z] bool IncrementalInline = true {C2 product} {default} [2024-06-05T09:29:25.197Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-06-05T09:29:25.197Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-06-05T09:29:25.197Z] uintx InitialRAMFraction = 64 {product} {default} [2024-06-05T09:29:25.197Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-06-05T09:29:25.197Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-06-05T09:29:25.197Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-06-05T09:29:25.197Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-06-05T09:29:25.197Z] bool Inline = true {product} {default} [2024-06-05T09:29:25.197Z] ccstr InlineDataFile = {product} {default} [2024-06-05T09:29:25.197Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-06-05T09:29:25.197Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-06-05T09:29:25.197Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-06-05T09:29:25.197Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-06-05T09:29:25.197Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-06-05T09:29:25.197Z] int JavaPriority10_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.197Z] int JavaPriority1_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.197Z] int JavaPriority2_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.197Z] int JavaPriority3_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.197Z] int JavaPriority4_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.198Z] int JavaPriority5_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.198Z] int JavaPriority6_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.198Z] int JavaPriority7_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.198Z] int JavaPriority8_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.198Z] int JavaPriority9_To_OSPriority = -1 {product} {default} [2024-06-05T09:29:25.198Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-06-05T09:29:25.198Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-06-05T09:29:25.198Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-06-05T09:29:25.198Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-06-05T09:29:25.198Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-06-05T09:29:25.198Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-06-05T09:29:25.198Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-06-05T09:29:25.198Z] uintx LoopStripMiningIter = 1000 {product} {default} [2024-06-05T09:29:25.198Z] uintx LoopStripMiningIterShortLoop = 100 {product} {default} [2024-06-05T09:29:25.198Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-06-05T09:29:25.198Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-06-05T09:29:25.198Z] bool LoopUnswitching = true {C2 product} {default} [2024-06-05T09:29:25.198Z] bool ManagementServer = false {product} {default} [2024-06-05T09:29:25.198Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-06-05T09:29:25.198Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-06-05T09:29:25.198Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-06-05T09:29:25.198Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-06-05T09:29:25.198Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-06-05T09:29:25.198Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-06-05T09:29:25.198Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-06-05T09:29:25.198Z] bool MaxFDLimit = true {product} {default} [2024-06-05T09:29:25.198Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-06-05T09:29:25.198Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-06-05T09:29:25.198Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-06-05T09:29:25.198Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-06-05T09:29:25.198Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-06-05T09:29:25.198Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-06-05T09:29:25.198Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-06-05T09:29:25.198Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-06-05T09:29:25.198Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-06-05T09:29:25.198Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-06-05T09:29:25.198Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-06-05T09:29:25.199Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-06-05T09:29:25.199Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-06-05T09:29:25.199Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-06-05T09:29:25.199Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-06-05T09:29:25.199Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-06-05T09:29:25.199Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-06-05T09:29:25.199Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-06-05T09:29:25.199Z] uintx MaxRAMFraction = 4 {product} {default} [2024-06-05T09:29:25.199Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-06-05T09:29:25.199Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-06-05T09:29:25.199Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-06-05T09:29:25.199Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-06-05T09:29:25.199Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-06-05T09:29:25.199Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-06-05T09:29:25.199Z] bool MethodFlushing = true {product} {default} [2024-06-05T09:29:25.199Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-06-05T09:29:25.199Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-06-05T09:29:25.199Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-06-05T09:29:25.199Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-06-05T09:29:25.199Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-06-05T09:29:25.199Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-06-05T09:29:25.199Z] uintx MinRAMFraction = 2 {product} {default} [2024-06-05T09:29:25.199Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-06-05T09:29:25.199Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-06-05T09:29:25.199Z] size_t MinTLABSize = 2048 {product} {default} [2024-06-05T09:29:25.199Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-06-05T09:29:25.199Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-06-05T09:29:25.199Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-06-05T09:29:25.199Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-06-05T09:29:25.199Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-06-05T09:29:25.199Z] bool NUMAStats = false {product} {default} [2024-06-05T09:29:25.199Z] ccstr NativeMemoryTracking = off {product} {default} [2024-06-05T09:29:25.199Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-06-05T09:29:25.199Z] bool NeverTenure = false {product} {default} [2024-06-05T09:29:25.199Z] uintx NewRatio = 2 {product} {default} [2024-06-05T09:29:25.199Z] size_t NewSize = 1363144 {product} {default} [2024-06-05T09:29:25.199Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-06-05T09:29:25.200Z] intx NmethodSweepActivity = 4 {product} {default} [2024-06-05T09:29:25.200Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-06-05T09:29:25.200Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-06-05T09:29:25.200Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-05T09:29:25.200Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-06-05T09:29:25.200Z] int ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-06-05T09:29:25.200Z] size_t OldPLABSize = 1024 {product} {default} [2024-06-05T09:29:25.200Z] size_t OldSize = 5452592 {product} {default} [2024-06-05T09:29:25.200Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-06-05T09:29:25.200Z] ccstrlist OnError = {product} {default} [2024-06-05T09:29:25.200Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-06-05T09:29:25.200Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-06-05T09:29:25.200Z] bool OptimizeFill = false {C2 product} {default} [2024-06-05T09:29:25.200Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-06-05T09:29:25.200Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-06-05T09:29:25.200Z] bool OptoBundling = false {C2 pd product} {default} [2024-06-05T09:29:25.200Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-06-05T09:29:25.200Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-06-05T09:29:25.200Z] bool OptoScheduling = false {C2 pd product} {default} [2024-06-05T09:29:25.200Z] uintx PLABWeight = 75 {product} {default} [2024-06-05T09:29:25.200Z] bool PSChunkLargeArrays = true {product} {default} [2024-06-05T09:29:25.200Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-06-05T09:29:25.200Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-06-05T09:29:25.200Z] uint ParallelGCThreads = 2 {product} {default} [2024-06-05T09:29:25.200Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-06-05T09:29:25.200Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-06-05T09:29:25.200Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-06-05T09:29:25.200Z] bool ParallelRefProcEnabled = true {product} {default} [2024-06-05T09:29:25.200Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-06-05T09:29:25.200Z] bool PartialPeelLoop = true {C2 product} {default} [2024-06-05T09:29:25.200Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-06-05T09:29:25.200Z] uintx PausePadding = 1 {product} {default} [2024-06-05T09:29:25.200Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-06-05T09:29:25.200Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-06-05T09:29:25.201Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-06-05T09:29:25.201Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-06-05T09:29:25.201Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-06-05T09:29:25.201Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-06-05T09:29:25.201Z] int PerfDataMemorySize = 32768 {product} {default} [2024-06-05T09:29:25.201Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-06-05T09:29:25.201Z] ccstr PerfDataSaveFile = {product} {default} [2024-06-05T09:29:25.201Z] bool PerfDataSaveToFile = false {product} {default} [2024-06-05T09:29:25.201Z] bool PerfDisableSharedMem = false {product} {default} [2024-06-05T09:29:25.201Z] int PerfMaxStringConstLength = 1024 {product} {default} [2024-06-05T09:29:25.201Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-06-05T09:29:25.201Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-06-05T09:29:25.201Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-06-05T09:29:25.201Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-06-05T09:29:25.201Z] bool PreserveAllAnnotations = false {product} {default} [2024-06-05T09:29:25.201Z] bool PreserveFramePointer = false {pd product} {default} [2024-06-05T09:29:25.201Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-06-05T09:29:25.201Z] bool PrintClassHistogram = false {manageable} {default} [2024-06-05T09:29:25.201Z] bool PrintCodeCache = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintCommandLineFlags = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintCompilation = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-06-05T09:29:25.201Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintFlagsFinal = true {product} {command line} [2024-06-05T09:29:25.201Z] bool PrintFlagsInitial = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintFlagsRanges = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintGC = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintGCDetails = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-06-05T09:29:25.201Z] bool PrintSharedArchiveAndExit = false {JVMCI product} {default} [2024-06-05T09:29:25.201Z] bool PrintStringTableStatistics = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintTieredEvents = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintVMOptions = false {product} {default} [2024-06-05T09:29:25.201Z] bool PrintWarnings = true {product} {default} [2024-06-05T09:29:25.201Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-06-05T09:29:25.202Z] bool ProfileInterpreter = true {pd product} {default} [2024-06-05T09:29:25.202Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-06-05T09:29:25.202Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-06-05T09:29:25.202Z] uintx PromotedPadding = 3 {product} {default} [2024-06-05T09:29:25.202Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-06-05T09:29:25.202Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-06-05T09:29:25.202Z] bool RangeCheckElimination = true {product} {default} [2024-06-05T09:29:25.202Z] bool ReassociateInvariants = true {C2 product} {default} [2024-06-05T09:29:25.202Z] bool RecordDynamicDumpInfo = false {JVMCI product} {default} [2024-06-05T09:29:25.202Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-06-05T09:29:25.202Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-06-05T09:29:25.202Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-06-05T09:29:25.202Z] bool ReduceSignalUsage = false {product} {default} [2024-06-05T09:29:25.202Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-06-05T09:29:25.202Z] bool RelaxAccessControlCheck = false {product} {default} [2024-06-05T09:29:25.202Z] ccstr ReplayDataFile = {product} {default} [2024-06-05T09:29:25.202Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-06-05T09:29:25.202Z] bool ResizePLAB = true {product} {default} [2024-06-05T09:29:25.202Z] bool ResizeTLAB = true {product} {default} [2024-06-05T09:29:25.202Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-06-05T09:29:25.202Z] bool RestrictContended = true {product} {default} [2024-06-05T09:29:25.202Z] bool RestrictReservedStack = true {product} {default} [2024-06-05T09:29:25.202Z] bool RewriteBytecodes = true {pd product} {default} [2024-06-05T09:29:25.202Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-06-05T09:29:25.202Z] bool SafepointTimeout = false {product} {default} [2024-06-05T09:29:25.202Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-06-05T09:29:25.202Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-06-05T09:29:25.202Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-06-05T09:29:25.202Z] double SelfDestructTimer = 0.000000 {product} {default} [2024-06-05T09:29:25.202Z] ccstr SharedArchiveConfigFile = {JVMCI product} {default} [2024-06-05T09:29:25.202Z] ccstr SharedArchiveFile = {JVMCI product} {default} [2024-06-05T09:29:25.202Z] size_t SharedBaseAddress = 140473867960320 {JVMCI product} {default} [2024-06-05T09:29:25.202Z] ccstr SharedClassListFile = {JVMCI product} {default} [2024-06-05T09:29:25.202Z] uint SharedSymbolTableBucketSize = 4 {JVMCI product} {default} [2024-06-05T09:29:25.202Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-06-05T09:29:25.202Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-06-05T09:29:25.203Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-06-05T09:29:25.203Z] bool ShowMessageBoxOnError = false {product} {default} [2024-06-05T09:29:25.203Z] bool ShrinkHeapInSteps = true {product} {default} [2024-06-05T09:29:25.203Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-06-05T09:29:25.203Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-06-05T09:29:25.203Z] bool SplitIfBlocks = true {C2 product} {default} [2024-06-05T09:29:25.203Z] intx StackRedPages = 1 {pd product} {default} [2024-06-05T09:29:25.203Z] intx StackReservedPages = 1 {pd product} {default} [2024-06-05T09:29:25.203Z] intx StackShadowPages = 20 {pd product} {default} [2024-06-05T09:29:25.203Z] bool StackTraceInThrowable = true {product} {default} [2024-06-05T09:29:25.203Z] intx StackYellowPages = 2 {pd product} {default} [2024-06-05T09:29:25.203Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-06-05T09:29:25.203Z] bool StartAttachListener = false {product} {default} [2024-06-05T09:29:25.203Z] ccstr StartFlightRecording = {product} {default} [2024-06-05T09:29:25.203Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-06-05T09:29:25.203Z] uintx StringTableSize = 65536 {product} {default} [2024-06-05T09:29:25.203Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-06-05T09:29:25.203Z] bool SuperWordReductions = true {C2 product} {default} [2024-06-05T09:29:25.203Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-06-05T09:29:25.203Z] uintx SurvivorPadding = 3 {product} {default} [2024-06-05T09:29:25.203Z] uintx SurvivorRatio = 8 {product} {default} [2024-06-05T09:29:25.203Z] double SweeperThreshold = 15.000000 {product} {default} [2024-06-05T09:29:25.203Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-06-05T09:29:25.203Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-06-05T09:29:25.203Z] size_t TLABSize = 0 {product} {default} [2024-06-05T09:29:25.203Z] bool TLABStats = true {product} {default} [2024-06-05T09:29:25.203Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-06-05T09:29:25.203Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-06-05T09:29:25.203Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-06-05T09:29:25.203Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-06-05T09:29:25.203Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-06-05T09:29:25.203Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-06-05T09:29:25.203Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-06-05T09:29:25.203Z] int ThreadPriorityPolicy = 0 {product} {default} [2024-06-05T09:29:25.203Z] bool ThreadPriorityVerbose = false {product} {default} [2024-06-05T09:29:25.204Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:29:25.204Z] uintx ThresholdTolerance = 10 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3DelayOff = 2 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3DelayOn = 5 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-06-05T09:29:25.204Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-06-05T09:29:25.204Z] bool TieredCompilation = true {pd product} {default} [2024-06-05T09:29:25.204Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-06-05T09:29:25.204Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-06-05T09:29:25.204Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-06-05T09:29:25.204Z] intx TieredStopAtLevel = 4 {product} {default} [2024-06-05T09:29:25.204Z] bool TimeLinearScan = false {C1 product} {default} [2024-06-05T09:29:25.204Z] ccstr TraceJVMTI = {product} {default} [2024-06-05T09:29:25.204Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-06-05T09:29:25.204Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-06-05T09:29:25.204Z] bool TrapBasedRangeChecks = false {pd product} {default} [2024-06-05T09:29:25.204Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-06-05T09:29:25.204Z] uint TypeProfileLevel = 111 {pd product} {default} [2024-06-05T09:29:25.205Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-06-05T09:29:25.205Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-06-05T09:29:25.205Z] intx TypeProfileWidth = 2 {product} {default} [2024-06-05T09:29:25.205Z] int UnguardOnExecutionViolation = 0 {product} {default} [2024-06-05T09:29:25.205Z] bool UseAES = true {product} {default} [2024-06-05T09:29:25.205Z] int UseAVX = 1 {ARCH product} {default} [2024-06-05T09:29:25.205Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-06-05T09:29:25.205Z] bool UseAddressNop = true {ARCH product} {default} [2024-06-05T09:29:25.205Z] bool UseBASE64Intrinsics = false {product} {default} [2024-06-05T09:29:25.205Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-06-05T09:29:25.205Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-06-05T09:29:25.205Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-06-05T09:29:25.205Z] bool UseCLMUL = true {ARCH product} {default} [2024-06-05T09:29:25.205Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-06-05T09:29:25.205Z] bool UseCodeCacheFlushing = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseCompiler = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseCompressedClassPointers = true {product lp64_product} {default} [2024-06-05T09:29:25.205Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-06-05T09:29:25.205Z] bool UseCondCardMark = false {product} {default} [2024-06-05T09:29:25.205Z] bool UseContainerSupport = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-06-05T09:29:25.205Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-06-05T09:29:25.205Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-06-05T09:29:25.205Z] bool UseCounterDecay = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseDivMod = true {C2 product} {default} [2024-06-05T09:29:25.205Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseFMA = false {product} {default} [2024-06-05T09:29:25.205Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-06-05T09:29:25.205Z] bool UseFastJNIAccessors = true {product} {default} [2024-06-05T09:29:25.205Z] bool UseFastStosb = false {ARCH product} {default} [2024-06-05T09:29:25.206Z] bool UseG1GC = true {product} {ergonomic} [2024-06-05T09:29:25.206Z] bool UseGCOverheadLimit = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseHugeTLBFS = false {product} {default} [2024-06-05T09:29:25.206Z] bool UseInlineCaches = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseInterpreter = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseJumpTables = true {C2 product} {default} [2024-06-05T09:29:25.206Z] bool UseLargePages = false {pd product} {default} [2024-06-05T09:29:25.206Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-06-05T09:29:25.206Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseLoopCounter = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-06-05T09:29:25.206Z] bool UseLoopPredicate = true {C2 product} {default} [2024-06-05T09:29:25.206Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseNUMA = false {product} {default} [2024-06-05T09:29:25.206Z] bool UseNUMAInterleaving = false {product} {default} [2024-06-05T09:29:25.206Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-06-05T09:29:25.206Z] bool UseNotificationThread = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseOnStackReplacement = true {pd product} {default} [2024-06-05T09:29:25.206Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-06-05T09:29:25.206Z] bool UseOprofile = false {product} {default} [2024-06-05T09:29:25.206Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseParallelGC = false {product} {default} [2024-06-05T09:29:25.206Z] bool UsePerfData = true {product} {default} [2024-06-05T09:29:25.206Z] bool UsePopCountInstruction = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseProfiledLoopPredicate = true {product} {default} [2024-06-05T09:29:25.206Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-06-05T09:29:25.206Z] bool UseRTMLocking = false {ARCH product} {default} [2024-06-05T09:29:25.206Z] bool UseSHA = false {product} {default} [2024-06-05T09:29:25.206Z] bool UseSHM = false {product} {default} [2024-06-05T09:29:25.206Z] int UseSSE = 4 {ARCH product} {default} [2024-06-05T09:29:25.206Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-06-05T09:29:25.206Z] bool UseSerialGC = false {product} {default} [2024-06-05T09:29:25.207Z] bool UseShenandoahGC = false {product} {default} [2024-06-05T09:29:25.207Z] bool UseSignalChaining = true {product} {default} [2024-06-05T09:29:25.207Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-06-05T09:29:25.207Z] bool UseStringDeduplication = false {product} {default} [2024-06-05T09:29:25.207Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-06-05T09:29:25.207Z] bool UseSuperWord = true {C2 product} {default} [2024-06-05T09:29:25.207Z] bool UseSystemMemoryBarrier = false {product} {default} [2024-06-05T09:29:25.207Z] bool UseTLAB = true {product} {default} [2024-06-05T09:29:25.207Z] bool UseThreadPriorities = true {pd product} {default} [2024-06-05T09:29:25.207Z] bool UseTransparentHugePages = false {product} {default} [2024-06-05T09:29:25.207Z] bool UseTypeProfile = true {product} {default} [2024-06-05T09:29:25.207Z] bool UseTypeSpeculation = true {product} {default} [2024-06-05T09:29:25.207Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-06-05T09:29:25.207Z] bool UseVectorCmov = false {C2 product} {default} [2024-06-05T09:29:25.207Z] bool UseXMMForArrayCopy = true {product} {default} [2024-06-05T09:29:25.207Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-06-05T09:29:25.207Z] bool UseXmmI2D = false {ARCH product} {default} [2024-06-05T09:29:25.207Z] bool UseXmmI2F = false {ARCH product} {default} [2024-06-05T09:29:25.207Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-06-05T09:29:25.207Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-06-05T09:29:25.207Z] bool UseZGC = false {product} {default} [2024-06-05T09:29:25.207Z] int VMThreadPriority = -1 {product} {default} [2024-06-05T09:29:25.207Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-06-05T09:29:25.207Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-06-05T09:29:25.207Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-06-05T09:29:25.207Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-06-05T09:29:25.207Z] bool VerifySharedSpaces = false {JVMCI product} {default} [2024-06-05T09:29:25.207Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-06-05T09:29:25.207Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-06-05T09:29:25.207Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-06-05T09:29:25.207Z] size_t YoungPLABSize = 4096 {product} {default} [2024-06-05T09:29:25.207Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-06-05T09:29:25.207Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-06-05T09:29:25.207Z] double ZCollectionIntervalMajor = -1.000000 {product} {default} [2024-06-05T09:29:25.207Z] double ZCollectionIntervalMinor = -1.000000 {product} {default} [2024-06-05T09:29:25.207Z] bool ZCollectionIntervalOnly = false {product} {default} [2024-06-05T09:29:25.207Z] double ZFragmentationLimit = 0.000000 {product} {default} [2024-06-05T09:29:25.207Z] bool ZGenerational = false {product} {default} [2024-06-05T09:29:25.207Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-06-05T09:29:25.207Z] bool ZProactive = true {product} {default} [2024-06-05T09:29:25.208Z] bool ZUncommit = true {product} {default} [2024-06-05T09:29:25.208Z] uintx ZUncommitDelay = 300 {product} {default} [2024-06-05T09:29:25.208Z] double ZYoungCompactionLimit = 25.000000 {product} {default} [2024-06-05T09:29:25.208Z] bool ZeroTLAB = false {product} {default} [2024-06-05T09:29:25.466Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-05T09:29:25.466Z] Maven home: /opt/tools/apache-maven/latest [2024-06-05T09:29:25.466Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-05T09:29:25.466Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-05T09:29:25.466Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-05T09:29:29.677Z] [INFO] Error stacktraces are turned on. [2024-06-05T09:29:29.677Z] [INFO] Scanning for projects... [2024-06-05T09:29:39.660Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-05T09:29:39.660Z] [INFO] Tycho Mode: extension [2024-06-05T09:29:39.660Z] [INFO] Tycho Builder: maven [2024-06-05T09:29:39.660Z] [INFO] Build Threads: 1 [2024-06-05T09:30:26.308Z] [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-05T09:30:26.308Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:30:26.308Z] [INFO] Reactor Build Order: [2024-06-05T09:30:26.308Z] [INFO] [2024-06-05T09:30:26.308Z] [INFO] eclipse-platform-parent [pom] [2024-06-05T09:30:26.308Z] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [2024-06-05T09:30:26.308Z] [INFO] eclipse jdt [pom] [2024-06-05T09:30:26.308Z] [INFO] parent [pom] [2024-06-05T09:30:26.308Z] [INFO] org.eclipse.osgi [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Supplemental Equinox Functionality [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Common Eclipse Runtime [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] eclipse.platform [pom] [2024-06-05T09:30:26.308Z] [INFO] eclipse.platform.runtime [pom] [2024-06-05T09:30:26.308Z] [INFO] [aggregator] bundles [pom] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Eclipse Jobs Mechanism [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Extension Registry Support [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Eclipse Preferences Mechanism [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Eclipse Content Mechanism [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Equinox Application Container [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Core Runtime [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] eclipse.platform.ui [pom] [2024-06-05T09:30:26.308Z] [INFO] [aggregator] bundles [pom] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Commands [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] eclipse.platform.swt [pom] [2024-06-05T09:30:26.308Z] [INFO] org.eclipse.swt [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] eclipse.platform.swt.binaries [pom] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Standard Widget Toolkit for GTK on x86_64 [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Standard Widget Toolkit for GTK on ppc64le [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Standard Widget Toolkit for GTK on aarch64 [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Standard Widget Toolkit for Windows on x86_64 [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Standard Widget Toolkit for Windows on aarch64 [eclipse-plugin] [2024-06-05T09:30:26.308Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Bidirectional Text Support [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] JFace [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse CSS Core Support [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse CSS SWT Support [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] JFace Data Binding Observables [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Dependency Injection Annotations [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Dependency Injection [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Contexts [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Dependency Injection Extensions [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse UI Dependency Injection [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Expression Language [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Application Services [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse e4 core commands [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Event Admin [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse UI Application Services [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Bindings Support [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse UI Custom widgets [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Model Xpath [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Workbench Model [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] JFace Data Binding Properties [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] JFace Data Binding [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse CSS SWT Theme Support [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse e4 Workbench [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Bundle for Workbench APIs available in e4 [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse URI Scheme Handling [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] JFace Data Binding for SWT and JFace [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse e4 dialogs [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse e4 Workbench SWT [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] eclipse.platform.ua [pom] [2024-06-05T09:30:26.309Z] [INFO] org.eclipse.help [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse e4 Workbench Add-ons [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Workbench [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse UI [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Eclipse Forms [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] eclipse.platform.debug [pom] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Core Variables [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Ant Build Tool Core [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] OSGi service http APIs [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Http Services Servlet [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Jetty Http Service [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] org.eclipse.equinox.security [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] eclipse.platform.team [pom] [2024-06-05T09:30:26.309Z] [INFO] [aggregator] bundles [pom] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Internet Connection Management [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] org.eclipse.help.base [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] org.eclipse.ui.intro [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Help System UI [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] org.eclipse.ui.cheatsheets [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] org eclipse jdt [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] eclipse.platform.resources [pom] [2024-06-05T09:30:26.309Z] [INFO] [aggregator] bundles [pom] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Core File Systems [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Core Resource Management [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Text [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Core Compare Support [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Team Support Core [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] eclipse.jdt.core [pom] [2024-06-05T09:30:26.309Z] [INFO] org.eclipse.jdt.core.compiler.batch [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] org.eclipse.jdt.core [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Java Development Tools Formatter Application [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] eclipse.jdt.ui [pom] [2024-06-05T09:30:26.309Z] [INFO] org.eclipse.jdt.junit.runtime [eclipse-plugin] [2024-06-05T09:30:26.309Z] [INFO] [bundle] Debug Core [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] External Tools Headless Support [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] eclipse.jdt.debug [pom] [2024-06-05T09:30:26.310Z] [INFO] [bundle] JDI Debug Model [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.launching [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Ant Launching Support [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] JFace Text [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Text Editor Framework [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Console [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] rt.equinox.p2 [pom] [2024-06-05T09:30:26.310Z] [INFO] [aggregator] bundles [pom] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Provisioning Core [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Provisioning Metadata [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Provisioning JAR Processor [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Provisioning Repository [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Provisioning Artifact Repository Support [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Provisioning Metadata Repository [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Provisioning Engine [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Views [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] E4 IDE UI [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Common Navigator View [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Eclipse IDE UI [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] File Buffers [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Default Text Editor [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Refactoring Core [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Compare Support [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Search Support Core [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Java Code Manipulation Functionality [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Framework Admin [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Simple Configurator [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Framework Admin for Equinox [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Simple Configurator Manipulator [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Java Development Tools JUnit core support [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Team Support UI [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Refactoring UI [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Debug UI [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Search Support [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Tabbed Properties View [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Navigator Workbench Components [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.ui [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.debug.ui [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Java Development Tools JUnit support [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] External Tools [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Ant UI [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.junit5.runtime [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Install/Update Configurator [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Concurrent API [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] eclipse.platform.common [pom] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.platform.doc.isv [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.doc.isv [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.launching.macosx [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.doc.user [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.launching.ui.macosx [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.junit4.runtime [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Java Annotation Processing Core [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Java Compiler Apt IDE [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Java Annotation Processing UI [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org eclipse jdt feature [eclipse-feature] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Equinox Launcher [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] eclipse.platform.releng [pom] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.test.performance [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] [bundle] Eclipse IDE UI Application [eclipse-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.core.tests.compiler [eclipse-test-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.compiler.tool.tests [eclipse-test-plugin] [2024-06-05T09:30:26.310Z] [INFO] org.eclipse.jdt.core.tests.builder [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.compiler.apt.tests [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.core.tests.model [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.core.tests.performance [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.apt.pluggable.tests [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.apt.tests [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] eclipse.jdt.core.binaries [pom] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.core.tests.binaries [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.debug.tests [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.debug.jdi.tests [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] [aggregator] tests [pom] [2024-06-05T09:30:26.311Z] [INFO] [test-bundle] Text Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] [test-bundle] JFace Text Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.bcoview [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] eclipse.pde [pom] [2024-06-05T09:30:26.311Z] [INFO] eclipse.pde.ui [pom] [2024-06-05T09:30:26.311Z] [INFO] [bundle] PDE JUnit Runtime Support [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [aggregator] tests [pom] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Eclipse Core Tests Harness [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] AST View Plug-in [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Java Element View Plug-in [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.ui.tests [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] [test-bundle] File Buffers Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.text.tests [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.ui.tests.refactoring [eclipse-test-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject [jar] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.ui.examples.projects [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Debug Unit Test support [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.ui.unittest.junit [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature [eclipse-feature] [2024-06-05T09:30:26.311Z] [INFO] [feature] Java AST View [eclipse-feature] [2024-06-05T09:30:26.311Z] [INFO] [feature] Java Element View [eclipse-feature] [2024-06-05T09:30:26.311Z] [INFO] [feature] Bytecode Outline View [eclipse-feature] [2024-06-05T09:30:26.311Z] [INFO] eclipse.pde.apitools [pom] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Director [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Repository Tools [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Garbage Collector [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] eclipse.pde.build [pom] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Plug-in Development Environment Build Support [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] PDE Core [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] API Tools [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] PDE API Tools Annotations [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Log View [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Generic and Extensible Text Editor [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Generic UI components related to BND [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] eclipse.pde.ds [pom] [2024-06-05T09:30:26.311Z] [INFO] [bundle] PDE DS Core [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Operations API [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] PDE Launching Support [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Directory Watcher [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Eclipse e4 Progress View [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Security Default UI [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Provisioning UI Support [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] PDE UI [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] API Tools UI [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] PDE Runtime [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] JSch Core [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Declarative Services Annotations Support [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI [eclipse-plugin] [2024-06-05T09:30:26.311Z] [INFO] eclipse.pde.ua [pom] [2024-06-05T09:30:26.311Z] [INFO] [bundle] PDE UA Core [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] PDE Templates [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.pde.doc.user [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Target definition generic editor extension [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] PDE UA UI [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] PDE DS UI [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.pde [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [aggregator] features [pom] [2024-06-05T09:30:26.312Z] [INFO] [feature] Eclipse Plug-in Development Environment [eclipse-feature] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Eclipse Platform [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.pde.ui.tests [eclipse-test-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.pde.api.tools.tests [eclipse-test-plugin] [2024-06-05T09:30:26.312Z] [INFO] [test-bundle] PDE DS Tests [eclipse-test-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.compare.win32 [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Jasper Jsp Support Bundle [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Jasper Jsp Registry Support Plug-in [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Http Service Registry Extensions [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.help.webapp [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.help.feature [eclipse-feature] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.equinox.security.linux [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Universal Welcome [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.equinox.security.macosx [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Eclipse SDK Themes [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.core.resources.win32.x86_64 [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Quicklinks for the Welcome Framework [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.core.filesystem.win32.x86_64 [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Quick Search [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.core.net.win32 [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.core.filesystem.macosx [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.platform.doc.user [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Internet Connection Management UI [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.core.filesystem.linux.x86_64 [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.core.filesystem.linux.aarch64 [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Browser Support [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] JSch UI [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.core.filesystem.linux.ppc64le [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Diff Extension for Generic Editor [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning Update Checker [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning Console [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning ECF based Transport [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.equinox.security.win32 [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning Native Touchpoint [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [aggregator] features [pom] [2024-06-05T09:30:26.312Z] [INFO] [feature] Equinox p2, headless functionalities [eclipse-feature] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning Platform Update Support [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [feature] Equinox p2, minimal support for RCP applications [eclipse-feature] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning Drop-in [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning Director Application [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [feature] Equinox p2, backward compatibility support [eclipse-feature] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Provisioning Import and Export [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [feature] Equinox p2, Provisioning for IDEs. [eclipse-feature] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Eclipse UI Win32 Enhancements [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.core.net.linux [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] org.eclipse.rcp [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Launcher Win32 Arm64 Fragment [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Eclipse UI WIN32 Enhancements [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Console plug-in [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Notification API [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Eclipse UI GTK Enhancements [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] [2024-06-05T09:30:26.312Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] JFace Data Binding for JavaBeans [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [aggregator] features [pom] [2024-06-05T09:30:26.313Z] [INFO] [feature] Eclipse 4 Rich Client Platform [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.rcp.feature [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Debug UI Launch Configuration View [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] UI Freeze Monitoring [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.platform.feature [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.pde.ua.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.pde.junit.runtime.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Spy Core plug-in [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Bundle Spy [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Event Spy [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] CSS Spy [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] eclipse.pde.e4tools [pom] [2024-06-05T09:30:26.313Z] [INFO] [aggregator] bundles [pom] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Services [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.e4.tools.emf.ui [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Model Spy [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Context Spy [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Preference Spy [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Layout Spy [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.pde.ui.templates.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.pde.genericeditor.extension.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Plug-in Development Unit Test support [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Tools [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Compat [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Persistence Model [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Perspective migrate compatibility Util [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Editor3x [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] e4 JDT code templates [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Harness Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.e4.tools.compatibility.migration.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.e4.tools.persistence.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [aggregator] tests [pom] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Test [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.pde.build.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [feature] Eclipse e4 Tools [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] [feature] Eclipse Persistence [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] [feature] Eclipse Plug-in Development Environment Spies [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Install/Update Configurator Test Plugin [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Ant Core Test Plugin [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Ant UI Test Plugin [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Eclipse Project SDK [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] Core Tools [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [bundle] OSGi Release 4.2.0 Services [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] [aggregator] features [pom] [2024-06-05T09:30:26.313Z] [INFO] [feature] Equinox Core Function [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] [feature] Eclipse Core Runtime Infrastructure [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Content-Types Tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Expression Language Tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Eclipse Core Tests Runtime [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.e4.core.javax.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.e4.core.tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] eclipse.platform.team.tests [pom] [2024-06-05T09:30:26.313Z] [INFO] eclipse.platform.resources.tests [pom] [2024-06-05T09:30:26.313Z] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments [eclipse-feature] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.core.tests.resources [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] [test-bundle] Compare Tests [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.core.tests.net [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.jsch.tests [eclipse-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.team.tests.core [eclipse-test-plugin] [2024-06-05T09:30:26.313Z] [INFO] org.eclipse.compare.examples [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.compare.examples.xml [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.team.examples.filesystem [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.core.filesystem.linux.loongarch64 [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Core Resource Management Spy Support Fragment [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.core.tools.resources [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] eclipse.platform.resources.examples [pom] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Efs Examples Plug-in [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Save Participant 3 [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Save Participant 1 [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Save Participant 2 [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Eclipse Core Tests Save Participant [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Example Debug Core Plug-in [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Sample Memory View Plugin [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Mixed-mode Launching Example [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Example Debug UI Plug-in [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Debug Test Plugin [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [feature] Jetty Http Server Feature [eclipse-feature] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.ua.tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.ua.tests.doc [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.ui.intro.quicklinks.examples [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.ui.intro.solstice.examples [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Tip of the Day core plugin [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Tip of the Day UI [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Tip of the Day Json Provider [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] IDE Enablement for Tip of the Day [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] org.eclipse.tips.feature [eclipse-feature] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Tip of the Day Tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] infocenter-parent [pom] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Servletbridge [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [bundle] Servletbridge Http Service [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] infocenter-product [eclipse-repository] [2024-06-05T09:30:26.314Z] [INFO] infocenter-app [war] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Eclipse e4 core commands tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] XPathTest Model [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] UI Bindings Tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] TestModel Model [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] e4 css core tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] e4 css swt tests (Incubation) [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Jface tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] eclipse.platform.ui.examples [pom] [2024-06-05T09:30:26.314Z] [INFO] [bundle] JFace Data Binding Examples [eclipse-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] JFace Data Binding Tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Jface notifications tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Refactoring Core Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Refactoring UI Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Search Support Tests Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Editors Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Workbench Text Editor Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Generic Editor Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Eclipse UI IDE Application Tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] UI Freeze Monitoring Tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Eclipse UI Tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Plugin.name [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Forms Test [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Common Navigator Tests [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Performance Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Pluginchecks [eclipse-test-plugin] [2024-06-05T09:30:26.314Z] [INFO] [test-bundle] Eclipse RCP Tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Tabbed Properties View Tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] CSS bridge demo [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] e4 Progress Examples Plug-in [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] JFace Snippets Plug-in [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] CodeMinig Examples [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Services Snippets (Incubation) [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Command Contribution Examples [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Field Assist Example [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] JFace Text Example [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Progress Examples Plug-in [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] pluginName [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Multi-Page Editor Example [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Common Navigator Examples [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Example for a Perspective [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] User File Editor [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Readme File Editing Tool [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Undo Example [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Example for Eclipse URI Scheme Handling [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Tabbed Properties View Article Example [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Examples of Eclipse Forms [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Examples for Generic Editor [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] org.eclipse.platform.doc.tips [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] SWT Tools Base [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] SWT Tools Spy [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] SWT Tools [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [aggregator] bundles [pom] [2024-06-05T09:30:26.315Z] [INFO] org.eclipse.swt.fragments.localbuild [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] SWT Standalone Examples Plugin [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] SWT Browser Demos Plugin [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] SWT Launcher Example Plugin [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] org.eclipse.swt.examples.ole.win32 [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] SWT Views Example Plugin [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] org.eclipse.swt.tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [feature] SWT Tools [eclipse-feature] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Coordinator [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Meta Type [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] User Admin Service [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Configuration Admin [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Device Access Service [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [feature] Equinox Compendium SDK [eclipse-feature] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Aspect Weaving Hooks Plug-in [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Standard Caching Service for Equinox Aspects [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Transformer Hook Framework Extension [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] XSLT Transform Provider [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] J9 CachingService Plug-in [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Console ssh support plug-in [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Log Stream Provider [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] SSHD Fragment [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Region Digraph [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] [feature] Equinox Core SDK [eclipse-feature] [2024-06-05T09:30:26.315Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [2024-06-05T09:30:26.315Z] [INFO] org.eclipse.equinox.executable [eclipse-feature] [2024-06-05T09:30:26.315Z] [INFO] [feature] Core Server Feature [eclipse-feature] [2024-06-05T09:30:26.315Z] [INFO] [feature] Equinox Target Components [eclipse-feature] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] BiDi tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Test Plug-in [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Common Eclipse Runtime Tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Declarative Services Tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Preferences Tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Equinox security tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Ssh Tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Console tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] [test-bundle] Tests [eclipse-test-plugin] [2024-06-05T09:30:26.315Z] [INFO] org.eclipse.osgi.tests [eclipse-test-plugin] [2024-06-05T09:30:26.316Z] [INFO] [test-bundle] Test Plug-in for Framework Admin [eclipse-test-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Equinox Provisioning Discovery [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Equinox Provisioning Discovery [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Equinox Provisioning Installer [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Equinox Provisioning Discovery UI [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [feature] Equinox p2, Discovery UI support [eclipse-feature] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Test Install Verifier [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.equinox.p2.tests [eclipse-test-plugin] [2024-06-05T09:30:26.316Z] [INFO] [test-bundle] Equinox Provisioning Discovery Tests [eclipse-test-plugin] [2024-06-05T09:30:26.316Z] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) [eclipse-test-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] p2 Admin UI [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [feature] p2 Server Feature [eclipse-feature] [2024-06-05T09:30:26.316Z] [INFO] [feature] Equinox p2, SDK [eclipse-feature] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.equinox.p2.examples [pom] [2024-06-05T09:30:26.316Z] [INFO] [bundle] RCP Mail (Cloud Update Example) [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Prestartupdate [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Sdkbundlevisibility [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] Sdknoautoupdates [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] [bundle] RCP Mail (SDK UI) [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.ant.optional.junit [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.releng.tests [eclipse-test-plugin] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.sdk.examples [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.sdk.tests [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.test [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.test.performance.win32 [eclipse-plugin] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.sdk.feature [eclipse-feature] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.sdk.examples.feature [eclipse-feature] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.test.feature [eclipse-feature] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.sdk.tests.feature [eclipse-feature] [2024-06-05T09:30:26.316Z] [INFO] eclipse.platform.releng.tychoeclipsebuilder [pom] [2024-06-05T09:30:26.316Z] [INFO] [feature] Eclipse Product Configuration [eclipse-feature] [2024-06-05T09:30:26.316Z] [INFO] org.eclipse.rt.osgistarterkit.product [eclipse-repository] [2024-06-05T09:30:26.316Z] [INFO] equinox-sdk [eclipse-repository] [2024-06-05T09:30:26.316Z] [INFO] eclipse-junit-tests [eclipse-repository] [2024-06-05T09:30:26.316Z] [INFO] eclipse.platform.repository [eclipse-repository] [2024-06-05T09:30:26.316Z] [INFO] platform-aggregator [pom] [2024-06-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.316Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2024-06-05T09:30:26.316Z] [INFO] Building eclipse-platform-parent 4.33.0-SNAPSHOT [1/523] [2024-06-05T09:30:26.316Z] [INFO] from eclipse-platform-parent/pom.xml [2024-06-05T09:30:26.316Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.316Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent --- [2024-06-05T09:30:26.316Z] [INFO] Deleting /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse-platform-parent/target [2024-06-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.316Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent --- [2024-06-05T09:30:26.316Z] [INFO] Copying 1 resource from saveproperties to target [2024-06-05T09:30:26.316Z] [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-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.316Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent --- [2024-06-05T09:30:26.316Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-06-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.316Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent --- [2024-06-05T09:30:26.316Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse-platform-parent/src/main/resources [2024-06-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.316Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-platform-parent --- [2024-06-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.316Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-platform-parent --- [2024-06-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.316Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2024-06-05T09:30:26.316Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-platform-parent --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse-platform-parent --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2024-06-05T09:30:26.317Z] [INFO] Building eclipse-sdk-prereqs 4.33.0-SNAPSHOT [2/523] [2024-06-05T09:30:26.317Z] [INFO] from eclipse.platform.releng.prereqs.sdk/pom.xml [2024-06-05T09:30:26.317Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/saveproperties [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.releng.prereqs.sdk/src/main/resources [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-packaging:4.0.8:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] ----------------------< eclipse.jdt:eclipse.jdt >----------------------- [2024-06-05T09:30:26.317Z] [INFO] Building eclipse jdt 4.33.0-SNAPSHOT [3/523] [2024-06-05T09:30:26.317Z] [INFO] from eclipse.jdt/pom.xml [2024-06-05T09:30:26.317Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/saveproperties [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.jdt/src/main/resources [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.jdt --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] ---------------------< org.eclipse.equinox:parent >--------------------- [2024-06-05T09:30:26.317Z] [INFO] Building parent 4.33.0-SNAPSHOT [4/523] [2024-06-05T09:30:26.317Z] [INFO] from equinox/pom.xml [2024-06-05T09:30:26.317Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- clean:3.3.2:clean (default-clean) @ parent --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ parent --- [2024-06-05T09:30:26.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/saveproperties [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ parent --- [2024-06-05T09:30:26.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/src/main/resources [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ parent --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ parent --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ parent --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ parent --- [2024-06-05T09:30:26.317Z] [INFO] [2024-06-05T09:30:26.317Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent --- [2024-06-05T09:30:26.318Z] [INFO] [2024-06-05T09:30:26.318Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ parent --- [2024-06-05T09:30:26.318Z] [INFO] [2024-06-05T09:30:26.318Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ parent --- [2024-06-05T09:30:26.318Z] [INFO] [2024-06-05T09:30:26.318Z] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [2024-06-05T09:30:26.318Z] [INFO] Building org.eclipse.osgi 3.20.0-SNAPSHOT [5/523] [2024-06-05T09:30:26.318Z] [INFO] from equinox/bundles/org.eclipse.osgi/pom.xml [2024-06-05T09:30:26.318Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:30:26.318Z] [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@57d5c04 [2024-06-05T09:30:26.318Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-05T09:30:26.318Z] [INFO] Cache location: /home/jenkins/agent/workspace/latform.releng.aggregator_master/.m2/repository/.cache/tycho [2024-06-05T09:30:26.318Z] [INFO] Transport mode: online [2024-06-05T09:30:26.318Z] [INFO] Http Transport type: Java11Client [2024-06-05T09:30:26.318Z] [INFO] Update mode: forced [2024-06-05T09:30:26.318Z] [INFO] Minimum cache duration: 60 minutes [2024-06-05T09:30:26.318Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-05T09:30:28.266Z] [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-05T09:30:32.437Z] [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-05T09:30:33.365Z] [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-05T09:30:34.292Z] [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-05T09:30:34.549Z] [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-05T09:30:34.807Z] [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-05T09:30:35.736Z] [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-05T09:30:35.736Z] [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-05T09:30:35.992Z] [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-05T09:30:36.554Z] [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-05T09:30:37.128Z] [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-05T09:30:47.112Z] [INFO] [2024-06-05T09:30:47.112Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi --- [2024-06-05T09:30:47.112Z] [INFO] [2024-06-05T09:30:47.112Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [2024-06-05T09:30:47.112Z] [INFO] The project's OSGi version is 3.20.0.v20240509-1421 [2024-06-05T09:30:47.112Z] [INFO] [2024-06-05T09:30:47.112Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.osgi --- [2024-06-05T09:30:47.112Z] [INFO] [2024-06-05T09:30:47.112Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.osgi --- [2024-06-05T09:30:47.112Z] [INFO] [2024-06-05T09:30:47.112Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi --- [2024-06-05T09:30:47.112Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/saveproperties [2024-06-05T09:30:47.112Z] [INFO] [2024-06-05T09:30:47.112Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi --- [2024-06-05T09:30:47.112Z] [INFO] [2024-06-05T09:30:47.113Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.osgi --- [2024-06-05T09:30:47.113Z] [INFO] [2024-06-05T09:30:47.113Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.osgi --- [2024-06-05T09:30:47.113Z] [INFO] Resolving class path of org.eclipse.osgi [2024-06-05T09:30:47.113Z] [INFO] [2024-06-05T09:30:47.113Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi --- [2024-06-05T09:30:47.113Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/src/main/resources [2024-06-05T09:30:47.113Z] [INFO] [2024-06-05T09:30:47.113Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi --- [2024-06-05T09:30:47.113Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/src/main/resources [2024-06-05T09:30:47.113Z] [INFO] [2024-06-05T09:30:47.113Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.osgi --- [2024-06-05T09:30:47.113Z] [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-05T09:30:57.134Z] [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-05T09:30:57.134Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-05T09:30:57.134Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:30:57.134Z] The type PackageAdmin is deprecated [2024-06-05T09:30:57.134Z] [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-05T09:30:57.134Z] import org.osgi.service.startlevel.StartLevel; [2024-06-05T09:30:57.134Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:30:57.134Z] The type StartLevel is deprecated [2024-06-05T09:30:57.134Z] [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-05T09:30:57.134Z] if (HostNamespace.EXTENSION_BOOTCLASSPATH [2024-06-05T09:30:57.134Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:30:57.134Z] The field HostNamespace.EXTENSION_BOOTCLASSPATH is deprecated [2024-06-05T09:30:57.134Z] 3 problems (3 warnings) [2024-06-05T09:30:57.134Z] [INFO] [2024-06-05T09:30:57.134Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.osgi --- [2024-06-05T09:30:57.134Z] [INFO] [2024-06-05T09:30:57.134Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.osgi --- [2024-06-05T09:30:57.134Z] [INFO] [2024-06-05T09:30:57.134Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.osgi --- [2024-06-05T09:31:02.417Z] [INFO] [2024-06-05T09:31:02.418Z] [INFO] --- bnd:7.0.0:bnd-process (bnd-process) @ org.eclipse.osgi --- [2024-06-05T09:31:06.583Z] [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-05T09:31:06.583Z] [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-05T09:31:06.584Z] [INFO] [2024-06-05T09:31:06.584Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi --- [2024-06-05T09:31:06.584Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/src/test/resources [2024-06-05T09:31:06.584Z] [INFO] [2024-06-05T09:31:06.584Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.osgi --- [2024-06-05T09:31:06.584Z] [INFO] Resolving JUnit 4 classpath container [2024-06-05T09:31:06.584Z] [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-05T09:31:06.584Z] [INFO] [2024-06-05T09:31:06.584Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.osgi --- [2024-06-05T09:31:09.128Z] [INFO] Tests are skipped. [2024-06-05T09:31:09.128Z] [INFO] [2024-06-05T09:31:09.128Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi --- [2024-06-05T09:31:09.128Z] [INFO] [2024-06-05T09:31:09.128Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.osgi --- [2024-06-05T09:31:09.128Z] [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-05T09:31:09.384Z] [INFO] [2024-06-05T09:31:09.384Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [2024-06-05T09:31:09.640Z] [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-05T09:31:10.231Z] [INFO] [2024-06-05T09:31:10.231Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [2024-06-05T09:31:10.486Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.33-I-builds [2024-06-05T09:31:11.048Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.33-I-builds [2024-06-05T09:31:12.001Z] [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-05T09:31:12.001Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:31:12.001Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:31:12.001Z] [2024-06-05T09:31:12.001Z] [INFO] [2024-06-05T09:31:12.001Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.osgi --- [2024-06-05T09:31:12.001Z] [INFO] [2024-06-05T09:31:12.001Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi --- [2024-06-05T09:31:12.563Z] [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-05T09:31:12.563Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:31:12.563Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:31:12.563Z] [2024-06-05T09:31:12.563Z] [INFO] [2024-06-05T09:31:12.563Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi --- [2024-06-05T09:31:12.563Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240601-0610 [2024-06-05T09:31:13.930Z] [INFO] [2024-06-05T09:31:13.930Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi --- [2024-06-05T09:31:14.858Z] [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-05T09:31:14.859Z] [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-05T09:31:32.923Z] [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-05T09:31:32.923Z] [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-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.osgi --- [2024-06-05T09:31:45.094Z] [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-05T09:31:45.094Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:31:45.094Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:31:45.094Z] [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.supplement >--------- [2024-06-05T09:31:45.094Z] [INFO] Building [bundle] Supplemental Equinox Functionality 1.10.900-SNAPSHOT [6/523] [2024-06-05T09:31:45.094Z] [INFO] from equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [2024-06-05T09:31:45.094Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] The project's OSGi version is 1.10.900.v20240430-0735 [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/saveproperties [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] Resolving class path of [bundle] Supplemental Equinox Functionality [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.094Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/src/main/resources [2024-06-05T09:31:45.094Z] [INFO] [2024-06-05T09:31:45.094Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.095Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/src/main/resources [2024-06-05T09:31:45.095Z] [INFO] [2024-06-05T09:31:45.095Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.095Z] [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-05T09:31:45.095Z] [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-05T09:31:45.095Z] public synchronized int available() throws IOException { [2024-06-05T09:31:45.095Z] ^^^^^^^^^^^ [2024-06-05T09:31:45.095Z] The declared exception IOException is not actually thrown by the method available() from type ReliableFileInputStream [2024-06-05T09:31:45.095Z] [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-05T09:31:45.095Z] public boolean lock() throws IOException { [2024-06-05T09:31:45.095Z] ^^^^^^^^^^^ [2024-06-05T09:31:45.095Z] The declared exception IOException is not actually thrown by the method lock() from type Locker.MockLocker [2024-06-05T09:31:45.095Z] 2 problems (2 warnings) [2024-06-05T09:31:45.095Z] [INFO] [2024-06-05T09:31:45.095Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.095Z] [INFO] [2024-06-05T09:31:45.095Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.095Z] [INFO] [2024-06-05T09:31:45.095Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.425Z] [INFO] [2024-06-05T09:31:45.425Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.425Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.osgi/supplement/src/test/resources [2024-06-05T09:31:45.425Z] [INFO] [2024-06-05T09:31:45.425Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.425Z] [INFO] [2024-06-05T09:31:45.425Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.425Z] [INFO] [2024-06-05T09:31:45.425Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.682Z] [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-05T09:31:45.682Z] [INFO] [2024-06-05T09:31:45.682Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.682Z] [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-05T09:31:45.682Z] [INFO] [2024-06-05T09:31:45.682Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.938Z] [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-05T09:31:45.938Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:31:45.938Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:31:45.938Z] [2024-06-05T09:31:45.938Z] [INFO] [2024-06-05T09:31:45.938Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.938Z] [INFO] [2024-06-05T09:31:45.938Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:45.938Z] [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-05T09:31:45.938Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:31:45.938Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:31:45.938Z] [2024-06-05T09:31:45.938Z] [INFO] [2024-06-05T09:31:45.938Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:46.194Z] [INFO] [2024-06-05T09:31:46.194Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.supplement --- [2024-06-05T09:31:46.194Z] [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-05T09:31:46.194Z] [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-05T09:31:56.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-sources.jar' is already signed and will be resigned. [2024-06-05T09:31:56.142Z] [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-05T09:32:06.086Z] [INFO] [2024-06-05T09:32:06.086Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.supplement --- [2024-06-05T09:32:06.086Z] [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-05T09:32:06.086Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:32:06.086Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:32:06.086Z] [2024-06-05T09:32:06.086Z] [INFO] [2024-06-05T09:32:06.086Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >----------- [2024-06-05T09:32:06.086Z] [INFO] Building [bundle] Common Eclipse Runtime 3.19.100-SNAPSHOT [7/523] [2024-06-05T09:32:06.086Z] [INFO] from equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF [2024-06-05T09:32:06.086Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:32:06.086Z] [INFO] [2024-06-05T09:32:06.086Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.086Z] [INFO] [2024-06-05T09:32:06.086Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.086Z] [INFO] The project's OSGi version is 3.19.100.v20240524-2011 [2024-06-05T09:32:06.086Z] [INFO] [2024-06-05T09:32:06.086Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.086Z] [INFO] [2024-06-05T09:32:06.086Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.087Z] [INFO] [2024-06-05T09:32:06.087Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.087Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/saveproperties [2024-06-05T09:32:06.087Z] [INFO] [2024-06-05T09:32:06.087Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.087Z] [INFO] [2024-06-05T09:32:06.087Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.087Z] [INFO] [2024-06-05T09:32:06.087Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.087Z] [INFO] Resolving class path of [bundle] Common Eclipse Runtime [2024-06-05T09:32:06.087Z] [INFO] [2024-06-05T09:32:06.087Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.087Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/main/resources [2024-06-05T09:32:06.087Z] [INFO] [2024-06-05T09:32:06.087Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.087Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/main/resources [2024-06-05T09:32:06.087Z] [INFO] [2024-06-05T09:32:06.087Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.087Z] [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-05T09:32:06.344Z] [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-05T09:32:06.344Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-05T09:32:06.344Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.344Z] The type PackageAdmin is deprecated [2024-06-05T09:32:06.344Z] [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-05T09:32:06.344Z] ServiceReference packageAdminRef = context.getServiceReference(PackageAdmin.class); [2024-06-05T09:32:06.344Z] ^^^^^^^^^^^^ [2024-06-05T09:32:06.344Z] The type PackageAdmin is deprecated [2024-06-05T09:32:06.344Z] [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-05T09:32:06.344Z] ServiceReference packageAdminRef = context.getServiceReference(PackageAdmin.class); [2024-06-05T09:32:06.344Z] ^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The type PackageAdmin is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] PackageAdmin packageAdmin = context.getService(packageAdminRef); [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The type PackageAdmin is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] PackageAdmin admin = getBundleAdmin(); [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The type PackageAdmin is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] Bundle[] bundles = admin.getBundles(symbolicName, null); [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] private PackageAdmin getBundleAdmin() { [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The type PackageAdmin is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] PackageAdmin admin = getBundleAdmin(); [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The type PackageAdmin is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] return admin.getFragments(host); [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] return path.toFile().toURL(); [2024-06-05T09:32:06.345Z] ^^^^^^^ [2024-06-05T09:32:06.345Z] The method toURL() from the type File is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] public abstract class ProgressMonitorWrapper implements IProgressMonitor, IProgressMonitorWithBlocking { [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The type IProgressMonitorWithBlocking is deprecated [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] import java.security.AccessController; [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] if (System.getSecurityManager() != null) { [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] return AccessController.doPrivileged((PrivilegedAction) () -> bundle.getBundleContext()); [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.345Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:32:06.345Z] [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-05T09:32:06.345Z] return AccessController.doPrivileged((PrivilegedAction) () -> bundle.getBundleContext()); [2024-06-05T09:32:06.345Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.346Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-05T09:32:06.346Z] [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-05T09:32:06.346Z] public final class SubMonitor implements IProgressMonitorWithBlocking { [2024-06-05T09:32:06.346Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:32:06.346Z] The type IProgressMonitorWithBlocking is deprecated [2024-06-05T09:32:06.346Z] 16 problems (16 warnings) [2024-06-05T09:32:06.346Z] [INFO] [2024-06-05T09:32:06.346Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.346Z] [INFO] [2024-06-05T09:32:06.346Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.346Z] [INFO] [2024-06-05T09:32:06.346Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.602Z] [INFO] [2024-06-05T09:32:06.602Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.602Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.common/src/test/resources [2024-06-05T09:32:06.602Z] [INFO] [2024-06-05T09:32:06.602Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.602Z] [INFO] [2024-06-05T09:32:06.602Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.602Z] [INFO] [2024-06-05T09:32:06.602Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.858Z] [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-05T09:32:06.858Z] [INFO] [2024-06-05T09:32:06.858Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.858Z] [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-05T09:32:06.858Z] [INFO] [2024-06-05T09:32:06.858Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.858Z] [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-05T09:32:06.858Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:32:06.859Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:32:06.859Z] [2024-06-05T09:32:06.859Z] [INFO] [2024-06-05T09:32:06.859Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.common --- [2024-06-05T09:32:06.859Z] [INFO] [2024-06-05T09:32:06.859Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common --- [2024-06-05T09:32:07.129Z] [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-05T09:32:07.129Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:32:07.129Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:32:07.129Z] [2024-06-05T09:32:07.129Z] [INFO] [2024-06-05T09:32:07.129Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common --- [2024-06-05T09:32:07.129Z] [INFO] [2024-06-05T09:32:07.129Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.common --- [2024-06-05T09:32:07.386Z] [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-05T09:32:07.386Z] [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-05T09:32:15.487Z] [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-05T09:32:15.487Z] [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-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.common --- [2024-06-05T09:32:27.662Z] [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-05T09:32:27.662Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:32:27.662Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:32:27.662Z] [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] ---------------< org.eclipse.platform:eclipse.platform >---------------- [2024-06-05T09:32:27.662Z] [INFO] Building eclipse.platform 4.33.0-SNAPSHOT [8/523] [2024-06-05T09:32:27.662Z] [INFO] from eclipse.platform/pom.xml [2024-06-05T09:32:27.662Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/saveproperties [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/src/main/resources [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] -----------< org.eclipse.platform:eclipse.platform.runtime >------------ [2024-06-05T09:32:27.662Z] [INFO] Building eclipse.platform.runtime 4.33.0-SNAPSHOT [9/523] [2024-06-05T09:32:27.662Z] [INFO] from eclipse.platform/runtime/pom.xml [2024-06-05T09:32:27.662Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.662Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/saveproperties [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.662Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.662Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.663Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/src/main/resources [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.runtime --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] ----------------< org.eclipse.platform:runtime-bundles >---------------- [2024-06-05T09:32:27.663Z] [INFO] Building [aggregator] bundles 4.33.0-SNAPSHOT [10/523] [2024-06-05T09:32:27.663Z] [INFO] from eclipse.platform/runtime/bundles/.polyglot.pom.tycho [2024-06-05T09:32:27.663Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- clean:3.3.2:clean (default-clean) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/saveproperties [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/src/main/resources [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ runtime-bundles --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] -------------< org.eclipse.platform:org.eclipse.core.jobs >------------- [2024-06-05T09:32:27.663Z] [INFO] Building [bundle] Eclipse Jobs Mechanism 3.15.300-SNAPSHOT [11/523] [2024-06-05T09:32:27.663Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF [2024-06-05T09:32:27.663Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [INFO] The project's OSGi version is 3.15.300.v20240418-0734 [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/saveproperties [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [INFO] Resolving class path of [bundle] Eclipse Jobs Mechanism [2024-06-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [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-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.663Z] [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-05T09:32:27.663Z] [INFO] [2024-06-05T09:32:27.663Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [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-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [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-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [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-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [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-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [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-05T09:32:27.664Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:32:27.664Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:32:27.664Z] [2024-06-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.664Z] [INFO] [2024-06-05T09:32:27.664Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.jobs --- [2024-06-05T09:32:27.927Z] [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-05T09:32:27.927Z] [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-05T09:32:54.439Z] [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-05T09:32:54.439Z] [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-05T09:33:04.405Z] [INFO] [2024-06-05T09:33:04.405Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.jobs --- [2024-06-05T09:33:04.406Z] [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-05T09:33:04.406Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:33:04.406Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:33:04.406Z] [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >---------- [2024-06-05T09:33:04.406Z] [INFO] Building [bundle] Extension Registry Support 3.12.100-SNAPSHOT [12/523] [2024-06-05T09:33:04.406Z] [INFO] from equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF [2024-06-05T09:33:04.406Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] The project's OSGi version is 3.12.100.v20240524-2011 [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/saveproperties [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] Resolving class path of [bundle] Extension Registry Support [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/main/resources [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/main/resources [2024-06-05T09:33:04.406Z] [INFO] [2024-06-05T09:33:04.406Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.406Z] [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-05T09:33:04.406Z] [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-05T09:33:04.406Z] public String getNamespace() { [2024-06-05T09:33:04.406Z] ^^^^^^^^^^^^^^ [2024-06-05T09:33:04.406Z] The method BaseExtensionHandle.getNamespace() overrides a deprecated method from IExtension [2024-06-05T09:33:04.406Z] [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-05T09:33:04.406Z] public String getNamespace() { [2024-06-05T09:33:04.406Z] ^^^^^^^^^^^^^^ [2024-06-05T09:33:04.406Z] The method BaseExtensionPointHandle.getNamespace() overrides a deprecated method from IExtensionPoint [2024-06-05T09:33:04.406Z] [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-05T09:33:04.406Z] public String getAttributeAsIs(String name) { [2024-06-05T09:33:04.406Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:04.406Z] The method ConfigurationElementHandle.getAttributeAsIs(String) overrides a deprecated method from IConfigurationElement [2024-06-05T09:33:04.406Z] [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-05T09:33:04.406Z] public String getValueAsIs() { [2024-06-05T09:33:04.406Z] ^^^^^^^^^^^^^^ [2024-06-05T09:33:04.406Z] The method ConfigurationElementHandle.getValueAsIs() overrides a deprecated method from IConfigurationElement [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] public String getNamespace() { [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The method ConfigurationElementHandle.getNamespace() overrides a deprecated method from IConfigurationElement [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] strategy.onStart(this); // preserve for backward compatibility; might be removed later [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The method onStart(IExtensionRegistry) from the type RegistryStrategy is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] bundleTracker = new ServiceTracker<>(context, PackageAdmin.class.getName(), null); [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] public PackageAdmin getPackageAdmin() { [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] return (PackageAdmin) bundleTracker.getService(); [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] PackageAdmin packageAdmin = getPackageAdmin(); [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] Bundle[] bundles = packageAdmin.getBundles(bundleName, null); [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] PackageAdmin packageAdmin = getPackageAdmin(); [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] return packageAdmin.getFragments(bundle); [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] PackageAdmin packageAdmin = getPackageAdmin(); [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The method getBundleType(Bundle) from the type PackageAdmin is deprecated [2024-06-05T09:33:04.407Z] [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-05T09:33:04.407Z] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; [2024-06-05T09:33:04.407Z] ^^^^^^^^^^^^ [2024-06-05T09:33:04.407Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.408Z] [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-05T09:33:04.408Z] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; [2024-06-05T09:33:04.408Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:04.408Z] The field PackageAdmin.BUNDLE_TYPE_FRAGMENT is deprecated [2024-06-05T09:33:04.408Z] [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-05T09:33:04.408Z] PackageAdmin packageAdmin = getPackageAdmin(); [2024-06-05T09:33:04.408Z] ^^^^^^^^^^^^ [2024-06-05T09:33:04.408Z] The type PackageAdmin is deprecated [2024-06-05T09:33:04.408Z] [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-05T09:33:04.408Z] return packageAdmin.getHosts(bundle); [2024-06-05T09:33:04.408Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:33:04.408Z] The method getHosts(Bundle) from the type PackageAdmin is deprecated [2024-06-05T09:33:04.408Z] 20 problems (20 warnings) [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.registry/src/test/resources [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [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-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [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-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [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-05T09:33:04.408Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:33:04.408Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:33:04.408Z] [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.408Z] [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-05T09:33:04.408Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:33:04.408Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:33:04.408Z] [2024-06-05T09:33:04.408Z] [INFO] [2024-06-05T09:33:04.408Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.666Z] [INFO] [2024-06-05T09:33:04.666Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:04.666Z] [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-05T09:33:04.666Z] [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-05T09:33:19.520Z] [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-05T09:33:19.521Z] [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-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.registry --- [2024-06-05T09:33:34.371Z] [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-05T09:33:34.371Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:33:34.371Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:33:34.371Z] [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >--------- [2024-06-05T09:33:34.371Z] [INFO] Building [bundle] Eclipse Preferences Mechanism 3.11.100-SNAPSHOT [13/523] [2024-06-05T09:33:34.371Z] [INFO] from equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [2024-06-05T09:33:34.371Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] The project's OSGi version is 3.11.100.v20240327-0645 [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/saveproperties [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] Resolving class path of [bundle] Eclipse Preferences Mechanism [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/main/resources [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/main/resources [2024-06-05T09:33:34.371Z] [INFO] [2024-06-05T09:33:34.371Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.371Z] [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-05T09:33:34.933Z] [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-05T09:33:34.933Z] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; [2024-06-05T09:33:34.933Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.933Z] The type ILegacyPreferences is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] ILegacyPreferences initService = PreferencesOSGiUtils.getDefault().getLegacyPreferences(); [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type ILegacyPreferences is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] plugin = initService.init(plugin, name); [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The method init(Object, String) from the type ILegacyPreferences is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type ILegacyPreferences is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type PackageAdmin is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] private ServiceTracker initTracker; [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type ILegacyPreferences is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] private ServiceTracker bundleTracker; [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type PackageAdmin is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] initTracker = new ServiceTracker<>(context, ILegacyPreferences.class, null); [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type ILegacyPreferences is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] bundleTracker = new ServiceTracker<>(context, PackageAdmin.class, null); [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type PackageAdmin is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] public ILegacyPreferences getLegacyPreferences() { [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type ILegacyPreferences is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] PackageAdmin packageAdmin = bundleTracker.getService(); [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The type PackageAdmin is deprecated [2024-06-05T09:33:34.934Z] [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-05T09:33:34.934Z] Bundle[] bundles = packageAdmin.getBundles(bundleName, null); [2024-06-05T09:33:34.934Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:33:34.934Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-05T09:33:34.934Z] 12 problems (12 warnings) [2024-06-05T09:33:34.934Z] [INFO] [2024-06-05T09:33:34.934Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.934Z] [INFO] [2024-06-05T09:33:34.934Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.934Z] [INFO] [2024-06-05T09:33:34.934Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.934Z] [INFO] [2024-06-05T09:33:34.934Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.935Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.preferences/src/test/resources [2024-06-05T09:33:34.935Z] [INFO] [2024-06-05T09:33:34.935Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.935Z] [INFO] [2024-06-05T09:33:34.935Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.935Z] [INFO] [2024-06-05T09:33:34.935Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:34.935Z] [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-05T09:33:35.226Z] [INFO] [2024-06-05T09:33:35.226Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:35.226Z] [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-05T09:33:35.226Z] [INFO] [2024-06-05T09:33:35.226Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:35.482Z] [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-05T09:33:35.482Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:33:35.482Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:33:35.482Z] [2024-06-05T09:33:35.482Z] [INFO] [2024-06-05T09:33:35.482Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:35.482Z] [INFO] [2024-06-05T09:33:35.482Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:35.482Z] [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-05T09:33:35.482Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:33:35.482Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:33:35.482Z] [2024-06-05T09:33:35.482Z] [INFO] [2024-06-05T09:33:35.483Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:35.738Z] [INFO] [2024-06-05T09:33:35.738Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.preferences --- [2024-06-05T09:33:35.738Z] [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-05T09:33:35.738Z] [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-05T09:33:47.928Z] [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-05T09:33:47.928Z] [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-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.preferences --- [2024-06-05T09:34:00.129Z] [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-05T09:34:00.129Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:34:00.129Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:34:00.129Z] [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.contenttype >---------- [2024-06-05T09:34:00.129Z] [INFO] Building [bundle] Eclipse Content Mechanism 3.9.400-SNAPSHOT [14/523] [2024-06-05T09:34:00.129Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF [2024-06-05T09:34:00.129Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] The project's OSGi version is 3.9.400.v20240507-1301 [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/saveproperties [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] Resolving class path of [bundle] Eclipse Content Mechanism [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [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-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [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-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [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-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.129Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.129Z] [INFO] [2024-06-05T09:34:00.130Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.130Z] [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-05T09:34:00.130Z] [INFO] [2024-06-05T09:34:00.130Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.130Z] [INFO] [2024-06-05T09:34:00.130Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.130Z] [INFO] [2024-06-05T09:34:00.130Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.386Z] [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-05T09:34:00.386Z] [INFO] [2024-06-05T09:34:00.386Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.386Z] [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-05T09:34:00.386Z] [INFO] [2024-06-05T09:34:00.386Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.387Z] [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-05T09:34:00.387Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:34:00.387Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:34:00.387Z] [2024-06-05T09:34:00.387Z] [INFO] [2024-06-05T09:34:00.387Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.643Z] [INFO] [2024-06-05T09:34:00.643Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:00.643Z] [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-05T09:34:00.643Z] [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-05T09:34:10.598Z] [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-05T09:34:10.598Z] [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-05T09:34:22.773Z] [INFO] [2024-06-05T09:34:22.773Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.contenttype --- [2024-06-05T09:34:22.773Z] [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-05T09:34:22.773Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:34:22.773Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:34:22.773Z] [2024-06-05T09:34:22.773Z] [INFO] [2024-06-05T09:34:22.773Z] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >------------- [2024-06-05T09:34:22.773Z] [INFO] Building [bundle] Equinox Application Container 1.7.100-SNAPSHOT [15/523] [2024-06-05T09:34:22.774Z] [INFO] from equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF [2024-06-05T09:34:22.774Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.app --- [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app --- [2024-06-05T09:34:22.774Z] [INFO] The project's OSGi version is 1.7.100.v20240321-1445 [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.equinox.app --- [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.equinox.app --- [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.app --- [2024-06-05T09:34:22.774Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/saveproperties [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.app --- [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.equinox.app --- [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.app --- [2024-06-05T09:34:22.774Z] [INFO] Resolving class path of [bundle] Equinox Application Container [2024-06-05T09:34:22.774Z] [INFO] [2024-06-05T09:34:22.774Z] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-73) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.030Z] [INFO] Source directory: /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src added. [2024-06-05T09:34:23.030Z] [INFO] [2024-06-05T09:34:23.030Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/main/resources [2024-06-05T09:34:23.030Z] [INFO] [2024-06-05T09:34:23.030Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/main/resources [2024-06-05T09:34:23.030Z] [INFO] [2024-06-05T09:34:23.030Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.030Z] [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-05T09:34:23.627Z] [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-05T09:34:23.627Z] public static final String LIFECYCLE_ACTION = "lifecycle"; [2024-06-05T09:34:23.627Z] ^^^^^^^^^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.627Z] public static final String SCHEDULE_ACTION = "schedule"; [2024-06-05T09:34:23.627Z] ^^^^^^^^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.627Z] public static final String LOCK_ACTION = "lock"; [2024-06-05T09:34:23.627Z] ^^^^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.627Z] super(filter == null ? "*" : filter); [2024-06-05T09:34:23.627Z] ^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.627Z] filter = "*"; [2024-06-05T09:34:23.627Z] ^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.627Z] throw new NullPointerException( "Action string cannot be null!" ); [2024-06-05T09:34:23.627Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.627Z] this.filter = (filter == null ? "*" : filter); [2024-06-05T09:34:23.627Z] ^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.627Z] if( !filter.equals( "*" ) && !filter.equals( "<>" ) ) [2024-06-05T09:34:23.627Z] ^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.627Z] if( !filter.equals( "*" ) && !filter.equals( "<>" ) ) [2024-06-05T09:34:23.627Z] ^^^^^^^^^^ [2024-06-05T09:34:23.627Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.627Z] [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-05T09:34:23.628Z] throw new NullPointerException( "ApplicationDescriptor and action string cannot be null!" ); [2024-06-05T09:34:23.628Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.628Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] if( !filter.equals("*") ) { [2024-06-05T09:34:23.628Z] ^^^ [2024-06-05T09:34:23.628Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] if( filter.equals( "<>") ) { [2024-06-05T09:34:23.628Z] ^^^^^^^^^^ [2024-06-05T09:34:23.628Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] Hashtable props = new Hashtable(); [2024-06-05T09:34:23.628Z] ^^^^^^^^^ [2024-06-05T09:34:23.628Z] Hashtable is a raw type. References to generic type Hashtable should be parameterized [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] Hashtable props = new Hashtable(); [2024-06-05T09:34:23.628Z] ^^^^^^^^^ [2024-06-05T09:34:23.628Z] Hashtable is a raw type. References to generic type Hashtable should be parameterized [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] props.put( "pid", other.applicationDescriptor.getApplicationId() ); [2024-06-05T09:34:23.628Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.628Z] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] props.put( "pid", other.applicationDescriptor.getApplicationId() ); [2024-06-05T09:34:23.628Z] ^^^^^ [2024-06-05T09:34:23.628Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] props.put( "signer", new SignerWrapper( other.applicationDescriptor ) ); [2024-06-05T09:34:23.628Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.628Z] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] props.put( "signer", new SignerWrapper( other.applicationDescriptor ) ); [2024-06-05T09:34:23.628Z] ^^^^^^^^ [2024-06-05T09:34:23.628Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] if( !flt.match( props ) ) [2024-06-05T09:34:23.628Z] ^^^^^ [2024-06-05T09:34:23.628Z] Type safety: The expression of type Hashtable needs unchecked conversion to conform to Dictionary [2024-06-05T09:34:23.628Z] [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-05T09:34:23.628Z] if( !actionsVector.containsAll( other.actionsVector ) ) [2024-06-05T09:34:23.628Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.628Z] Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-05T09:34:23.628Z] [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-05T09:34:23.629Z] private static final Vector ACTIONS = new Vector(); [2024-06-05T09:34:23.629Z] ^^^^^^ [2024-06-05T09:34:23.629Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] private static final Vector ACTIONS = new Vector(); [2024-06-05T09:34:23.629Z] ^^^^^^ [2024-06-05T09:34:23.629Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] private Vector actionsVector; [2024-06-05T09:34:23.629Z] ^^^^^^ [2024-06-05T09:34:23.629Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] ACTIONS.add(LIFECYCLE_ACTION); [2024-06-05T09:34:23.629Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.629Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] ACTIONS.add(SCHEDULE_ACTION); [2024-06-05T09:34:23.629Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.629Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] ACTIONS.add(LOCK_ACTION); [2024-06-05T09:34:23.629Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.629Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] private static Vector actionsVector(String actions) { [2024-06-05T09:34:23.629Z] ^^^^^^ [2024-06-05T09:34:23.629Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] Vector v = new Vector(); [2024-06-05T09:34:23.629Z] ^^^^^^ [2024-06-05T09:34:23.629Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] Vector v = new Vector(); [2024-06-05T09:34:23.629Z] ^^^^^^ [2024-06-05T09:34:23.629Z] Vector is a raw type. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] StringTokenizer t = new StringTokenizer(actions.toUpperCase(), ","); [2024-06-05T09:34:23.629Z] ^^^ [2024-06-05T09:34:23.629Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] v.add(action.toLowerCase()); [2024-06-05T09:34:23.629Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.629Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-05T09:34:23.629Z] [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-05T09:34:23.629Z] v.add( LIFECYCLE_ACTION ); [2024-06-05T09:34:23.629Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.629Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] public SignerWrapper(String pattern) { [2024-06-05T09:34:23.630Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.630Z] The constructor ApplicationAdminPermission.SignerWrapper(String) is never used locally [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] ApplicationDescriptor matchAppDesc = (ApplicationDescriptor) (appDesc != null ? appDesc : other.appDesc); [2024-06-05T09:34:23.630Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.630Z] Unnecessary cast from ApplicationDescriptor to ApplicationDescriptor [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] if ( actions.equals("*") ) [2024-06-05T09:34:23.630Z] ^^^ [2024-06-05T09:34:23.630Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION ); [2024-06-05T09:34:23.630Z] ^^^ [2024-06-05T09:34:23.630Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION ); [2024-06-05T09:34:23.630Z] ^^^ [2024-06-05T09:34:23.630Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] else if (!ACTIONS.containsAll(actionsVector)) [2024-06-05T09:34:23.630Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.630Z] Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] throw new IllegalArgumentException("Illegal action!"); [2024-06-05T09:34:23.630Z] ^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.630Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] public static final String APPLICATION_NAME = "application.name"; [2024-06-05T09:34:23.630Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.630Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] public static final String APPLICATION_ICON = "application.icon"; [2024-06-05T09:34:23.630Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.630Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] public static final String APPLICATION_VERSION = "application.version"; [2024-06-05T09:34:23.630Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.630Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.630Z] [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-05T09:34:23.630Z] public static final String APPLICATION_VISIBLE = "application.visible"; [2024-06-05T09:34:23.630Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.630Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public static final String APPLICATION_LAUNCHABLE = "application.launchable"; [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public static final String APPLICATION_LOCKED = "application.locked"; [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public static final String APPLICATION_DESCRIPTION = "application.description"; [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public static final String APPLICATION_DOCUMENTATION = "application.documentation"; [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public static final String APPLICATION_COPYRIGHT = "application.copyright"; [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public static final String APPLICATION_LICENSE = "application.license"; [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public static final String APPLICATION_CONTAINER = "application.container"; [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public static final String APPLICATION_LOCATION = "application.location"; [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] throw new NullPointerException("Application ID must not be null!"); [2024-06-05T09:34:23.631Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.631Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] public final Map getProperties(String locale) { [2024-06-05T09:34:23.631Z] ^^^ [2024-06-05T09:34:23.631Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.631Z] [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-05T09:34:23.631Z] Map props = getPropertiesSpecific(locale); [2024-06-05T09:34:23.631Z] ^^^ [2024-06-05T09:34:23.631Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.631Z] [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-05T09:34:23.632Z] props.put(APPLICATION_LOCKED, Boolean.valueOf(locked[0])); [2024-06-05T09:34:23.632Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.632Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] protected abstract Map getPropertiesSpecific(String locale); [2024-06-05T09:34:23.632Z] ^^^ [2024-06-05T09:34:23.632Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] public final ApplicationHandle launch(Map arguments) throws ApplicationException { [2024-06-05T09:34:23.632Z] ^^^ [2024-06-05T09:34:23.632Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.632Z] ^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.632Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.632Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.632Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LIFECYCLE_ACTION)); [2024-06-05T09:34:23.632Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.632Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] throw new ApplicationException(ApplicationException.APPLICATION_LOCKED, "Application is locked, can't launch!"); [2024-06-05T09:34:23.632Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.632Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] throw new ApplicationException(ApplicationException.APPLICATION_NOT_LAUNCHABLE, "Cannot launch the application!"); [2024-06-05T09:34:23.632Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.632Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] protected abstract ApplicationHandle launchSpecific(Map arguments) throws Exception; [2024-06-05T09:34:23.632Z] ^^^ [2024-06-05T09:34:23.632Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.632Z] [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-05T09:34:23.632Z] public final ScheduledApplication schedule(String scheduleId, Map arguments, String topic, String eventFilter, boolean recurring) throws InvalidSyntaxException, ApplicationException { [2024-06-05T09:34:23.632Z] ^^^ [2024-06-05T09:34:23.633Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.SCHEDULE_ACTION)); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] return AppPersistence.addScheduledApp(this, scheduleId, arguments, topic, eventFilter, recurring); [2024-06-05T09:34:23.633Z] ^^^^^^^^^ [2024-06-05T09:34:23.633Z] Type safety: The expression of type Map needs unchecked conversion to conform to Map [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION)); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.633Z] [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-05T09:34:23.633Z] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION)); [2024-06-05T09:34:23.633Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.633Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] private void saveLock(boolean locked) { [2024-06-05T09:34:23.634Z] ^^^^^^ [2024-06-05T09:34:23.634Z] The parameter locked is hiding a field from type ApplicationDescriptor [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] 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-05T09:34:23.634Z] ^^^^^^^^^^ [2024-06-05T09:34:23.634Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] 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-05T09:34:23.634Z] ^^^^^^^^^^ [2024-06-05T09:34:23.634Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] 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-05T09:34:23.634Z] ^^^^^^^^^^ [2024-06-05T09:34:23.634Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException { [2024-06-05T09:34:23.634Z] ^^^ [2024-06-05T09:34:23.634Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException { [2024-06-05T09:34:23.634Z] ^^^ [2024-06-05T09:34:23.634Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] Map copy = validateValues ? new HashMap() : null; [2024-06-05T09:34:23.634Z] ^^^ [2024-06-05T09:34:23.634Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] Map copy = validateValues ? new HashMap() : null; [2024-06-05T09:34:23.634Z] ^^^^^^^ [2024-06-05T09:34:23.634Z] HashMap is a raw type. References to generic type HashMap should be parameterized [2024-06-05T09:34:23.634Z] [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-05T09:34:23.634Z] for (Iterator entries = arguments.entrySet().iterator(); entries.hasNext();) { [2024-06-05T09:34:23.635Z] ^^^^^^^^ [2024-06-05T09:34:23.635Z] Iterator is a raw type. References to generic type Iterator should be parameterized [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] Map.Entry entry = (Entry) entries.next(); [2024-06-05T09:34:23.635Z] ^^^^^^^^^ [2024-06-05T09:34:23.635Z] Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] Map.Entry entry = (Entry) entries.next(); [2024-06-05T09:34:23.635Z] ^^^^^ [2024-06-05T09:34:23.635Z] Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "" : entry.getKey().getClass().getName()); [2024-06-05T09:34:23.635Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.635Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "" : entry.getKey().getClass().getName()); [2024-06-05T09:34:23.635Z] ^^^^^^^^ [2024-06-05T09:34:23.635Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] throw new IllegalArgumentException("Empty string is an invalid key"); [2024-06-05T09:34:23.635Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.635Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException { [2024-06-05T09:34:23.635Z] ^^^^^^^^^ [2024-06-05T09:34:23.635Z] Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException { [2024-06-05T09:34:23.635Z] ^^^ [2024-06-05T09:34:23.635Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] Class clazz = entry.getValue().getClass(); [2024-06-05T09:34:23.635Z] ^^^^^ [2024-06-05T09:34:23.635Z] Class is a raw type. References to generic type Class should be parameterized [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] copy.put(entry.getKey(), entry.getValue()); [2024-06-05T09:34:23.635Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.635Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [2024-06-05T09:34:23.635Z] [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-05T09:34:23.635Z] copy.put(entry.getKey(), copyOfArray); [2024-06-05T09:34:23.635Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.636Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] Collection valueCollection = (Collection) entry.getValue(); [2024-06-05T09:34:23.636Z] ^^^^^^^^^^ [2024-06-05T09:34:23.636Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] Collection valueCollection = (Collection) entry.getValue(); [2024-06-05T09:34:23.636Z] ^^^^^^^^^^ [2024-06-05T09:34:23.636Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] for (Iterator it = valueCollection.iterator(); it.hasNext();) { [2024-06-05T09:34:23.636Z] ^^^^^^^^ [2024-06-05T09:34:23.636Z] Iterator is a raw type. References to generic type Iterator should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] Class containedClazz = it.next().getClass(); [2024-06-05T09:34:23.636Z] ^^^^^ [2024-06-05T09:34:23.636Z] Class is a raw type. References to generic type Class should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); [2024-06-05T09:34:23.636Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.636Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); [2024-06-05T09:34:23.636Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.636Z] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); [2024-06-05T09:34:23.636Z] ^^^^^^^^^ [2024-06-05T09:34:23.636Z] ArrayList is a raw type. References to generic type ArrayList should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); [2024-06-05T09:34:23.636Z] ^^^^^^^^^^ [2024-06-05T09:34:23.636Z] Collection is a raw type. References to generic type Collection should be parameterized [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] public final static String APPLICATION_DESCRIPTOR = "application.descriptor"; [2024-06-05T09:34:23.636Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.636Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.636Z] [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-05T09:34:23.636Z] public final static String APPLICATION_STATE = "application.state"; [2024-06-05T09:34:23.636Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.636Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] public final static String APPLICATION_SUPPORTS_EXITVALUE = "application.supports.exitvalue"; [2024-06-05T09:34:23.637Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.637Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] public final static String RUNNING = "RUNNING"; [2024-06-05T09:34:23.637Z] ^^^^^^^^^ [2024-06-05T09:34:23.637Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] public final static String STOPPING = "STOPPING"; [2024-06-05T09:34:23.637Z] ^^^^^^^^^^ [2024-06-05T09:34:23.637Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] throw new NullPointerException("Parameters must not be null!"); [2024-06-05T09:34:23.637Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.637Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.637Z] ^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.637Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.637Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.637Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] sm.checkPermission(new ApplicationAdminPermission(getApplicationDescriptor(), ApplicationAdminPermission.LIFECYCLE_ACTION)); [2024-06-05T09:34:23.637Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.637Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] public static final String SCHEDULE_ID = "schedule.id"; [2024-06-05T09:34:23.637Z] ^^^^^^^^^^^^^ [2024-06-05T09:34:23.637Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] public static final String TRIGGERING_EVENT = "org.osgi.triggeringevent"; [2024-06-05T09:34:23.637Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.637Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.637Z] [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-05T09:34:23.637Z] public static final String TIMER_TOPIC = "org/osgi/application/timer"; [2024-06-05T09:34:23.637Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.637Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public static final String YEAR = "year"; [2024-06-05T09:34:23.638Z] ^^^^^^ [2024-06-05T09:34:23.638Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public static final String MONTH = "month"; [2024-06-05T09:34:23.638Z] ^^^^^^^ [2024-06-05T09:34:23.638Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public static final String DAY_OF_MONTH = "day_of_month"; [2024-06-05T09:34:23.638Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.638Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public static final String DAY_OF_WEEK = "day_of_week"; [2024-06-05T09:34:23.638Z] ^^^^^^^^^^^^^ [2024-06-05T09:34:23.638Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public static final String HOUR_OF_DAY = "hour_of_day"; [2024-06-05T09:34:23.638Z] ^^^^^^^^^^^^^ [2024-06-05T09:34:23.638Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public static final String MINUTE = "minute"; [2024-06-05T09:34:23.638Z] ^^^^^^^^ [2024-06-05T09:34:23.638Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public Map getArguments(); [2024-06-05T09:34:23.638Z] ^^^ [2024-06-05T09:34:23.638Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public Map getArguments(); [2024-06-05T09:34:23.638Z] ^^^ [2024-06-05T09:34:23.638Z] Map is a raw type. References to generic type Map should be parameterized [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] import java.security.AccessController; [2024-06-05T09:34:23.638Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.638Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] import org.osgi.service.packageadmin.PackageAdmin; [2024-06-05T09:34:23.638Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.638Z] The type PackageAdmin is deprecated [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] public class Activator implements BundleActivator, ServiceTrackerCustomizer { [2024-06-05T09:34:23.638Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.638Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [2024-06-05T09:34:23.638Z] [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-05T09:34:23.638Z] private volatile static PackageAdmin _packageAdmin; [2024-06-05T09:34:23.638Z] ^^^^^^^^^^^^ [2024-06-05T09:34:23.638Z] The type PackageAdmin is deprecated [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] private volatile static ServiceTracker _frameworkLogTracker; [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.639Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] private ServiceTracker registryTracker; [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.639Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName()); [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.639Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName()); [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^ [2024-06-05T09:34:23.639Z] The type PackageAdmin is deprecated [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] _packageAdmin = (PackageAdmin) bc.getService(ref); [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^ [2024-06-05T09:34:23.639Z] The type PackageAdmin is deprecated [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] _packageAdmin = (PackageAdmin) bc.getService(ref); [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.639Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] _packageAdmin = (PackageAdmin) bc.getService(ref); [2024-06-05T09:34:23.639Z] ^^^ [2024-06-05T09:34:23.639Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] _frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null); [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.639Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] _frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null); [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.639Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.639Z] [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-05T09:34:23.639Z] registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this); [2024-06-05T09:34:23.639Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this); [2024-06-05T09:34:23.640Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] ServiceReference debugRef = context.getServiceReference(DebugOptions.class.getName()); [2024-06-05T09:34:23.640Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] DebugOptions debugOptions = (DebugOptions) context.getService(debugRef); [2024-06-05T09:34:23.640Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] DebugOptions debugOptions = (DebugOptions) context.getService(debugRef); [2024-06-05T09:34:23.640Z] ^^^^^^^^ [2024-06-05T09:34:23.640Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] ServiceReference infoRef = bc.getServiceReference(EnvironmentInfo.class.getName()); [2024-06-05T09:34:23.640Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef); [2024-06-05T09:34:23.640Z] ^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef); [2024-06-05T09:34:23.640Z] ^^^^^^^ [2024-06-05T09:34:23.640Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] service = context.getService(reference); [2024-06-05T09:34:23.640Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] static void openTracker(final ServiceTracker tracker, final boolean allServices) { [2024-06-05T09:34:23.640Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.640Z] [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-05T09:34:23.640Z] if (System.getSecurityManager() == null) [2024-06-05T09:34:23.640Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.640Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.641Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.641Z] @Override [2024-06-05T09:34:23.641Z] public Object run() { [2024-06-05T09:34:23.641Z] tracker.open(allServices); [2024-06-05T09:34:23.641Z] return null; [2024-06-05T09:34:23.641Z] } [2024-06-05T09:34:23.641Z] }); [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.641Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.641Z] @Override [2024-06-05T09:34:23.641Z] public Object run() { [2024-06-05T09:34:23.641Z] tracker.open(allServices); [2024-06-05T09:34:23.641Z] return null; [2024-06-05T09:34:23.641Z] } [2024-06-05T09:34:23.641Z] }); [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.641Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.641Z] @Override [2024-06-05T09:34:23.641Z] public Object run() { [2024-06-05T09:34:23.641Z] tracker.open(allServices); [2024-06-05T09:34:23.641Z] return null; [2024-06-05T09:34:23.641Z] } [2024-06-05T09:34:23.641Z] }); [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.641Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.641Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] static Object getService(final ServiceTracker tracker) { [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.641Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] if (System.getSecurityManager() == null) [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.641Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.641Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.641Z] [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-05T09:34:23.641Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.641Z] @Override [2024-06-05T09:34:23.641Z] public Object run() { [2024-06-05T09:34:23.641Z] return tracker.getService(); [2024-06-05T09:34:23.641Z] } [2024-06-05T09:34:23.641Z] }); [2024-06-05T09:34:23.641Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.642Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-05T09:34:23.642Z] [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-05T09:34:23.642Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.642Z] @Override [2024-06-05T09:34:23.642Z] public Object run() { [2024-06-05T09:34:23.642Z] return tracker.getService(); [2024-06-05T09:34:23.642Z] } [2024-06-05T09:34:23.642Z] }); [2024-06-05T09:34:23.642Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.642Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-05T09:34:23.642Z] [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-05T09:34:23.642Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.642Z] @Override [2024-06-05T09:34:23.642Z] public Object run() { [2024-06-05T09:34:23.642Z] return tracker.getService(); [2024-06-05T09:34:23.642Z] } [2024-06-05T09:34:23.642Z] }); [2024-06-05T09:34:23.642Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.642Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [2024-06-05T09:34:23.642Z] [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-05T09:34:23.642Z] return AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.642Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.642Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-05T09:34:23.642Z] [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-05T09:34:23.642Z] if (System.getSecurityManager() == null) [2024-06-05T09:34:23.642Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.642Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.642Z] [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-05T09:34:23.642Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.642Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.642Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.642Z] [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-05T09:34:23.642Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.642Z] @Override [2024-06-05T09:34:23.642Z] public Object run() { [2024-06-05T09:34:23.642Z] return bundle.getLocation(); [2024-06-05T09:34:23.642Z] } [2024-06-05T09:34:23.642Z] }); [2024-06-05T09:34:23.642Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.642Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-05T09:34:23.642Z] [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-05T09:34:23.642Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.642Z] @Override [2024-06-05T09:34:23.642Z] public Object run() { [2024-06-05T09:34:23.642Z] return bundle.getLocation(); [2024-06-05T09:34:23.642Z] } [2024-06-05T09:34:23.642Z] }); [2024-06-05T09:34:23.642Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.642Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-05T09:34:23.642Z] [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-05T09:34:23.642Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.642Z] @Override [2024-06-05T09:34:23.642Z] public Object run() { [2024-06-05T09:34:23.642Z] return bundle.getLocation(); [2024-06-05T09:34:23.642Z] } [2024-06-05T09:34:23.642Z] }); [2024-06-05T09:34:23.642Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] return (String) AccessController.doPrivileged(new PrivilegedAction() { [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] PackageAdmin packageAdmin = _packageAdmin; [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] The type PackageAdmin is deprecated [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] Bundle[] bundles = packageAdmin.getBundles(contributor.getName(), null); [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] The method getBundles(String, String) from the type PackageAdmin is deprecated [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] ServiceTracker frameworkLogTracker = _frameworkLogTracker; [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] private ServiceTracker applicationDescriptors; [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] private ServiceTracker applicationHandles; [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] private ServiceTracker scheduledApplications; [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] private ServiceRegistration providerRegistration; [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null); [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null); [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.643Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.643Z] [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-05T09:34:23.643Z] applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null); [2024-06-05T09:34:23.643Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null); [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null); [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null); [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] private Dictionary getServiceProps(ServiceReference ref) { [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] ServiceReference[] apps = applicationDescriptors.getServiceReferences(); [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] for (ServiceReference app : apps) { [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] ServiceReference[] active = applicationHandles.getServiceReferences(); [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] for (ServiceReference r : active) { [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey, [2024-06-05T09:34:23.644Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.644Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.644Z] [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-05T09:34:23.644Z] private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey, [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] ServiceReference result = null; [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] for (ServiceReference app : apps) { [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] ApplicationDescriptor appDesc = (context.getService(application)); [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] ApplicationDescriptor appDesc = (context.getService(application)); [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] ServiceReference application = getApplication(applicationHandles.getServiceReferences(), appId, [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] ApplicationHandle appHandle = (ApplicationHandle) context.getService(application); [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] ApplicationHandle appHandle = (ApplicationHandle) context.getService(application); [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.645Z] [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-05T09:34:23.645Z] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, [2024-06-05T09:34:23.645Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.645Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.646Z] [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-05T09:34:23.646Z] ServiceReference application = getApplication(scheduledApplications.getServiceReferences(), appId, [2024-06-05T09:34:23.646Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.646Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] ScheduledApplication schedApp = (ScheduledApplication) context.getService(application); [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] ScheduledApplication schedApp = (ScheduledApplication) context.getService(application); [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] public class AppPersistence implements ServiceTrackerCustomizer { [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] private static ServiceTracker configTracker; [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] configTracker = new ServiceTracker(context, filter, new AppPersistence()); [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] configTracker = new ServiceTracker(context, filter, new AppPersistence()); [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] ServiceRegistration sr = context.registerService( [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] configLocation = (Location) context.getService(reference); [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] public class DefaultApplicationListener implements ApplicationRunnable, ServiceTrackerCustomizer { [2024-06-05T09:34:23.647Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.647Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [2024-06-05T09:34:23.647Z] [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-05T09:34:23.647Z] private final ServiceTracker handleTracker; // tracks the default application handle [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] ServiceReference defaultRef = defaultApp.getServiceReference(); [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] Type safety: The constructor ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] return Activator.getContext().getService(reference); [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] import java.security.AccessController; [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] implements IRegistryEventListener, SynchronousBundleListener, ServiceTrackerCustomizer { [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] final private ServiceTracker launcherTracker; [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.648Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.648Z] [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-05T09:34:23.648Z] launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this); [2024-06-05T09:34:23.648Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.649Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.649Z] [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-05T09:34:23.649Z] launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this); [2024-06-05T09:34:23.649Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.649Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.649Z] [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-05T09:34:23.649Z] ServiceRegistration sr = (ServiceRegistration) AccessController [2024-06-05T09:34:23.649Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.649Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.649Z] [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-05T09:34:23.649Z] ServiceRegistration sr = (ServiceRegistration) AccessController [2024-06-05T09:34:23.649Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.649Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.649Z] [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-05T09:34:23.649Z] ServiceRegistration sr = (ServiceRegistration) AccessController [2024-06-05T09:34:23.649Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.649Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.649Z] [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-05T09:34:23.649Z] ServiceRegistration sr = (ServiceRegistration) AccessController [2024-06-05T09:34:23.649Z] .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, [2024-06-05T09:34:23.649Z] appDescriptor, appDescriptor.getServiceProperties())); [2024-06-05T09:34:23.649Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.649Z] Type safety: Unchecked invocation doPrivileged(EclipseAppContainer.RegisterService) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-05T09:34:23.649Z] [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-05T09:34:23.649Z] .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, [2024-06-05T09:34:23.649Z] appDescriptor, appDescriptor.getServiceProperties())); [2024-06-05T09:34:23.649Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.649Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-05T09:34:23.649Z] [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-05T09:34:23.649Z] .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, [2024-06-05T09:34:23.649Z] appDescriptor, appDescriptor.getServiceProperties())); [2024-06-05T09:34:23.649Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.649Z] Type safety: The expression of type EclipseAppContainer.RegisterService needs unchecked conversion to conform to PrivilegedAction [2024-06-05T09:34:23.649Z] [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-05T09:34:23.649Z] PrivilegedAction getRegServiceAction(String[] serviceClasses, Object serviceObject, [2024-06-05T09:34:23.649Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] private class RegisterService implements PrivilegedAction { [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] ServiceReference[] runningRefs = context.getServiceReferences(ApplicationHandle.class.getName(), [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] for (ServiceReference runningRef : runningRefs) { [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef); [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef); [2024-06-05T09:34:23.650Z] ^^^^^^^^^^ [2024-06-05T09:34:23.650Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] appLauncher = (ApplicationLauncher) context.getService(reference); [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] import java.security.AccessController; [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] private ServiceRegistration sr; [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] ServiceRegistration reg = getServiceRegistration(); [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.650Z] [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-05T09:34:23.650Z] reg.setProperties(getServiceProperties()); [2024-06-05T09:34:23.650Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.650Z] Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.651Z] [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-05T09:34:23.651Z] void setServiceRegistration(ServiceRegistration sr) { [2024-06-05T09:34:23.651Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.651Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.651Z] [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-05T09:34:23.651Z] private ServiceRegistration getServiceRegistration() { [2024-06-05T09:34:23.651Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.651Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.651Z] [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-05T09:34:23.651Z] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController [2024-06-05T09:34:23.651Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.651Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.651Z] [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-05T09:34:23.651Z] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController [2024-06-05T09:34:23.651Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.651Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.651Z] [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-05T09:34:23.651Z] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController [2024-06-05T09:34:23.651Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.651Z] The type AccessController has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.651Z] [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-05T09:34:23.651Z] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController [2024-06-05T09:34:23.651Z] .doPrivileged(appContainer.getRegServiceAction( [2024-06-05T09:34:23.651Z] new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() }, [2024-06-05T09:34:23.651Z] newAppHandle, newAppHandle.getServiceProperties())); [2024-06-05T09:34:23.651Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.651Z] Type safety: Unchecked invocation doPrivileged(PrivilegedAction) of the generic method doPrivileged(PrivilegedAction) of type AccessController [2024-06-05T09:34:23.651Z] [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-05T09:34:23.651Z] .doPrivileged(appContainer.getRegServiceAction( [2024-06-05T09:34:23.651Z] new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() }, [2024-06-05T09:34:23.651Z] newAppHandle, newAppHandle.getServiceProperties())); [2024-06-05T09:34:23.651Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.651Z] The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [2024-06-05T09:34:23.651Z] [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-05T09:34:23.651Z] ServiceRegistration temp = getServiceRegistration(); [2024-06-05T09:34:23.651Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.651Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] private volatile ServiceRegistration handleRegistration; [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] void setServiceRegistration(ServiceRegistration sr) { [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] private ServiceRegistration getServiceRegistration() { [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] ServiceReference getServiceReference() { [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] ServiceRegistration reg = getServiceRegistration(); [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] ServiceRegistration handleReg = getServiceRegistration(); [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] handleReg.setProperties(getServiceProperties()); [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] final ServiceReference[] monitors = getStartupMonitors(); [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] for (ServiceReference m : monitors) { [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.652Z] [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-05T09:34:23.652Z] StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m); [2024-06-05T09:34:23.652Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.652Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m); [2024-06-05T09:34:23.653Z] ^ [2024-06-05T09:34:23.653Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] private ServiceReference[] getStartupMonitors() { [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.653Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] ServiceReference[] refs = null; [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.653Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] Arrays.sort(refs, new Comparator() { [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.653Z] ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] private ServiceRegistration sr; [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.653Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] private ServiceTracker appTracker; [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.653Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null); [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.653Z] Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null); [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^ [2024-06-05T09:34:23.653Z] ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] synchronized void setServiceRegistration(ServiceRegistration sr) { [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.653Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [2024-06-05T09:34:23.653Z] [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-05T09:34:23.653Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.653Z] ^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.654Z] The type SecurityManager has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.654Z] [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-05T09:34:23.654Z] SecurityManager sm = System.getSecurityManager(); [2024-06-05T09:34:23.654Z] ^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.654Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [2024-06-05T09:34:23.654Z] [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-05T09:34:23.654Z] sm.checkPermission(new TopicPermission(eventTopic, TopicPermission.SUBSCRIBE)); [2024-06-05T09:34:23.654Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:23.654Z] The method checkPermission(Permission) from the type SecurityManager is deprecated [2024-06-05T09:34:23.654Z] 268 problems (268 warnings) [2024-06-05T09:34:23.654Z] [INFO] [2024-06-05T09:34:23.654Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.654Z] [INFO] [2024-06-05T09:34:23.654Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.654Z] [INFO] [2024-06-05T09:34:23.654Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.654Z] [INFO] [2024-06-05T09:34:23.654Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.654Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/equinox/bundles/org.eclipse.equinox.app/src/test/resources [2024-06-05T09:34:23.654Z] [INFO] [2024-06-05T09:34:23.654Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.654Z] [INFO] [2024-06-05T09:34:23.654Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.654Z] [INFO] [2024-06-05T09:34:23.654Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.654Z] [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-05T09:34:23.654Z] [INFO] [2024-06-05T09:34:23.654Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.equinox.app --- [2024-06-05T09:34:23.927Z] [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-05T09:34:23.927Z] [INFO] [2024-06-05T09:34:23.927Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app --- [2024-06-05T09:34:24.184Z] [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-05T09:34:24.184Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:34:24.184Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:34:24.184Z] [2024-06-05T09:34:24.184Z] [INFO] [2024-06-05T09:34:24.184Z] [INFO] --- tycho-source:4.0.8:feature-source (feature-source) @ org.eclipse.equinox.app --- [2024-06-05T09:34:24.184Z] [INFO] [2024-06-05T09:34:24.184Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.app --- [2024-06-05T09:34:24.184Z] [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-05T09:34:24.184Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:34:24.184Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:34:24.184Z] [2024-06-05T09:34:24.184Z] [INFO] [2024-06-05T09:34:24.184Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app --- [2024-06-05T09:34:24.441Z] [INFO] [2024-06-05T09:34:24.441Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.app --- [2024-06-05T09:34:24.441Z] [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-05T09:34:24.441Z] [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-05T09:34:27.711Z] [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-05T09:34:27.711Z] [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-05T09:34:59.739Z] [INFO] [2024-06-05T09:34:59.739Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.equinox.app --- [2024-06-05T09:34:59.739Z] [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-05T09:34:59.739Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:34:59.739Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:34:59.739Z] [2024-06-05T09:34:59.739Z] [INFO] [2024-06-05T09:34:59.739Z] [INFO] -----------< org.eclipse.platform:org.eclipse.core.runtime >------------ [2024-06-05T09:34:59.739Z] [INFO] Building [bundle] Core Runtime 3.31.100-SNAPSHOT [16/523] [2024-06-05T09:34:59.739Z] [INFO] from eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF [2024-06-05T09:34:59.740Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [INFO] The project's OSGi version is 3.31.100.v20240524-2010 [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/saveproperties [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [INFO] Resolving class path of [bundle] Core Runtime [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [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-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [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-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.740Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.740Z] [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-05T09:34:59.740Z] [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-05T09:34:59.740Z] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; [2024-06-05T09:34:59.740Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:59.740Z] The type ILegacyPreferences is deprecated [2024-06-05T09:34:59.740Z] [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-05T09:34:59.740Z] public class InitLegacyPreferences implements ILegacyPreferences { [2024-06-05T09:34:59.740Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:59.740Z] The type ILegacyPreferences is deprecated [2024-06-05T09:34:59.740Z] [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-05T09:34:59.740Z] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; [2024-06-05T09:34:59.740Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:59.740Z] The type ILegacyPreferences is deprecated [2024-06-05T09:34:59.740Z] [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-05T09:34:59.740Z] private ServiceRegistration legacyPreferencesService = null; [2024-06-05T09:34:59.740Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:59.740Z] The type ILegacyPreferences is deprecated [2024-06-05T09:34:59.740Z] [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-05T09:34:59.740Z] legacyPreferencesService = context.registerService(ILegacyPreferences.class, new InitLegacyPreferences(), new Hashtable<>()); [2024-06-05T09:34:59.740Z] ^^^^^^^^^^^^^^^^^^ [2024-06-05T09:34:59.740Z] The type ILegacyPreferences is deprecated [2024-06-05T09:34:59.740Z] 5 problems (5 warnings) [2024-06-05T09:34:59.740Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [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-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [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-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [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-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [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-05T09:34:59.741Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:34:59.741Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:34:59.741Z] [2024-06-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [INFO] [2024-06-05T09:34:59.741Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.runtime --- [2024-06-05T09:34:59.741Z] [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-05T09:34:59.741Z] [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-05T09:35:06.280Z] [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-05T09:35:06.281Z] [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-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.runtime --- [2024-06-05T09:35:16.229Z] [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-05T09:35:16.229Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:35:16.229Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:35:16.229Z] [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --------------< org.eclipse.platform:eclipse.platform.ui >-------------- [2024-06-05T09:35:16.229Z] [INFO] Building eclipse.platform.ui 4.33.0-SNAPSHOT [17/523] [2024-06-05T09:35:16.229Z] [INFO] from eclipse.platform.ui/pom.xml [2024-06-05T09:35:16.229Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/saveproperties [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/src/main/resources [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.ui --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] ------------------< org.eclipse.platform:ui-bundles >------------------- [2024-06-05T09:35:16.229Z] [INFO] Building [aggregator] bundles 4.33.0-SNAPSHOT [18/523] [2024-06-05T09:35:16.229Z] [INFO] from eclipse.platform.ui/bundles/.polyglot.pom.tycho [2024-06-05T09:35:16.229Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- clean:3.3.2:clean (default-clean) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/saveproperties [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/src/main/resources [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ ui-bundles --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] -----------< org.eclipse.platform:org.eclipse.core.commands >----------- [2024-06-05T09:35:16.229Z] [INFO] Building [bundle] Commands 3.12.100-SNAPSHOT [19/523] [2024-06-05T09:35:16.229Z] [INFO] from eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF [2024-06-05T09:35:16.229Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.229Z] [INFO] The project's OSGi version is 3.12.100.v20240424-0956 [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.229Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.ui/bundles/org.eclipse.core.commands/saveproperties [2024-06-05T09:35:16.229Z] [INFO] [2024-06-05T09:35:16.230Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.230Z] [INFO] [2024-06-05T09:35:16.230Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.230Z] [INFO] [2024-06-05T09:35:16.230Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.230Z] [INFO] Resolving class path of [bundle] Commands [2024-06-05T09:35:16.230Z] [INFO] [2024-06-05T09:35:16.230Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.230Z] [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-05T09:35:16.230Z] [INFO] [2024-06-05T09:35:16.230Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.230Z] [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-05T09:35:16.230Z] [INFO] [2024-06-05T09:35:16.230Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.230Z] [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-05T09:35:16.486Z] [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-05T09:35:16.487Z] boolean accessible = method.isAccessible(); [2024-06-05T09:35:16.487Z] ^^^^^^^^^^^^^^ [2024-06-05T09:35:16.487Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9 [2024-06-05T09:35:16.487Z] 1 problem (1 warning) [2024-06-05T09:35:16.487Z] [INFO] [2024-06-05T09:35:16.487Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.487Z] [INFO] [2024-06-05T09:35:16.487Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.core.commands --- [2024-06-05T09:35:16.487Z] [INFO] [2024-06-05T09:35:16.487Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.048Z] [INFO] [2024-06-05T09:35:17.049Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.049Z] [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-05T09:35:17.049Z] [INFO] [2024-06-05T09:35:17.049Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.049Z] [INFO] [2024-06-05T09:35:17.049Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.049Z] [INFO] [2024-06-05T09:35:17.049Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.049Z] [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-05T09:35:17.049Z] [INFO] [2024-06-05T09:35:17.049Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.049Z] [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-05T09:35:17.049Z] [INFO] [2024-06-05T09:35:17.049Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.305Z] [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-05T09:35:17.305Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:35:17.305Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:35:17.305Z] [2024-06-05T09:35:17.305Z] [INFO] [2024-06-05T09:35:17.305Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.305Z] [INFO] [2024-06-05T09:35:17.305Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.commands --- [2024-06-05T09:35:17.306Z] [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-05T09:35:17.306Z] [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-05T09:35:27.247Z] [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-05T09:35:27.248Z] [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-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.core.commands --- [2024-06-05T09:35:35.334Z] [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-05T09:35:35.334Z] The main artifact has been replaced with the baseline version. [2024-06-05T09:35:35.334Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-06-05T09:35:35.334Z] [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] -------------< eclipse.platform.swt:eclipse.platform.swt >-------------- [2024-06-05T09:35:35.334Z] [INFO] Building eclipse.platform.swt 4.33.0-SNAPSHOT [20/523] [2024-06-05T09:35:35.334Z] [INFO] from eclipse.platform.swt/pom.xml [2024-06-05T09:35:35.334Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/saveproperties [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/src/main/resources [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ eclipse.platform.swt --- [2024-06-05T09:35:35.334Z] [INFO] [2024-06-05T09:35:35.334Z] [INFO] ------------------< org.eclipse.swt:org.eclipse.swt >------------------- [2024-06-05T09:35:35.334Z] [INFO] Building org.eclipse.swt 3.126.0-SNAPSHOT [21/523] [2024-06-05T09:35:35.334Z] [INFO] from eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [2024-06-05T09:35:35.334Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-05T09:35:35.334Z] [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@57d5c04 [2024-06-05T09:35:35.335Z] [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-05T09:35:39.506Z] [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-05T09:35:40.068Z] [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-05T09:35:40.999Z] [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-05T09:35:41.000Z] [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-05T09:35:41.258Z] [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-05T09:35:42.185Z] [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-05T09:35:42.442Z] [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-05T09:35:42.698Z] [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-05T09:35:42.955Z] [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-05T09:35:43.210Z] [INFO] [2024-06-05T09:35:43.210Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt --- [2024-06-05T09:35:43.210Z] [INFO] [2024-06-05T09:35:43.210Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.swt --- [2024-06-05T09:35:43.471Z] [INFO] The project's OSGi version is 3.126.0.v20240605-0636 [2024-06-05T09:35:43.471Z] [INFO] [2024-06-05T09:35:43.471Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.swt --- [2024-06-05T09:35:43.471Z] [INFO] [2024-06-05T09:35:43.471Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.swt --- [2024-06-05T09:35:43.471Z] [INFO] [2024-06-05T09:35:43.471Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt --- [2024-06-05T09:35:43.471Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/latform.releng.aggregator_master/eclipse.platform.swt/bundles/org.eclipse.swt/saveproperties [2024-06-05T09:35:43.471Z] [INFO] [2024-06-05T09:35:43.471Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt --- [2024-06-05T09:35:43.471Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] Resolving class path of org.eclipse.swt [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [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-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [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-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-apitools:4.0.8:generate (generate) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [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-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-source:4.0.8:plugin-source (plugin-source) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [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-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt:eclipse-plugin:3.126.0-SNAPSHOT [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] --- tycho-p2-extras:4.0.8:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt --- [2024-06-05T09:35:43.472Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:35:43.472Z] [INFO] Reactor Summary: [2024-06-05T09:35:43.472Z] [INFO] [2024-06-05T09:35:43.472Z] [INFO] eclipse-platform-parent 4.33.0-SNAPSHOT ............ SUCCESS [ 2.283 s] [2024-06-05T09:35:43.472Z] [INFO] eclipse-sdk-prereqs 4.33.0-SNAPSHOT ................ SUCCESS [ 0.063 s] [2024-06-05T09:35:43.472Z] [INFO] eclipse jdt 4.33.0-SNAPSHOT ........................ SUCCESS [ 0.030 s] [2024-06-05T09:35:43.472Z] [INFO] parent 4.33.0-SNAPSHOT ............................. SUCCESS [ 0.022 s] [2024-06-05T09:35:43.472Z] [INFO] org.eclipse.osgi 3.20.0-SNAPSHOT ................... SUCCESS [01:20 min] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Supplemental Equinox Functionality 1.10.900-SNAPSHOT SUCCESS [ 20.914 s] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Common Eclipse Runtime 3.19.100-SNAPSHOT .. SUCCESS [ 21.248 s] [2024-06-05T09:35:43.472Z] [INFO] eclipse.platform 4.33.0-SNAPSHOT ................... SUCCESS [ 0.040 s] [2024-06-05T09:35:43.472Z] [INFO] eclipse.platform.runtime 4.33.0-SNAPSHOT ........... SUCCESS [ 0.014 s] [2024-06-05T09:35:43.472Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SUCCESS [ 0.012 s] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Eclipse Jobs Mechanism 3.15.300-SNAPSHOT .. SUCCESS [ 36.608 s] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Extension Registry Support 3.12.100-SNAPSHOT SUCCESS [ 30.952 s] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Eclipse Preferences Mechanism 3.11.100-SNAPSHOT SUCCESS [ 25.657 s] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Eclipse Content Mechanism 3.9.400-SNAPSHOT SUCCESS [ 23.139 s] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Equinox Application Container 1.7.100-SNAPSHOT SUCCESS [ 33.254 s] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Core Runtime 3.31.100-SNAPSHOT ............ SUCCESS [ 19.930 s] [2024-06-05T09:35:43.472Z] [INFO] eclipse.platform.ui 4.33.0-SNAPSHOT ................ SUCCESS [ 0.013 s] [2024-06-05T09:35:43.472Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SUCCESS [ 0.011 s] [2024-06-05T09:35:43.472Z] [INFO] [bundle] Commands 3.12.100-SNAPSHOT ................ SUCCESS [ 19.291 s] [2024-06-05T09:35:43.472Z] [INFO] eclipse.platform.swt 4.33.0-SNAPSHOT ............... SUCCESS [ 0.020 s] [2024-06-05T09:35:43.472Z] [INFO] org.eclipse.swt 3.126.0-SNAPSHOT ................... FAILURE [ 8.350 s] [2024-06-05T09:35:43.472Z] [INFO] eclipse.platform.swt.binaries 4.33.0-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.472Z] [INFO] [bundle] Standard Widget Toolkit for GTK on x86_64 3.126.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.472Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 3.126.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.472Z] [INFO] [bundle] Standard Widget Toolkit for GTK on ppc64le 3.126.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.472Z] [INFO] [bundle] Standard Widget Toolkit for GTK on aarch64 3.126.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.472Z] [INFO] [bundle] Standard Widget Toolkit for Windows on x86_64 3.126.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Standard Widget Toolkit for Windows on aarch64 3.126.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 3.126.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Bidirectional Text Support 1.5.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] JFace 3.34.0-SNAPSHOT ..................... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse CSS Core Support 0.14.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse CSS SWT Support 0.15.400-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] JFace Data Binding Observables 1.13.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Dependency Injection Annotations 1.8.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Dependency Injection 1.9.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Contexts 1.12.600-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Dependency Injection Extensions 0.18.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse UI Dependency Injection 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Expression Language 3.9.400-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Application Services 2.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse e4 core commands 1.1.400-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Event Admin 1.7.100-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse UI Application Services 1.6.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Bindings Support 0.14.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse UI Custom widgets 1.4.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Model Xpath 0.4.300-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Workbench Model 2.4.300-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] JFace Data Binding Properties 1.10.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] JFace Data Binding 1.13.300-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse CSS SWT Theme Support 0.14.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse e4 Workbench 1.15.400-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Bundle for Workbench APIs available in e4 0.17.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse URI Scheme Handling 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] JFace Data Binding for SWT and JFace 1.15.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse e4 dialogs 1.5.0-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse e4 Workbench SWT 0.17.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] eclipse.platform.ua 4.33.0-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.help 3.10.400-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.16.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Workbench 3.132.0-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse UI 3.206.0-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Eclipse Forms 3.13.300-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] eclipse.platform.debug 4.33.0-SNAPSHOT ............. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Core Variables 3.6.400-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Ant Build Tool Core 3.7.400-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] OSGi service http APIs 1.2.2-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Http Services Servlet 1.8.200-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Jetty Http Service 3.9.200-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.equinox.security 1.4.300-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] eclipse.platform.team 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Internet Connection Management 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.help.base 4.4.500-SNAPSHOT ............. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.ui.intro 3.7.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Help System UI 4.7.0-SNAPSHOT ............. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.ui.cheatsheets 3.8.400-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org eclipse jdt 3.19.600-SNAPSHOT .................. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] eclipse.platform.resources 4.33.0-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Core File Systems 1.10.400-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Core Resource Management 3.20.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Text 3.14.100-SNAPSHOT .................... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Core Compare Support 3.8.500-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Team Support Core 3.10.400-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] eclipse.jdt.core 4.33.0-SNAPSHOT ................... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.jdt.core 3.38.0-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Java Development Tools Formatter Application 1.2.250-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] eclipse.jdt.ui 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Debug Core 3.21.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] External Tools Headless Support 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] eclipse.jdt.debug 4.33.0-SNAPSHOT .................. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] JDI Debug Model 3.21.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] org.eclipse.jdt.launching 3.22.0-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Ant Launching Support 1.4.400-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] JFace Text 3.25.100-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Text Editor Framework 3.17.400-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Console 3.14.100-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.473Z] [INFO] rt.equinox.p2 4.33.0-SNAPSHOT ...................... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Equinox Provisioning Core 2.12.0-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Equinox Provisioning Metadata 2.9.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Equinox Provisioning JAR Processor 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.473Z] [INFO] [bundle] Equinox Provisioning Repository 2.9.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Provisioning Artifact Repository Support 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Provisioning Metadata Repository 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Provisioning Engine 2.10.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Views 3.12.300-SNAPSHOT ................... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] E4 IDE UI 3.17.200-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Common Navigator View 3.12.400-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Eclipse IDE UI 3.22.200-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] File Buffers 3.8.300-SNAPSHOT ............. SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.annotation 2.3.0-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Default Text Editor 3.17.300-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Refactoring Core 3.14.400-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Compare Support 3.11.0-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Search Support Core 3.16.200-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Framework Admin 2.3.200-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Simple Configurator 1.5.300-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Framework Admin for Equinox 1.3.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Simple Configurator Manipulator 2.3.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Team Support UI 3.10.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Refactoring UI 3.13.400-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Debug UI 3.18.400-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Search Support 3.16.200-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Tabbed Properties View 3.10.300-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Navigator Workbench Components 3.9.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.ui 3.32.100-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.debug.ui 3.13.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Java Development Tools JUnit support 3.16.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] External Tools 3.6.400-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Ant UI 3.9.400-SNAPSHOT ................... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Install/Update Configurator 3.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Concurrent API 1.3.100-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] eclipse.platform.common 4.33.0-SNAPSHOT ............ SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.platform.doc.isv 4.33.0-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.doc.isv 3.14.2500-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.launching.macosx 3.6.300-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.doc.user 3.15.2200-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.launching.ui.macosx 1.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.annotation 1.2.100-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Java Annotation Processing Core 3.8.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Java Compiler Apt IDE 1.4.400-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Java Annotation Processing UI 3.8.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org eclipse jdt feature 3.19.600-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Launcher 1.6.800-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] eclipse.platform.releng 4.33.0-SNAPSHOT ............ SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.test.performance 3.20.100-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Eclipse IDE UI Application 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.core.tests.compiler 3.13.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.compiler.tool.tests 1.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.core.tests.builder 3.12.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.compiler.apt.tests 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.core.tests.model 3.13.0-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.core.tests.performance 3.12.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.apt.pluggable.tests 3.6.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.apt.tests 3.6.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] eclipse.jdt.core.binaries 4.33.0-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.core.tests.binaries 1.0.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.debug.tests 3.12.400-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.debug.jdi.tests 1.1.100-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [aggregator] tests 4.33.0-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [test-bundle] Text Test Plug-in 3.14.500-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [test-bundle] JFace Text Test Plug-in 3.13.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.bcoview 1.2.400-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] eclipse.pde 4.33.0-SNAPSHOT ........................ SKIPPED [2024-06-05T09:35:43.474Z] [INFO] eclipse.pde.ui 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] PDE JUnit Runtime Support 3.8.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [aggregator] tests 4.33.0-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Eclipse Core Tests Harness 3.16.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] AST View Plug-in 1.6.150-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Java Element View Plug-in 1.5.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.ui.tests 3.15.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [test-bundle] File Buffers Test Plug-in 3.13.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.text.tests 3.14.400-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.15.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Debug Unit Test support 1.1.400-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.ui.unittest.junit 1.1.400-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.474Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.1.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [feature] Java AST View 1.2.250-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [feature] Java Element View 1.1.400-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [feature] Bytecode Outline View 1.2.400-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] eclipse.pde.apitools 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure 1.9.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.474Z] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse 1.6.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Director 2.6.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Repository Tools 2.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Garbage Collector 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint 2.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] eclipse.pde.build 4.33.0-SNAPSHOT .................. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Plug-in Development Environment Build Support 3.12.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE Core 3.18.100-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] API Tools 1.3.400-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE API Tools Annotations 1.3.0-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Log View 1.4.400-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Generic and Extensible Text Editor 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Generic UI components related to BND 1.1.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] eclipse.pde.ds 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE DS Core 1.3.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Operations API 2.7.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE Launching Support 3.13.0-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Directory Watcher 1.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Eclipse e4 Progress View 0.4.500-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Security Default UI 1.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning UI Support 2.8.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE UI 3.15.200-SNAPSHOT .................. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] API Tools UI 1.3.400-SNAPSHOT ............. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE Runtime 3.8.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] JSch Core 1.5.400-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Declarative Services Annotations Support 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] eclipse.pde.ua 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE UA Core 1.3.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE Templates 3.8.400-SNAPSHOT ............ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.pde.doc.user 3.15.300-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Target definition generic editor extension 1.2.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE UA UI 1.3.400-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] PDE DS UI 1.3.400-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.pde 3.13.2800-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [aggregator] features 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [feature] Eclipse Plug-in Development Environment 3.15.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Eclipse Platform 4.33.0-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.pde.ui.tests 3.12.500-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.pde.api.tools.tests 1.3.500-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [test-bundle] PDE DS Tests 1.3.300-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.compare.win32 1.3.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Jasper Jsp Support Bundle 1.2.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.3.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Http Service Registry Extensions 1.4.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.help.webapp 3.11.400-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.help.feature 2.3.1800-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.equinox.security.linux 1.1.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Universal Welcome 3.5.400-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.equinox.security.macosx 1.102.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Eclipse SDK Themes 1.2.2400-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Quicklinks for the Welcome Framework 1.2.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Quick Search 1.2.400-SNAPSHOT ............. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.core.net.win32 1.1.400-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.platform.doc.user 4.33.0-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Internet Connection Management UI 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Browser Support 3.8.300-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] JSch UI 1.5.400-SNAPSHOT .................. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Diff Extension for Generic Editor 1.2.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Update Checker 1.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support 1.6.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Console 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning ECF based Transport 1.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] org.eclipse.equinox.security.win32 1.3.0-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Native Touchpoint 1.5.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [aggregator] features 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [feature] Equinox p2, headless functionalities 1.7.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.475Z] [INFO] [bundle] Equinox Provisioning Platform Update Support 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Equinox p2, minimal support for RCP applications 1.4.2400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Provisioning Drop-in 1.5.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Provisioning Director Application 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Equinox p2, backward compatibility support 1.4.2400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Provisioning Import and Export 1.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Equinox p2, Provisioning for IDEs. 2.4.2400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Eclipse UI Win32 Enhancements 3.5.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.core.net.linux 1.1.200-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.rcp 4.33.0-SNAPSHOT .................... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Launcher Win32 Arm64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.2.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Console plug-in 1.4.800-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Notification API 0.7.200-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Eclipse UI GTK Enhancements 1.2.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.14.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] JFace Data Binding for JavaBeans 1.10.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [aggregator] features 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Eclipse 4 Rich Client Platform 4.33.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.rcp.feature 4.33.0-SNAPSHOT ............ SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Debug UI Launch Configuration View 1.1.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] UI Freeze Monitoring 1.3.300-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.platform.feature 4.33.0-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.pde.ua.tests 1.3.400-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.pde.junit.runtime.tests 3.7.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Spy Core plug-in 1.1.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Bundle Spy 0.13.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Event Spy 1.1.400-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] CSS Spy 0.13.400-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.476Z] [INFO] eclipse.pde.e4tools 4.33.0-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Services 4.10.500-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.e4.tools.emf.ui 4.8.400-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Model Spy 0.13.300-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Context Spy 1.1.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Preference Spy 0.13.400-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Layout Spy 1.2.400-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.pde.ui.templates.tests 1.2.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.pde.genericeditor.extension.tests 1.2.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Plug-in Development Unit Test support 1.1.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Tools 4.10.400-SNAPSHOT ................... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Compat 4.9.300-SNAPSHOT ................... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Persistence Model 1.1.300-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Perspective migrate compatibility Util 1.1.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Editor3x 4.9.400-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] e4 JDT code templates 4.10.300-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [test-bundle] Harness Plug-in 1.10.400-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.e4.tools.compatibility.migration.tests 1.1.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.e4.tools.persistence.tests 1.1.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [aggregator] tests 4.33.0-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [test-bundle] Test 1.3.100-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.pde.build.tests 1.4.500-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Eclipse e4 Tools 4.30.200-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Eclipse Persistence 1.1.400-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Eclipse Plug-in Development Environment Spies 1.0.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) 1.0.800-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [test-bundle] Install/Update Configurator Test Plugin 0.2.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [test-bundle] Ant Core Test Plugin 3.7.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [test-bundle] Ant UI Test Plugin 3.11.400-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Eclipse Project SDK 4.33.0-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] Core Tools 1.9.200-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [bundle] OSGi Release 4.2.0 Services 3.12.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [aggregator] features 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Equinox Core Function 1.15.100-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [feature] Eclipse Core Runtime Infrastructure 1.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [test-bundle] Content-Types Tests 1.4.100-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [test-bundle] Expression Language Tests 3.7.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] [test-bundle] Eclipse Core Tests Runtime 3.21.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.e4.core.javax.tests 1.3.300-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] org.eclipse.e4.core.tests 1.3.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.476Z] [INFO] eclipse.platform.team.tests 4.33.0-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.476Z] [INFO] eclipse.platform.resources.tests 4.33.0-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.core.tests.resources 3.11.500-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Compare Tests 3.8.400-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.core.tests.net 1.6.400-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.jsch.tests 1.6.400-SNAPSHOT ............ SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.team.tests.core 3.10.400-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.compare.examples 3.4.400-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.compare.examples.xml 3.6.400-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.team.examples.filesystem 3.7.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Core Resource Management Spy Support Fragment 1.6.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.core.tools.resources 1.7.200-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.477Z] [INFO] eclipse.platform.resources.examples 4.33.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Efs Examples Plug-in 1.1.400-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Save Participant 3 3.6.100-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Save Participant 1 3.6.100-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Save Participant 2 3.6.100-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Eclipse Core Tests Save Participant 3.6.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Example Debug Core Plug-in 1.6.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Sample Memory View Plugin 1.104.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Mixed-mode Launching Example 1.4.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Example Debug UI Plug-in 1.8.400-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Debug Test Plugin 3.14.200-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin 1.1.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [feature] Jetty Http Server Feature 1.11.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.ua.tests 3.6.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.ua.tests.doc 1.2.500-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.ui.intro.quicklinks.examples 1.3.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.ui.intro.solstice.examples 1.3.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Tip of the Day core plugin 0.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Tip of the Day UI 0.3.400-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Tip of the Day Json Provider 0.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] IDE Enablement for Tip of the Day 0.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] org.eclipse.tips.feature 0.4.400-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Tip of the Day Tests 1.2.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] infocenter-parent 4.33.0-SNAPSHOT .................. SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Servletbridge 1.7.100-SNAPSHOT ............ SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Servletbridge Http Service 1.3.0-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.477Z] [INFO] infocenter-product 1.0.0-SNAPSHOT .................. SKIPPED [2024-06-05T09:35:43.477Z] [INFO] infocenter-app 4.33.0-SNAPSHOT ..................... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] UI Bindings Tests 0.14.200-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] TestModel Model 0.15.500-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] e4 css core tests 1.302.500-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.600-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Jface tests 1.4.500-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] eclipse.platform.ui.examples 4.33.0-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] JFace Data Binding Examples 1.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] JFace Data Binding Tests 1.12.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Refactoring Core Test Plug-in 3.10.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Refactoring UI Test Plug-in 3.11.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Search Support Tests Plug-in 3.11.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Editors Test Plug-in 3.13.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Workbench Text Editor Test Plug-in 3.14.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Generic Editor Test Plug-in 1.3.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Eclipse UI Tests 3.15.1600-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Plugin.name 3.4.0 .................... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Forms Test 3.10.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Common Navigator Tests 3.7.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Performance Plug-in 1.6.400-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Pluginchecks 1.2.300-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Eclipse RCP Tests 3.6.400-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [test-bundle] Tabbed Properties View Tests 3.8.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] e4 Progress Examples Plug-in 0.4.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] JFace Snippets Plug-in 3.6.100-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] CodeMinig Examples 1.2.0-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Command Contribution Examples 3.6.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Field Assist Example 1.3.200-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] JFace Text Example 3.4.300-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.477Z] [INFO] [bundle] Progress Examples Plug-in 3.3.100 ......... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] pluginName 3.2.100 ........................ SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Multi-Page Editor Example 3.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Example for a Perspective 1.0.0-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] User File Editor 3.5.400-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Readme File Editing Tool 3.7.400-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Undo Example 3.5.300-SNAPSHOT ............. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Tabbed Properties View Article Example 3.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Examples of Eclipse Forms 3.4.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Examples for Generic Editor 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] org.eclipse.platform.doc.tips 0.3.100-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] SWT Tools Base 3.107.600-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] SWT Tools Spy 3.109.400-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] SWT Tools 3.110.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [aggregator] bundles 4.33.0-SNAPSHOT ............... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] SWT Standalone Examples Plugin 3.108.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] SWT Browser Demos Plugin 3.108.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] SWT Launcher Example Plugin 3.108.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] org.eclipse.swt.examples.ole.win32 3.109.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] SWT Views Example Plugin 3.108.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] org.eclipse.swt.tests 3.107.400-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [feature] SWT Tools 3.109.400-SNAPSHOT ............. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk 3.109.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Coordinator 1.5.300-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Meta Type 1.6.600-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] User Admin Service 1.3.100-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Configuration Admin 1.6.100-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Device Access Service 1.2.100-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [feature] Equinox Compendium SDK 3.23.100-SNAPSHOT . SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.4.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Standard Caching Service for Equinox Aspects 1.3.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Transformer Hook Framework Extension 1.4.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] XSLT Transform Provider 1.3.100-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] J9 CachingService Plug-in 1.3.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Console ssh support plug-in 1.3.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Log Stream Provider 1.2.0-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] SSHD Fragment 1.2.0-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Region Digraph 1.5.500-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [feature] Equinox Core SDK 3.25.100-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.1000-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] org.eclipse.equinox.executable 3.8.2600-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [feature] Core Server Feature 1.16.100-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [feature] Equinox Target Components 3.23.1300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] BiDi tests 1.4.100-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Test Plug-in 1.2.0-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Common Eclipse Runtime Tests 3.17.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Declarative Services Tests 1.7.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Preferences Tests 3.10.100-SNAPSHOT .. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Equinox security tests 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Ssh Tests 1.3.100-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Console tests 1.3.100-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.9.200-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Tests 1.0.0-SNAPSHOT ................. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] org.eclipse.osgi.tests 3.19.100-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Test Plug-in for Framework Admin 1.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Equinox Provisioning Discovery 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Equinox Provisioning Discovery 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Equinox Provisioning Installer 1.4.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Equinox Provisioning Discovery UI 1.3.300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [feature] Equinox p2, Discovery UI support 1.3.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Test Install Verifier 1.4.300-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] org.eclipse.equinox.p2.tests 1.9.400-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Equinox Provisioning Discovery Tests 1.4.500-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) 1.4.400-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] p2 Admin UI 1.3.400-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) 1.4.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [feature] p2 Server Feature 1.12.1300-SNAPSHOT ..... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [feature] Equinox p2, SDK 3.11.2400-SNAPSHOT ....... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] org.eclipse.equinox.p2.examples 4.33.0-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] RCP Mail (Cloud Update Example) 2.3.100-SNAPSHOT SKIPPED [2024-06-05T09:35:43.478Z] [INFO] [bundle] Prestartupdate 1.3.100-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] [bundle] Sdkbundlevisibility 1.3.100-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] [bundle] Sdknoautoupdates 1.3.100-SNAPSHOT ......... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] [bundle] RCP Mail (SDK UI) 1.3.100-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.ant.optional.junit 3.3.400-SNAPSHOT .... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.releng.tests 3.6.500-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.sdk.examples 4.33.0-SNAPSHOT ........... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.sdk.tests 4.33.0-SNAPSHOT .............. SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.test 3.6.100-SNAPSHOT .................. SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.test.performance.win32 3.1.600-SNAPSHOT SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.sdk.feature 4.33.0-SNAPSHOT ............ SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.sdk.examples.feature 4.33.0-SNAPSHOT ... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.test.feature 3.8.900-SNAPSHOT .......... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.sdk.tests.feature 4.33.0-SNAPSHOT ...... SKIPPED [2024-06-05T09:35:43.479Z] [INFO] eclipse.platform.releng.tychoeclipsebuilder 4.33.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.479Z] [INFO] [feature] Eclipse Product Configuration 1.1.2300-SNAPSHOT SKIPPED [2024-06-05T09:35:43.479Z] [INFO] org.eclipse.rt.osgistarterkit.product 4.33.0-SNAPSHOT SKIPPED [2024-06-05T09:35:43.479Z] [INFO] equinox-sdk 4.33.0-SNAPSHOT ........................ SKIPPED [2024-06-05T09:35:43.479Z] [INFO] eclipse-junit-tests 4.33.0-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.479Z] [INFO] eclipse.platform.repository 4.33.0-SNAPSHOT ........ SKIPPED [2024-06-05T09:35:43.479Z] [INFO] platform-aggregator 4.33.0-SNAPSHOT ................ SKIPPED [2024-06-05T09:35:43.479Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:35:43.479Z] [INFO] BUILD FAILURE [2024-06-05T09:35:43.479Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:35:43.479Z] [INFO] Total time: 06:13 min [2024-06-05T09:35:43.479Z] [INFO] Finished at: 2024-06-05T09:35:43Z [2024-06-05T09:35:43.479Z] [INFO] ------------------------------------------------------------------------ [2024-06-05T09:35:43.735Z] [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.swt: Only qualifier changed for (org.eclipse.swt/3.126.0.v20240605-0636). Expected to have bigger x.y.z than what is available in baseline (3.126.0.v20240528-0813) -> [Help 1] [2024-06-05T09:35:43.736Z] 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.swt: Only qualifier changed for (org.eclipse.swt/3.126.0.v20240605-0636). Expected to have bigger x.y.z than what is available in baseline (3.126.0.v20240528-0813) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) [2024-06-05T09:35:43.736Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) [2024-06-05T09:35:43.736Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) [2024-06-05T09:35:43.736Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) [2024-06-05T09:35:43.736Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) [2024-06-05T09:35:43.736Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) [2024-06-05T09:35:43.736Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) [2024-06-05T09:35:43.736Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) [2024-06-05T09:35:43.736Z] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) [2024-06-05T09:35:43.736Z] at java.lang.reflect.Method.invoke (Method.java:580) [2024-06-05T09:35:43.736Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) [2024-06-05T09:35:43.736Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) [2024-06-05T09:35:43.736Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) [2024-06-05T09:35:43.736Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [2024-06-05T09:35:43.736Z] Caused by: org.apache.maven.plugin.MojoFailureException: Only qualifier changed for (org.eclipse.swt/3.126.0.v20240605-0636). Expected to have bigger x.y.z than what is available in baseline (3.126.0.v20240528-0813) [2024-06-05T09:35:43.736Z] at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute (CompareWithBaselineMojo.java:229) [2024-06-05T09:35:43.736Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) [2024-06-05T09:35:43.736Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) [2024-06-05T09:35:43.736Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) [2024-06-05T09:35:43.736Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) [2024-06-05T09:35:43.736Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) [2024-06-05T09:35:43.736Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) [2024-06-05T09:35:43.736Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) [2024-06-05T09:35:43.736Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) [2024-06-05T09:35:43.736Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) [2024-06-05T09:35:43.737Z] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) [2024-06-05T09:35:43.737Z] at java.lang.reflect.Method.invoke (Method.java:580) [2024-06-05T09:35:43.737Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) [2024-06-05T09:35:43.737Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) [2024-06-05T09:35:43.737Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) [2024-06-05T09:35:43.737Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [2024-06-05T09:35:43.737Z] Caused by: org.eclipse.tycho.core.exceptions.VersionBumpRequiredException: Only qualifier changed for (org.eclipse.swt/3.126.0.v20240605-0636). Expected to have bigger x.y.z than what is available in baseline (3.126.0.v20240528-0813) [2024-06-05T09:35:43.737Z] at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute (CompareWithBaselineMojo.java:223) [2024-06-05T09:35:43.737Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) [2024-06-05T09:35:43.737Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) [2024-06-05T09:35:43.737Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) [2024-06-05T09:35:43.737Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) [2024-06-05T09:35:43.737Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) [2024-06-05T09:35:43.737Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) [2024-06-05T09:35:43.737Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) [2024-06-05T09:35:43.737Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) [2024-06-05T09:35:43.737Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) [2024-06-05T09:35:43.737Z] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) [2024-06-05T09:35:43.737Z] at java.lang.reflect.Method.invoke (Method.java:580) [2024-06-05T09:35:43.737Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) [2024-06-05T09:35:43.737Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) [2024-06-05T09:35:43.737Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) [2024-06-05T09:35:43.737Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [2024-06-05T09:35:43.737Z] [ERROR] [2024-06-05T09:35:43.737Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2024-06-05T09:35:43.737Z] [ERROR] [2024-06-05T09:35:43.737Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2024-06-05T09:35:43.737Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [2024-06-05T09:35:43.737Z] [ERROR] [2024-06-05T09:35:43.737Z] [ERROR] After correcting the problems, you can resume the build with the command [2024-06-05T09:35:43.737Z] [ERROR] mvn -rf :org.eclipse.swt [2024-06-05T09:35:43.994Z] Exception in thread "Thread-4" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText [2024-06-05T09:35:43.994Z] at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85) [2024-06-05T09:35:43.994Z] at java.base/java.lang.Thread.run(Thread.java:1583) [2024-06-05T09:35:43.994Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText [2024-06-05T09:35:43.994Z] ... 2 more [Pipeline] } [Pipeline] // withCredentials Post stage [Pipeline] archiveArtifacts [2024-06-05T09:35:44.578Z] 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